IM Server hotfolders use

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
myspacee
Posts: 153
Joined: 2007-06-14T02:09:35-07:00

IM Server hotfolders use

Post by myspacee »

Hello to all,
I want to install new server that offer to users some hotfolder where user put some files
and obtain desired effetc. Think about :

- images to .ps (out standard format)
- .pdf to .tif
- prepare for web (scale - RGB - etc)
- remove white border
- RGB to CMYK

an agent (program) watch these folder and when find a new file start batch and put result in a OUT folder.

No problem for this. I'm here to ask which are your common IM tasks
and if you have some idea that help me to offer better service to my users.

thank you for your time,

m.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: IM Server hotfolders use

Post by anthony »

I am not certain what you mean by a 'hotfolder'. IM is just a program that works with image files using the current directory or the path you specify as part of the file read and write.

As for common tasks. Their are thousands of things people do. That is why they use ImageMagick, because they can do things the way they want it done, and can script up the process.

For examples of many of the things people do, see IM Examples
http://www.imagemagick.org/Usage/

For many many many scripts of more complex things, see Fred Weinhaus's IM scripts
http://www.fmwconcepts.com/imagemagick/

There are other people to. I list many sources in my 'hotlist' which is a direct extract of my personal browser bookmarks
http://www.cit.griffith.edu.au/~anthony ... 20Examples

Also look at the other links around this location on the page.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply