Code: Select all
convert -density 300 -background none chart.svg +profile icm -profile sRGB.icm -profile ISOuncoated.icc chart.tiff
I tried to open the file in Photoshop, then save it again in TIFF: it loads perfectly in InDesign. I could not really see what is different between the 2 versions, except for the embedded profiles. Mine only have the selected ICC. The photoshop version has the following :
Code: Select all
Profile-8bim: 6252 bytes
Profile-icc: 1528264 bytes
ISO Uncoated
Profile-tiff:37724: 100944 bytes
Profile-xmp: 14548 bytes
Code: Select all
identify:chart-psd.tiff: unknown field with tag 37724 (0x935c) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/704.
How do I get the same kind of image with ImageMagick?