summaryrefslogtreecommitdiff
blob: b017aa0e2d72dce614fd157abd992431df290ab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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...