Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.9
-
None
-
None
-
None
Description
The following files contain ICC profiles which are Copyright Hewlett-Packard Company and probably not Free Software[1]:
find . -regextype posix-extended -iregex '.*\.(jpg|png|ico|tiff)' -exec sh -c 'identify -verbose "$0" | grep -i copyright && echo "$0"' {} \;
icc:copyright: Copyright (c) 1998 Hewlett-Packard Company
./test-resources/org/apache/batik/svggen/resources/vangogh.jpg
identify-im6.q16: gAMA: CRC error `./test-resources/org/apache/batik/dom/svg/bug30580_image.png' @ warning/png.c/MagickPNGWarningHandler/1654.
identify-im6.q16: improper image header `./test-resources/org/apache/batik/apps/rasterizer/readOnly.png' @ error/png.c/ReadPNGImage/3927.
icc:copyright: Copyright (c) 1998 Hewlett-Packard Company
./samples/tests/resources/images/jpegCursor.jpg
icc:copyright: Copyright (c) 1998 Hewlett-Packard Company
./samples/tests/resources/images/tde.jpg
identify-im6.q16: gAMA: CRC error `./samples/tests/resources/images/toBeProfiled.png' @ warning/png.c/MagickPNGWarningHandler/1654.
identify-im6.q16: gAMA: CRC error `./samples/tests/resources/images/png.png' @ warning/png.c/MagickPNGWarningHandler/1654.
icc:copyright: Copyright (c) 1998 Hewlett-Packard Company
./documentation-sources/resources/images/svggen.jpg
icc:copyright: Copyright (c) 1998 Hewlett-Packard Company
./documentation-sources/resources/images/batikUses.jpg
icc:copyright: Copyright (c) 1998 Hewlett-Packard Company
./documentation-sources/resources/images/svggenHighLevelArchi.jpg
icc:copyright: Copyright (c) 1998 Hewlett-Packard Company
./documentation-sources/resources/images/svgviewerDefaultRegular.jpg
These can be removed with the commands:
convert -verbose ./test-resources/org/apache/batik/svggen/resources/vangogh.jpg +profile "icc" ./test-resources/org/apache/batik/svggen/resources/vangogh.jpg
convert -verbose ./samples/tests/resources/images/jpegCursor.jpg +profile "icc" ./samples/tests/resources/images/jpegCursor.jpg
convert -verbose ./samples/tests/resources/images/tde.jpg +profile "icc" ./samples/tests/resources/images/tde.jpg
convert -verbose ./documentation-sources/resources/images/svggen.jpg +profile "icc" ./documentation-sources/resources/images/svggen.jpg
convert -verbose ./documentation-sources/resources/images/batikUses.jpg +profile "icc" ./documentation-sources/resources/images/batikUses.jpg
convert -verbose ./documentation-sources/resources/images/svggenHighLevelArchi.jpg +profile "icc" ./documentation-sources/resources/images/svggenHighLevelArchi.jpg
convert -verbose ./documentation-sources/resources/images/svgviewerDefaultRegular.jpg +profile "icc" ./documentation-sources/resources/images/svgviewerDefaultRegular.jpg
Thanks.
Christopher Hoskin
[1] https://lists.debian.org/debian-devel/2014/05/msg00312.html