From fd4f627007b6e1d1490b079f0e5a9dad6c95b993 Mon Sep 17 00:00:00 2001 From: mara0004 Date: Sat, 2 Apr 2022 13:28:39 +0000 Subject: [PATCH] Remove outdated readme entry concerning JP2 colorspace If I understood the code in `jp2.py` correctly, this should now work. Moreover, Pillow should usually be able to open JP2 files, so `jp2.py` is only a fallback. --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 3ccb5e2..d7325f8 100644 --- a/README.md +++ b/README.md @@ -72,11 +72,6 @@ Bugs when embedded into the PDF cannot be read by the Adobe Acrobat Reader, please contact me. - - I have not yet figured out how to determine the colorspace of JPEG2000 - files. Therefore JPEG2000 files use DeviceRGB by default. For JPEG2000 - files with other colorspaces, you must explicitly specify it using the - `--colorspace` option. - - An error is produced if the input image is broken. This commonly happens if the input image has an invalid EXIF Orientation value of zero. Even though only nine different values from 1 to 9 are permitted, Anroid phones and -- 2.39.5