Delete the source file.

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
angersrezo
Posts: 2
Joined: 2015-05-11T02:55:38-07:00
Authentication code: 6789

Delete the source file.

Post by angersrezo »

Is it possible to delete the source file with command line conversion?
Like : (convert 1913166.jpg 1913166.tif) + (del 1913166.jpg)

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

Re: Delete the source file.

Post by snibgo »

convert ephemeral:1913166.jpg 1913166.tif
snibgo's IM pages: im.snibgo.com
angersrezo
Posts: 2
Joined: 2015-05-11T02:55:38-07:00
Authentication code: 6789

Re: Delete the source file.

Post by angersrezo »

Perfect.

Thx.
Post Reply