This image looks ok:
But if you take the 263px version (size for inside a dutch infobox, the image
seems to be rendered completely wrong (darker):
Did something go wrong with image scaling?
In the original bug report Tim suggests adding "-colorspace rgb". Would that help? Would it hurt images that are not cmyk?fmw42 wrote:The image is cmyk. IM probably does not resize well unless you convert the image first to rgb (preferably with profiles)
If you are on a version of IM after 6.7.5.5 (possibly as late as 6.7.6.7) you need to use -colorspace sRGB, as after that sRGB and RGB were switched in -colorspace. However, the conversion to rgb would be best done using profiles, that is more accurate color conversion. Adding -colorspace sRGB/RGB should not matter if our image is already sRGB.hexmode wrote:In the original bug report Tim suggests adding "-colorspace rgb". Would that help? Would it hurt images that are not cmyk?fmw42 wrote:The image is cmyk. IM probably does not resize well unless you convert the image first to rgb (preferably with profiles)
Code: Select all
convert image -set colorspace RGB -colorspace CMYK .....Code: Select all
convert old_cmyk_image -colorspace RGB -set colorspace sRGB -colorspace CMYK new_cmyk_imageUsers browsing this forum: Bing [Bot] and 2 guests