forked from josch/img2pdf
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.
This commit is contained in:
parent
87afabd3cf
commit
c3db273e23
1 changed files with 0 additions and 5 deletions
|
@ -72,11 +72,6 @@ Bugs
|
||||||
when embedded into the PDF cannot be read by the Adobe Acrobat Reader,
|
when embedded into the PDF cannot be read by the Adobe Acrobat Reader,
|
||||||
please contact me.
|
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
|
- 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
|
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
|
only nine different values from 1 to 9 are permitted, Anroid phones and
|
||||||
|
|
Loading…
Reference in a new issue