Search found 5 matches

by jidanni
2017-11-10T07:58:28-07:00
Forum: Bugs
Topic: crosshair appears on import -screen
Replies: 1
Views: 3610

crosshair appears on import -screen

User does

Code: Select all

$ import -pause 11 -screen /tmp/file.jpg
A crosshair appears and the user is encouraged to draw a box just as if he used

Code: Select all

$ import -pause 11 /tmp/file.jpg
Alas all that is not going to affect the output. So please have no crosshair appear, etc.

ImageMagick 6.9.9-6 Q16 x86_64 20170810
by jidanni
2012-06-03T20:32:31-07:00
Forum: Bugs
Topic: No warning upon bad -size usage
Replies: 5
Views: 8175

Re: No warning upon bad -size usage

Hmmm, well then maybe a general warning
"The command you gave did not change anything, but proceeding as you wish."

That could be triggered by a simple imput == output check.

OK, never mind.
by jidanni
2012-06-03T20:09:57-07:00
Forum: Bugs
Topic: No warning upon bad -size usage
Replies: 5
Views: 8175

Re: No warning upon bad -size usage

Yes then please warn that the user forgot the operator or something, anything.
by jidanni
2012-06-03T19:13:54-07:00
Forum: Bugs
Topic: No warning upon bad -size usage
Replies: 5
Views: 8175

No warning upon bad -size usage

At least print some warning if the user uses -size instead of the intended -resize $ convert dieyuan_logo.jpg -size 135x135 d.png $ identify d.png d.png PNG 400x358 400x358+0+0 8-bit DirectClass 83.5KB 0.000u 0:00.000 $ convert dieyuan_logo.jpg -resize 135x135 d.png $ identify d.png d.png PNG 135x12...
by jidanni
2010-12-15T18:53:14-07:00
Forum: Bugs
Topic: even first example of Usage/canvas fails
Replies: 2
Views: 6033

even first example of Usage/canvas fails

Even the very first example of http://www.imagemagick.org/Usage/canvas/ fails: $ convert -size 100x100 canvas:khaki canvas_khaki.gif convert: unable to open image `canvas:khaki': @ error/blob.c/OpenBlob/2489. convert: missing an image filename `canvas_khaki.gif' @ error/convert.c/ConvertImageCommand...