Frank Ickstadt
2010-12-03 12:39:21 UTC
Hi there,
I've got strange effects in using ther following command:
there is an 128x128 px jpg file with an embedded sRGB icc profile. File size of the jpg is about 10 kB. I will now change the jpg and profile to Adobe RGB.
convert test-128-srgb.jpg -quality 100 -strip -profile "${PRGPATH}/icc-dir/sRGB_Color_Space_Profile.icm" -profile "${PRGPATH}/icc-dir/AdobeRGB1998.icc" test-128-argb.jpg
The file size of test-128-argb.jpg increases to about 130 kB and throws errors if I want to gather the Device Model Description.
But the point is: why is the file size exploded ?
Here is Phil Harveys (exiftool) comment:
http://u88.n24.queensu.ca/exiftool/forum/index.php?topic=2958.new;topicseen#new
I'm using ImageMagick 6.6.4-10 2010-10-10 Q16
regards,
Frank
I've got strange effects in using ther following command:
there is an 128x128 px jpg file with an embedded sRGB icc profile. File size of the jpg is about 10 kB. I will now change the jpg and profile to Adobe RGB.
convert test-128-srgb.jpg -quality 100 -strip -profile "${PRGPATH}/icc-dir/sRGB_Color_Space_Profile.icm" -profile "${PRGPATH}/icc-dir/AdobeRGB1998.icc" test-128-argb.jpg
The file size of test-128-argb.jpg increases to about 130 kB and throws errors if I want to gather the Device Model Description.
But the point is: why is the file size exploded ?
Here is Phil Harveys (exiftool) comment:
http://u88.n24.queensu.ca/exiftool/forum/index.php?topic=2958.new;topicseen#new
I'm using ImageMagick 6.6.4-10 2010-10-10 Q16
regards,
Frank