Windows scaling format

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
Mr.Bill
Posts: 1
Joined: 2013-03-22T08:53:33-07:00
Authentication code: 6789

Windows scaling format

Post by Mr.Bill »

Hello,

I have a little problem. I would like to scale up to about a Windows Comand an image based on its format.
Size: Landscape: max. 640 px width, max. 480 px height
Portrait: max. 480 px width, max. 640 px height

How can I write to a single converter command? It needs to run on Windows and may be used only with a command.

Thank you very much
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Windows scaling format

Post by Bonzo »

I do not think that will easily work in a comand unless you call a batch file.
Post Reply