can somebody help me?

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
danhsmile044
Posts: 1
Joined: 2018-06-19T08:10:23-07:00
Authentication code: 1152

can somebody help me?

Post by danhsmile044 »

magick -size 640x480 logo.gif
magick: no images for write '-write' 'logo.gif' at CLI arg 3 @ error/operation.c/CLINoImageOperator/4789.
magick -transpose logo.gif
magick: no images found for operation `-transpose' at CLI arg 1 @ error/operation.c/CLIOption/5266
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: can somebody help me?

Post by snibgo »

"magick" is an image processor. It takes one or more inputs, and makes one or more outputs. Your commands have an output (at the end) but no input.
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: can somebody help me?

Post by fmw42 »

Please, always provide your IM version and platform when asking questions, since syntax may differ. Also provide your exact command line and if possible your images.

See the top-most post in this forum "IMPORTANT: Please Read This FIRST Before Posting" at http://www.imagemagick.org/discourse-se ... f=1&t=9620

For novices, see

http://www.imagemagick.org/discourse-se ... f=1&t=9620
http://www.imagemagick.org/script/comma ... essing.php
http://www.imagemagick.org/Usage/reference.html
http://www.imagemagick.org/Usage/
https://github.com/ImageMagick/usage-markdown
Post Reply