![]() |
|
photos loose their profile and appearance - 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: photos loose their profile and appearance (/thread-7533.html) |
photos loose their profile and appearance - Rousset - 2010-08-26 When I upload some photos to my gallery, they still look pale. When I download them using the download option in zpgalleriffic, and then open them in photoshop, they have no more color profile. Could it be an explanation? Thank you photos loose their profile and appearance - sbillard - 2010-08-27 So, is your site using Imagick for image processing? If not, then no image color space profiles are being perserved. Really, still most browsers assume that the images are in sRGB colorspace, so any other space will be a problem even if you use Imagick. That is always the best recommendation--If you want images to look correct over most of the WEB use the colorspace that is presumed over most of the web. photos loose their profile and appearance - acrylian - 2010-08-27 As always also see: http://www.zenphoto.org/2009/03/troubleshooting-zenphoto/#48 Regarding the upload: Which the multifile upload or the single file upload or both? And what does not work and in which browser? photos loose their profile and appearance - Rousset - 2010-08-27 My photos are in SRGB from the beginning. I don't know whether or not my site uses Imagick and I don't know what it is. How can I check that? About the upload issue, the multifile upload is the one that doesn't work. Single is doing good. Thank you JP photos loose their profile and appearance - acrylian - 2010-08-27 [i]My photos are in SRGB from the beginning. I don't know whether or not my site uses Imagick and I don't know what it is. How can I check that?[/i] Regarding the upload I am not able to reproduce that in Safari or Firefox. Works as it should for me. photos loose their profile and appearance - sbillard - 2010-08-27 If you have a need to preserve image color profiles you MUST use Imagick as the GD library is not capable of this. |