well, for now i'm using profile to change all the file.because i'm not sure
that i'm understand what u guy are talking about coz i'm a noob.
this is how i do
convert *.tif +profile icm -profile [cmyk profile].icm -profile [rgb
profile].icm image%02d.tif
this may result error since i didn't know anything about using profile but
looking from the manual and so on i think this could work, so could someone
explain me about using scripting to convert these tiff file? and could
someone tell me is the command i write above could work or not and then
explain to me about how to use profile and how to get them.
ps.all files is in the same root but maybe in the different sub folders,
the command i give above is just for test folder where there are 4 pictures
inside
thx for the help
| 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 .. ...
Arrrgghhhh...
You should be able to just simply use mogrify rather than looping in
some API! As for protect the original file mogrify can use a -path
option to specify a 'save to' directory.
As for the problem, you can use -type to change the image type
in the IM memory, however that is only if the images do not use
some type of color profile.
Now profiles I have not dealt with personally, but I do have the
notes about it in...
IM Examples...
http://www.imagemagick.org/Usage/formats/#profiles
Anthony Thyssen ( System Programmer ) <[EMAIL PROTECTED]>
-----------------------------------------------------------------------------
It is a pretty smart tree that can outsmart the average kite flyer.
--- Gary <[EMAIL PROTECTED]
>
-----------------------------------------------------------------------------
Anthony's Home is his Castle http://www.cit.gu.edu.au/~anthony/
------------------------------
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users
End of Magick-users Digest, Vol 50, Issue 24
********************************************
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users