From 5b6c819ac4787e5a59bbefdd72e605cfdb97e328 Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Mon, 8 Mar 2021 21:42:38 +0100 Subject: [PATCH] JPEG Lossless in non-bold :-) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f14b407..c2e32897 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The goal is to create a set of efficient and robust ImageIO plug-ins, that can b | [ICNS](https://github.com/haraldk/TwelveMonkeys/wiki/ICNS-Plugin) | ICNS | Apple Icon Image | ✔ | ✔ | - | | [IFF](https://github.com/haraldk/TwelveMonkeys/wiki/IFF-Plugin) | IFF | Commodore Amiga/Electronic Arts Interchange File Format | ✔ | ✔ | Standard | | [JPEG](https://github.com/haraldk/TwelveMonkeys/wiki/JPEG-Plugin) | **JPEG** | Joint Photographers Expert Group | ✔ | ✔ | Native & Standard | -| | **JPEG Lossless** | | ✔ | - | Native & Standard | +| | JPEG Lossless | | ✔ | - | Native & Standard | | [PCX](https://github.com/haraldk/TwelveMonkeys/wiki/PCX-Plugin) | PCX | ZSoft Paintbrush Format | ✔ | - | Standard | | | DCX | Multi-page PCX fax document | ✔ | - | Standard | | [PICT](https://github.com/haraldk/TwelveMonkeys/wiki/PICT-Plugin) | PICT | Apple Mac Paint Picture Format | ✔ | - | - |