diff options
Diffstat (limited to 'media-libs/jpeg/README')
-rw-r--r-- | media-libs/jpeg/README | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/media-libs/jpeg/README b/media-libs/jpeg/README deleted file mode 100644 index b017aa0..0000000 --- a/media-libs/jpeg/README +++ /dev/null @@ -1,14 +0,0 @@ -jpeg with patch (jdhuff_add.c) from libtiff to enable old jpeg support. I -though this helps me to read M$ tiff files, but I was wrong. Even after -patching I receive the following error: - -convert: some.tif: unknown field with tag 37679 (0x932f) encountered. `TIFFReadDirectory'. -convert: some.tif: unknown field with tag 37680 (0x9330) encountered. `TIFFReadDirectory'. -convert: some.tif: unknown field with tag 37681 (0x9331) encountered. `TIFFReadDirectory'. -convert: Invalid YCbCr subsampling. `some.tif'. -convert: some.tif: cannot handle zero strip size. `TIFFReadDirectory'. -convert: missing an image filename `some.png'. - - -This ebuild is based on media-libs/jpeg-6b-r8 but changed revision to smaller -to avoid any possible or impossible updates of it... |