I want to resize images to a certain scale (3:4) and to no larger than 52kb

1
I want to resize images to a certain scale (3:4) and to no larger than 52kb. Does anyone know how to do this? Can it be done with one of the apps from the appstore or do I need java? If so, examples would be appreciated ;-) And otherwise I will dig in myself...
asked
1 answers
5

Have a look at the Image Crop module in the App Store.

It has a widget component to get the size and uses a java action for the actual cropping. Should be fairly straightforward to re-use the java.

answered