I think it will be interesting to add this feature that allows regenerating thumbnails for images.
It s useful in many cases. For example when changing sizes parameters of thumbnails. Other case is when manually copying images without thumbnails, and manually inserting images in the database.
Comments
Comment #1
Konstantin_by commentedVery good idea!
Comment #2
eastcn commentedAlthough it is a good idea, but too complex.
Comment #3
nodom commentedi don't thank it is complexe.
There are two actions to add:
1) Whene change size prametres delete all thumbnails,
2) while listing photos, check foreach photo if the thumbnail exist, if no regenerate it.
in all, there is 4 or 10 lines of code to add.
Thank you !
Comment #4
eastcn commented1) Whene change size prametres delete all thumbnails,
2) while listing photos, check foreach photo if the thumbnail exist, if no regenerate it.
in all, there is 4 or 10 lines of code to add.
------
good idea, i will join the function, thanks
Comment #5
nodom commentedMany Thanks,
There is my first issue, and i hope contribute in the future.
Comment #6
nathaniel commented