Automatically editing, saving and closing

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
Zamuel
Posts: 1
Joined: 2018-06-27T11:51:20-07:00
Authentication code: 1152

Automatically editing, saving and closing

Post by Zamuel »

Hello everyone.

I am fairly new to imagemagick and wondering if following is possible to accomplish.
I have a software that I can configure to take image and open it in imagemagic. Now, I would like to perform certain edits to the image, save it and close imagemagic. All this should be performed automatically. Would this be possible in any way using imagemagic?

Thanks in advance,

Sami
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Automatically editing, saving and closing

Post by snibgo »

The answer will depend on your software, and what it can tell IM to do.
snibgo's IM pages: im.snibgo.com
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Automatically editing, saving and closing

Post by fmw42 »

What platform and what version of Imagemagick. Scripting should be able to do that.
Post Reply