Discussion:
mogrify
(too old to reply)
Dieter Britz
2011-02-20 14:53:04 UTC
Permalink
Iam trying to adjust the size of some photo jpg's to a certain
size in pixels, and found that mogrify should be able to do it.
and got the error message

mogrify: unable to open image `@36000': No such file or directory @
blob.c/OpenBlob/2480.

How should I do it? I also tried using quote marks '@36000' and putting
the ampersand last, 36000@, but all elicit the same error message.
--
Dieter Britz
Eli the Bearded
2011-02-21 03:16:41 UTC
Permalink
Post by Dieter Britz
and got the error message
blob.c/OpenBlob/2480.
mogrify -resize @36000 cactusflower.thumb.jpg

Works for me.

Elijah
------
doesn't normally use imagemagick
Dieter Britz
2011-02-22 21:16:43 UTC
Permalink
Post by Eli the Bearded
Post by Dieter Britz
and got the error message
blob.c/OpenBlob/2480.
Works for me.
Elijah
------
doesn't normally use imagemagick
Thanks!
--
Dieter Britz
Loading...