Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

mogrify

4 views
Skip to first unread message

Dieter Britz

unread,
Feb 20, 2011, 9:53:04 AM2/20/11
to
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.
I tried this, which I got from the Imagemagick web page:

> mogrify @36000 cactusflower.thumb.jpg

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

unread,
Feb 20, 2011, 10:16:41 PM2/20/11
to
In comp.graphics.misc, Dieter Britz <dieterh...@gmail.com> wrote:
> > mogrify @36000 cactusflower.thumb.jpg
>
> and got the error message
>
> mogrify: unable to open image `@36000': No such file or directory @
> blob.c/OpenBlob/2480.

mogrify -resize @36000 cactusflower.thumb.jpg

Works for me.

Elijah
------
doesn't normally use imagemagick

Dieter Britz

unread,
Feb 22, 2011, 4:16:43 PM2/22/11
to

Thanks!
--
Dieter Britz

0 new messages