FriendsOfCake/cakephp-upload

Thumbnail generations and shell

tgoeminne opened this issue · 3 comments

Hi,

I have a question,. If I understand correctly the thumbnail generation is removed and have to use the transformer now as per example?

When making the changes and adding the transformer, how would you mass generate the thumbnails for previously added files easily?

Greets,
Thomas

In this instance I wrote a shell command to parse the file system, instantiate an instance of the transformer, do the thumbnails and save them back to the file system.

Can you share the shell script?