Page 1 of 1

hot folders or watch folders with image magick

Posted: 2016-06-05T08:49:13-07:00
by soyeb
Hi All,

I would like to know how to set hot-folders with image magick so whatever i put in an input folder automates in an output folder. I would also like to know if it is possible to output to different folders and/or sub input folders.

So images are to be cropped, re-sized and some to be .svg and some as .jpg

if the output folder directory was like this output>svg>jpg

so jpg's in jpgs and svg's in svg

is that possible??

Re: hot folders or watch folders with image magick

Posted: 2016-06-05T11:00:05-07:00
by fmw42
Imagemagick does not control folders. That is the property of your OS. Imagemagick simply converts images from one directory to another as desired, but only where and when you tell it to do that. The when you do it is controlled by your OS and scripting language.

Re: hot folders or watch folders with image magick

Posted: 2016-06-06T03:07:55-07:00
by soyeb
oh okay, is there a way then to get image magick to work with scripting or the os in order to use image magick with hot folders??

thanks

Re: hot folders or watch folders with image magick

Posted: 2016-06-06T04:32:00-07:00
by Bonzo
oh okay, is there a way then to get image magick to work with scripting or the os in order to use image magick with hot folders??
Yes you can use batch or bash scripts.