November 9th, 2005, 08:06 PM
-
Python ImageMagick/the like
Does anyone know of the best way to use Python and imagemagick or maybe another, more well documented image tool? I need to do some cmyk conversion (rgb2cmyk) and size changes, but I can't find any good documentation out there?
Thanks.
November 9th, 2005, 08:33 PM
-
November 9th, 2005, 10:15 PM
-
Thanks for the stab, but it doesn't seem to support conversion to cmyk. Also, I need something that can be made to run in windows with minimal effort. 
Any other suggestions?
November 9th, 2005, 11:32 PM
-
November 9th, 2005, 11:53 PM
-
Still no CMYK convert command. Could I accomplish better or more easily in a different language?
November 10th, 2005, 02:17 AM
-
Look in the PIL-Handbook.pdf under convert.
November 10th, 2005, 02:45 AM
-
Originally Posted by Dietrich
Look in the PIL-Handbook.pdf under convert.
Great! Better research would go a long way in my terms
Any tips on installing easily under a windows enviroment?