Hi Erick,

First of all you've got to decide about the dev environment as you're going
to need app logic associated to IM. Into the IM site you can have a look to
the list of paradigms for which IM has interfaces.

I personally use PERL as scripting, associated to Apache for web info
presentation to perform that particular task.

You'll need to loop in a i.e. while cycle while testing your directory for
files, skipping . and .. , when a real file is catched up you can play a bit
around depending on it's own extension regarding conversion. It's easier to
handle raster images as TIFF instead of vector+raster as EPS, the narrower
your file format set, the easier the development task.

For the sequences, you can use an attached timestamp sequence to the
original file name defined into the applogic  as i.e.
YYMMDDHHSSXXX.filename.[ext],
so they would look like ordered in a FIFO (queue) fashion in your naturally
ordered directory.

Good luck,

Fabian.

"Beauty is our Business"
~ Edsger W. Dijkstra  ~


On 3/20/07, Erick Liemarga <[EMAIL PROTECTED]> wrote:

Hi, I've just started using ImageMagick for 2 month.

I want to convert my TIFF files from CMYK color mode to RGB color mode,
can somene explain me how? and also I want the output is in sequence
file names
since I want to convert about 40+ pictures files

regards,

ERick
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to