Search found 3 matches

by sbico
2012-09-29T14:34:01-07:00
Forum: Users
Topic: @ warning/transform.c/CropImage/574
Replies: 5
Views: 5924

Re: @ warning/transform.c/CropImage/574

Sorry for -repage :D

I try with convert, but same error message.

Here the image : https://www.yousendit.com/download/TEhX ... a1hIRHRVag

Thanks for your help
by sbico
2012-09-29T13:29:05-07:00
Forum: Users
Topic: @ warning/transform.c/CropImage/574
Replies: 5
Views: 5924

Re: @ warning/transform.c/CropImage/574

Hi fmw42,

My original /user/sbico/DCP/Ombre_00005966.tif is 1920x1080.

If I try

mogrify -path /users/sbico/Test -resize 1998x *


I have an Image of1998x1124, so I think isn't a size problem.

I also try with -repage but doesn't work, same error message!

For identify -verbose it return ...
by sbico
2012-09-29T09:08:39-07:00
Forum: Users
Topic: @ warning/transform.c/CropImage/574
Replies: 5
Views: 5924

@ warning/transform.c/CropImage/574

Hi,

I'm trying to resize and crop an image as follow :

mogrify -path /Users/Sbico/Test -resize 1198x -gravity Center -crop 1198x1080+0+0 *

and I have this error message:

mogrify: geometry does not contain image `/Users/Sbico/Test/Ombre_00019355.tif' @ warning/transform.c/CropImage/574.

I'm ...