Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hello, most esteemed monks.
I have a little problem to solve, in the place that I work, it would help our graphics artists Greatly if I could automatically convert their PSD files to TGA and/or PNG behind the scenes. Yes, it is possible that we could use PS macros for this, but it would really be much better if it could be done via Perl, for several reasons; there are already scripts doing other things, this should be deployed on several machines with differing paths and several projects, Subversion integration with the SVN modules etc. Let's just say I want to give it a good try. :)
I've been looking all over the net, real deeply to find anything that might work, and went through the available Perl modules I could find and think of. Most can't do PSD at all, and Image::Magick can't handle flattening the layers properly (same with the command line client). The only thing I've had success with at all is to use the command line interface to IrfanView, which can read these PSD:s flawlessly and output both TGA and PNG. However, this is not a solution I'm that comfortable with: IrfanView has lots of troubles with paths given on the command line, it is only free for non-commercial use (and this is a borderline case I'd say) and it is Windows only (can live with that if I must).
Most of all, I would like to find some kind of Open Source alternative if possible, or at least something that I can use with good conscience, and if it would be appropriate, can re-distribute freely. Easy to use from Perl and cross platform would be great bonuses.
Does anyone here have any tips? It seems strange that no Open Source software should be able to read PSD files correctly, when so much different (closed) Windows software can do it, so I'm almost assuming that my Google skills are lacking, even though I've been trying for days now. ;-)
Any tips appreciated.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Convert PSD (photoshop) to TGA and/or PNG?
by Aristotle (Chancellor) on Jan 25, 2005 at 21:12 UTC | |
by Anonymous Monk on Jan 25, 2005 at 21:33 UTC | |
by Aristotle (Chancellor) on Jan 25, 2005 at 22:16 UTC | |
by Anonymous Monk on Jan 25, 2005 at 22:43 UTC | |
by bmann (Priest) on Jan 26, 2005 at 00:08 UTC | |
| |
|
Re: Convert PSD (photoshop) to TGA and/or PNG?
by Solo (Deacon) on Jan 25, 2005 at 21:16 UTC | |
|
Re: Convert PSD (photoshop) to TGA and/or PNG?
by ww (Archbishop) on Jan 26, 2005 at 15:32 UTC |