I'm trying to convert some random psd files on our server

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Marshery
Posts: 1
Joined: 2013-02-04T19:56:58-07:00
Authentication code: 6789

I'm trying to convert some random psd files on our server

Post by Marshery »

Which are product photo's, with an transparant background?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: I'm trying to convert some random psd files on our serve

Post by fmw42 »

So what is the problem? What is your IM version and platform. Really a bit more information is needed for anyone to help.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: I'm trying to convert some random psd files on our serve

Post by snibgo »

I suggest:

Code: Select all

identify -size 1x1 -format "%[fx:rand()]" xc:
snibgo's IM pages: im.snibgo.com
Post Reply