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??
hot folders or watch folders with image magick
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: hot folders or watch folders with image magick
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
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
thanks
Re: hot folders or watch folders with image magick
Yes you can use batch or bash scripts.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??