![]() |
|
Washed-out Colors When Images are Resized - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Washed-out Colors When Images are Resized (/thread-3424.html) |
Washed-out Colors When Images are Resized - brady8 - 06-08-2008 I'm not too strong with the use of the image libraries (GD in this case), so bear with me. I've noticed that when I upload images in Zenphoto, they look as intended at full size, but they are washed out when viewed in the "normal" mode (default template) where they are resized to a width of 595 pixels. For example: As best as I can tell, Imagemagick does a much better job of resizing images without losing colour. Since Imagemagick isn't an option (yet), I'm wondering if anyone has some tips for using GD (modifying the zenphoto processing php files somewhere) that can give proper colour when resizing without looking washed out? Thanks. Washed-out Colors When Images are Resized - trisweb - 06-08-2008 I see no difference in color between the full-size and resized image in your example. Both are identical; and don't worry, my monitor is color-calibrated and my eyes are good. Ah, but I'm using Firefox3 with color profile support turned on. My guess is that you're seeing a color profile mismatch. You should use the sRGB colorspace for JPEGs you upload to the web. If you're using AdobeRGB or ProPhoto RGB, you need to convert to sRGB first to preserve the correct colors. See here: Washed-out Colors When Images are Resized - brady8 - 06-08-2008 Awesome, thanks for the help! Now that you mention it, that makes perfect sense. It looks like Safari will only use the embedded colour profile when the image is linked directly. I'll take another look at this this afternoon and post my findings here to help anyone else out with this problem. Thanks again for your help! Washed-out Colors When Images are Resized - Noiseconformist - 19-10-2008 Hi, I was browsing the forum if someone mentioned that problem before. Washed-out Colors When Images are Resized - acrylian - 19-10-2008 Well, Safari is a little problematic since it uses embeeded color profiles if available, FF3 can if told so, too. Do you save your images via the "Save for web" (or how it's called in english) function? If it is washed out in the preview there is probably something else not right. The GDlib Zenphoto uses for resizing does not take care of profiles. Washed-out Colors When Images are Resized - olihar - 19-10-2008 Everything you do for the web should be in sRGB, if so you are never going to run into problems with color mismatch between browsers. It does not matter if the color profile is stripped from the file then it is always going to be seen as sRGB. Washed-out Colors When Images are Resized - acrylian - 19-10-2008 The final word...:-) Washed-out Colors When Images are Resized - Noiseconformist - 20-10-2008 Guys, I'm with you! Washed-out Colors When Images are Resized - Noiseconformist - 20-10-2008 PS: IMO its the other way round: if there's no profile information stored in the pic and the pic's colors are tuned appropriately then it doesn't make any difference if the browser displays it with a sRGB profile or not. Washed-out Colors When Images are Resized - sbillard - 20-10-2008 zenphoto, and most WEB applications are not color managed. Your only option is to stick with sRGB from the start. Washed-out Colors When Images are Resized - olihar - 20-10-2008 There has to be something wrong in your Color management work flow, there should be no difference at all. Also worth noting that you wouldn't want the color profile with the file anyways, it makes it bigger, it depends on color profiles how big they are, some are huge. Say you would use the color management of "FF Frontier Print sRGB, Fujifilm" for your work and Zenphoto would not strip down the color profile. then you would end up with thumbs in the gallery that are Thumb size + 800kb for the profile. That is a hefty load, the same would count for the single images, image size + 800kb. Then there are some much bigger profiles. I took a look at the photo in the first post, no difference what so ever. Washed-out Colors When Images are Resized - Noiseconformist - 21-10-2008 Hi, I'm not the thread starter, the images above are not mine. Washed-out Colors When Images are Resized - olihar - 21-10-2008 ahh sorry about that... However if I can make some recommendations I would suggest to use the AdobeRGB in the camera as it is much bigger space. As well shooting RAW, but that's another subject. http://arnaud.klinger.free.fr/photo/gestion_couleurs/adb98_srgb_gamut.jpg I made a screen shot with some arrows. see here. If there is anything about this I am glad to help, even thought this here might not be the right place to talk about these things, you are welcome to get in touch with me straight. Washed-out Colors When Images are Resized - Noiseconformist - 22-10-2008 Hi All, thanks for your replies and suggestions! @ sbillard: yes, the apps are not color managed but some browsers finally are. But that doesn't make it easier since you can switch off this option in some (e.g. FF3). If GD just left the color profile information in the image untouched I'd appreciate that. All in all I found most information on the web (and there's lots of them) somewhat contradictory if not confusing. If it wasn't my need to keep the workflow simple (ideally pics from the cam on the web) I would just strip the color profile, adjust the colours via soft-proof in PS and upload. But that's to much of a workload. Thanks so much , Michael. Washed-out Colors When Images are Resized - Noiseconformist - 22-10-2008 PS: see this one as well: |