Search found 4 matches

by qvisto
2014-04-15T20:21:34-07:00
Forum: Users
Topic: crop doesn't work
Replies: 5
Views: 7358

Re: crop doesn't work

Updated to ImageMagick-6.8.9-0 and +region works now.
by qvisto
2014-04-15T19:28:22-07:00
Forum: Users
Topic: crop doesn't work
Replies: 5
Views: 7358

Re: crop doesn't work

Using +region results in

convert: wand/mogrify.c:8067: SyncImageSettings: Assertion `image->signature == 0xabacadabUL' failed.

:-(
by qvisto
2014-04-15T19:20:50-07:00
Forum: Users
Topic: crop doesn't work
Replies: 5
Views: 7358

Re: crop doesn't work

I'm using region because of a 8px border on the top of the image which must stay intact.
by qvisto
2014-04-15T19:06:10-07:00
Forum: Users
Topic: crop doesn't work
Replies: 5
Views: 7358

crop doesn't work

Hi there, I am trying to resize and rotate a part of an image and then crop it to a smaller size. This command worked perfectly fine with ImageMagick 6.2.8: convert $1 -crop 1280x800+0+0 -region 1280x800+0+8 -resize 960x600 -crop 960x600+0+0 -region 960x600+0+8 -rotate 2.5 -resize 118% -roll -26-92 ...