Christopher Hoskin created BATIK-1199: -----------------------------------------
Summary: Non-Free ICC profiles in images Key: BATIK-1199 URL: https://issues.apache.org/jira/browse/BATIK-1199 Project: Batik Issue Type: Bug Affects Versions: 1.9 Reporter: Christopher Hoskin Priority: Minor 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 -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: batik-dev-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: batik-dev-h...@xmlgraphics.apache.org