wannabit who do you wanna bit

25Nov/10Off

How to convert PSD to JPG using Linux convert from command line

I recently had the need to convert psd images to jpg from command line. I browsed the net a little bit and I found an interesting article about how to do it easily. The right command is "convert" and it works for several images type and among them photoshop psd.

here is how it looks like:

/usr/bin/convert -quality 80 -flatten myimage.psd myimage.jpg

Comments (0) Trackbacks (0)

Sorry, the comment form is closed at this time.

No trackbacks yet.