Files
spring-integration/docs
Chris Beams 5ef3a74c59 Eliminate 'Invalid ICC Profile Data' warnings during PDF generation
PNG screenshots were showing up with odd coloration due to incorrect
or malformed color management settings (ICC profiles).  In an earlier
commit, thes PNG files were transformed to JPEGs, and this did cause
the coloration problems to go away, but a new problem took its place;
during docbook PDF generation, warnings like the following started
showing up:

    An ICC profile is present but it is invalid (Invalid ICC Profile
    Data). The color profile will be ignored. (.../quotes-aggregator.jpg)

The solution was to download Seashore (http://seashore.sourceforge.net,
Mac-only) which has an embedded ICC profile editor.  Each of the three
offending JPEG images were loaded and re-saved to JPEG format, but
targeting 'web' output which eliminates all ICC profile metadata.
2010-11-22 15:47:33 -07:00
..