Page 1 of 1

Resize all thumbnails?

Posted: Fri Feb 25, 2011 11:17 am
by fooBar
Hey there,

a friend of mine uses a quite old version 1.4.1 from cmsms... And now he wants to regenerate all thumbnails from their original pictures and set a new thumbnail width and height... Is that somehow possible without readding all images?

Thanks!

Re: Resize all thumbnails?

Posted: Fri Feb 25, 2011 11:22 am
by Jos
I guess you can set the new thumbsizes, then delete all images with prefix "thumb_" and visit each directory with ImageManager. Thumbs are recreated at that moment.

If there are too many images, it may take a while and you risk running out of the php_max_execution_time

Re: Resize all thumbnails?

Posted: Fri Feb 25, 2011 12:05 pm
by fooBar
Ah cool, thanks, that works!!