Hello All,
Is there a way to "mass resize" pictures in gallery? I have around 420 pictures in my photo gallery and they are taking a considerable space on the HD. Most people won't bother downloading large pictures anyway so I decided to "downgrade" them to a more reasonable size.
My first idea was to change to my picture directory and do:
find . -name '???.jpg' -exec jhead -cmd "mogrify -quality 95 -geometry '800x600>' &i" "{}" ;
This indeed scales pictures down to the size and quality I want, but gallery will "stretch" the pictures when the user clicks on the ".sized" version. :???:
Is there a way to avoid this or to "rescan" the size of the pictures?
Regards,
Paga