![]() |
|
Very poor quality images - 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: Very poor quality images (/thread-11360.html) Pages:
1
2
|
Very poor quality images - tosca - 2013-09-16 I'm getting very poor quality images, especially with those shooted at night (see http://www.marie-noelle-augendre.com/photos/galerie/themes/nuit/IMG_4093_01.jpg.php for example), and I'm not sure how to solve the problem. The images I send to the gallery are all 640px high, or a bit less in case of panoramics. Full image and web-image are the same for me, there is no other way to reach them but the image page. What I need from ZP to do:
Imagick extension is not available on mutualized servers provided by my hosting service. What do you advise so I can display images with a quality rather similar to what I send to the server? Thanks for hints. Very poor quality images - acrylian - 2013-09-16 What are the image options set to? If you mean the colors of the images please see the troubleshooting on the user guide. Very poor quality images - tosca - 2013-09-16 No problem with the colors, but with banding/pixelling whatever you name this, as if the image has been too much compressed. Image options:
Very poor quality images - tosca - 2013-09-16 Compare the image in Picasaweb: https://picasaweb.google.com/lh/photo/4HyeEy3g0Mnt0XGtUEFYY9uy4YK6BxcBdDj_x5gy75Q?feat=directlink Very poor quality images - acrylian - 2013-09-16 Sadly the first link leads to a "not found". So I have no idea how the image should look but the one I see does not really look bad to me. Very poor quality images - tosca - 2013-09-16 Sorry, I thought I'd made it public, I might have forgotten some setting somewhere... Anyway, I ended up uploading an uncompressed JPEG to the gallery; it's much bigger of course (658Ko) in the beginning but it's only 300Ko after being cached! Anyway, I'm still a bit surprised that a quality set to 100 ends up with such reduced a size after watermarking and caching. Very poor quality images - sbillard - 2013-09-16 The GD image library is not too competent, so if you have Imagick available it might do a better job. But really, you should know that it is not a good idea to do multiple re-compression of jpeg files. Jpeg is a loss based compression, so each time you compress the image something gets lost. This often leads to artifacts like you see. BTW, there is no such thing as an "uncompressed" jpeg. So I presume what you really mean is an un-processed image. Zenphoto does support PNG images, so maybe that would be a better format for you to work with. Very poor quality images - acrylian - 2013-09-16 "uncompressed" jpeg: f you set compression to the highest level (12 in PS oder 100%) ou get a quite uncompressed image not that far away from "print" formats like TIFF actually. PNGs have another drawback as they seem not to support meta data and of coursre pngs are rather uncompressed and much bigger in size than jpegs. Quite important to consider since especially mobile connections are volume based. Very poor quality images - tosca - 2013-09-16 Unfortunately, Imagick is not an option with my hosting service. "uncompressed" JPEGs was a wrong expression; I should have said highest quality instead. With Zenphoto, what I was not prepared too is the GD action (what it'll do to my pictures) and the caching (is the original picture in fact never loaded by the visitor?) I'm still looking for the best way to display the pictures in the gallery. I want them to be seen on screens big enough (certainly no mobile phones), they should be as good looking as possible on the web, with my watermark (I could add it locally before uploading to ZP gallery, but I rather like the idea I can change it whenever I want); of course, the files should not bee too big (especially in the area I live, connections speed are not very high). Up to now, I didn't have much problem with most pictures, except for those that have some noise problem or have rather big dark areas; for those, I have to pay special attention, and probably upload a JPEG of the highest quality, or even a TIFF? Very poor quality images - acrylian - 2013-09-16 Quote:With Zenphoto, what I was not prepared too is the GD action (what it'll do to my pictures) and the caching (is the original picture in fact never loaded by the visitor?) Quote: I want them to be seen on screens big enough (certainly no mobile phones), Quote:and probably upload a JPEG of the highest quality, or even a TIFF? Very poor quality images - tosca - 2013-09-16 Thanks for your answer (by the way, I don't know how to copy part of your message the way you did it, as this forum interface doesn't work the same way others I'm used to). I agree with you about the mobile usage. Let's say I don't want to make it easy for such viewers as I want my pictures to be seen in big enough formats. And anyway, in the rural area I live - and most of my customers too - people don't use smartphones and tablets like it's been done in cities. So I'll probably stick to highest quality JPEG, as it appears to work pretty well. Very poor quality images - acrylian - 2013-09-16 The quote I did is just standard html: Regarding mobile, sure, each his own, especially if you know your visitors. Though visitors are not limited to your area of course. Very poor quality images - tosca - 2013-09-17 Quote:Though visitors are not limited to your area of course. I might develop a responsive gallery someday, but it's clearly not my priority. Very poor quality images - acrylian - 2013-09-17 Quote:Let's say I'm not very interested in visitors that are not interested enough in my pictures to see them on a mobile phone screen only. :-) Quote:Anyway, CSS hovering effects don't work with touch screens… Very poor quality images - tosca - 2013-09-17 Unfortunately, I need to manage priorities. :-) Right now, I would like the gallery working properly, even if it's for desktops only. For example, is there any way to purge only selected image(s) or album(s) from the cache? So I can update the cache only for images I'm replacing? Very poor quality images - acrylian - 2013-09-17 I absolutely understand setting priorities and won't argue with you :-) Just discussion "How it should be at best" :-) You can clear the cache for a specific album on each albums edit page directly. Or you could just delete the folder within /cache directly. Regarding tinyZenpage: That is indeed an issue. I opened one: https://github.com/zenphoto/zenphoto/issues/522 Very poor quality images - tosca - 2013-09-17 Quote:"How it should be at best" Quote:You can clear the cache for a specific album on each albums edit page directly. Very poor quality images - sbillard - 2013-09-17 You can also directly delete cached images via FTP. Very poor quality images - acrylian - 2013-09-17 Quote: But this is getting more philosophical than technical! Very poor quality images - tosca - 2013-09-17 Quote:You can also directly delete cached images via FTP. By the way, I don't know if this kind of feature has already been asked for, but I find the navigation through many albums/album levels quite tedious in the admin; wouldn't it be possible to navigate through the whole albums tree with the same kind of combo box that's provided for moving an image? |