Your message dated Sun, 21 Dec 2008 19:30:00 +0100
with message-id <[email protected]>
and subject line [imagemagick] Information about the bug
has caused the Debian Bug report #190646,
regarding imagemagick: many inconveniences with urls
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
190646: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=190646
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: imagemagick
Version: 4:5.5.4.3-1
Severity: wishlist
File: /usr/bin/display
Tags: upstream

Please forward upstream.

Often I want to see
$ cat list_of_urls|xargs -n 1|display

Odd, I need the -n 1

Also, there is no way to make each double size, right on the command
line, like xli -zoom 222 free-01.gif 

Also, if I use ">" on some of them when viewing, there is no way to tell it not 
to ask
me about saving. No I don't want to save it!  I want to make that
clear to the program on the command line.

Also the -delay command probably doesn't work with urls.

I don't get magnification with magnify, but that might be a debian problem.

$ display -magnify 2 free-01.gif 
display: Unable to open file (/usr/lib/ImageMagick-5.5.4-Q16/magic.mgk) [No 
such file or directory].
$ display  free-01.gif 
display: Unable to open file (/usr/lib/ImageMagick-5.5.4-Q16/magic.mgk) [No 
such file or directory].

OK, I see I can do things like -geometry 200%, good!
However, how can I specify "enlarge each image so that it is fills my
600x800 monitor, but the aspect ratio isn't changed", assuming that I
the URLs are some horizontal, some vertical, some big some small.
Yes, I looked at the -geometry ">" item on the imagemagick man page.

-- System Information: Debian Release: testing/unstable Architecture:
i386 Kernel: Linux debian 2.4.20-k7 #1 Tue Jan 14 00:29:06 EST 2003
i686 Locale: LANG=zh_TW.Big5, LC_CTYPE=zh_TW.Big5

Versions of packages imagemagick depends on:
ii  libmagick5.5.4               4:5.5.4.3-1 Image manipulation library (free v

-- no debconf information



--- End Message ---
--- Begin Message ---
Package: imagemagick
Version: 7:6.3.7.9.dfsg1-2.1+lenny1

> Often I want to see
> $ cat list_of_urls|xargs -n 1|display
>
> Odd, I need the -n 1
>
> Also, there is no way to make each double size, right on the command
> line, like xli -zoom 222 free-01.gif

-resize widthxheight{%} {...@} {!} {<} {>} {^}
resize an image.
By default, the width and height are maximum values. That is, the image is 
expanded or contracted to fit the width and height value while maintaining the 
aspect ratio of the image. Append an exclamation point to the geometry to force 
the image size to exactly the size you specify. For example, if you specify 
640x480! the image width is set to 640 pixels and height to 480.
If only the width is specified, the width assumes the value and the height is 
chosen to maintain the aspect ratio of the image. Similarly, if only the height 
is specified (e.g., -resize x256, the width is chosen to maintain the aspect 
ratio.
To specify a percentage width or height instead, append %. The image size is 
multiplied by the width and height percentages to obtain the final image 
dimensions. To increase the size of an image, use a value greater than 100 
(e.g. 125%). To decrease an image's size, use a percentage less than 10

> Also, if I use ">" on some of them when viewing, there is no way to tell it
> not to ask me about saving. No I don't want to save it!  I want to make
> that
> clear to the program on the command line.
>
> Also the -delay command probably doesn't work with urls.

It work just tested

> I don't get magnification with magnify, but that might be a debian problem.
>
> $ display -magnify 2 free-01.gif
> display: Unable to open file (/usr/lib/ImageMagick-5.5.4-Q16/magic.mgk) [No
> such file or directory]. $ display  free-01.gif
> display: Unable to open file (/usr/lib/ImageMagick-5.5.4-Q16/magic.mgk) [No
> such file or directory].

Seems like bug #161348, you should use -size

> OK, I see I can do things like -geometry 200%, good!
> However, how can I specify "enlarge each image so that it is fills my
> 600x800 monitor, but the aspect ratio isn't changed", assuming that I
> the URLs are some horizontal, some vertical, some big some small.
> Yes, I looked at the -geometry ">" item on the imagemagick man page.

Reading documentation:
Use ^ to set a minimum image size limit. The geometry 640x480^, for example, 
means the image width will not be less than 640 and the image height will not 
be less than 480 pixels after the resize. One of those dimensions will match 
the requested size, but the image will likely overflow the space requested to 
preserve its aspect ratio. The ^ feature is new as of IM 6.3.8-2

I will therefore close this bug report, because upstream have implemented 
needed feature.

Regards 

Bastien
-- 

"ROUCARIÈS Bastien"
                                            [email protected]
-------------------------------------------------------------------------------
DO NOT WRITE TO [email protected] OR BE BLACKLISTED

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---

Reply via email to