andrew4u Reply #1, 2 years, 5 months ago
I have not found a general Support/Comments topic regarding autoGallery I will start a new topic over here. (I hope it's ok)
I have had a good experience with this snippet and I have integrated it in my project. Unfortunately I have got one problem.
I have found out that automatic thumbnail generator is generating weird thumbs. Even though It does manage to resize and do what should the photos do look very flaky (fuzzy edges) and have a very big size if I take the photo quality into mind.
Example
--Original JPG (quality 60) has 200kB
--Thumb auto resized 20kB (but very bad quality)
--Thumb resized in Photoshop to the same size (quality 60) has 8kB
Is it a general problem of all the automatic resizing tool, that the quality and size are dismal? What compression algorithm is usually used?
Thanks for any suggestions!
Regards, Andrew
I have had a good experience with this snippet and I have integrated it in my project. Unfortunately I have got one problem.
I have found out that automatic thumbnail generator is generating weird thumbs. Even though It does manage to resize and do what should the photos do look very flaky (fuzzy edges) and have a very big size if I take the photo quality into mind.
Example
--Original JPG (quality 60) has 200kB
--Thumb auto resized 20kB (but very bad quality)
--Thumb resized in Photoshop to the same size (quality 60) has 8kB
Is it a general problem of all the automatic resizing tool, that the quality and size are dismal? What compression algorithm is usually used?
Thanks for any suggestions!
Regards, Andrew
) so I coded what he wants. I seem to remember that it forces things towards portrait format, so if you enter a width and a height it will crop the sides and stretch the top and bottom, even if the opposite would make far more sense. This could explain your dodgy quality? Alternately it could be really dodgy coding