Image resizing via drag & drop
Posted: 2017-03-20T08:24:35-07:00
Hello Folks,
At my work we are creating a pretty hefty amount of images in different sizes. To save some time and improve the workflow I wanted just to render the biggest size of the image and resize it by script into the needed sizes. I've searched some time now on the internet to find a solution to my problem and most postet one was use imagemagick via batchscript
I'm definitely not strong into scripting/coding and need help to get along my obstacles.
First of all I need to use relative paths. No absolute due to the fact that we are creating each day a lot of images and the paths are always changing (e.g. new File Version, Date, Folder etc.).
E.g.
I have following folder Structure
99165 --> media --> l (99165 is just one of a lot different foldernames due to the fact that they represent a different project)
What I want is that all Images from folder "l" will be resized into different sizes and put into the folders "m, s, xs". All of them need to have the same naming, so no renaming or additional suffix.
m --> image size 960x540
s --> image size 640x360
xs --> image size 240x135
I would really appreciate any help.
At my work we are creating a pretty hefty amount of images in different sizes. To save some time and improve the workflow I wanted just to render the biggest size of the image and resize it by script into the needed sizes. I've searched some time now on the internet to find a solution to my problem and most postet one was use imagemagick via batchscript
I'm definitely not strong into scripting/coding and need help to get along my obstacles.
First of all I need to use relative paths. No absolute due to the fact that we are creating each day a lot of images and the paths are always changing (e.g. new File Version, Date, Folder etc.).
E.g.
I have following folder Structure
99165 --> media --> l (99165 is just one of a lot different foldernames due to the fact that they represent a different project)
What I want is that all Images from folder "l" will be resized into different sizes and put into the folders "m, s, xs". All of them need to have the same naming, so no renaming or additional suffix.
m --> image size 960x540
s --> image size 640x360
xs --> image size 240x135
I would really appreciate any help.