Search found 51 matches

by Petr
2010-05-18T02:24:06-07:00
Forum: Bugs
Topic: display 6.5.4-8 - window frame sometimes lost
Replies: 3
Views: 9740

Re: display 6.5.4-8 - window frame sometimes lost

I also did the following test. I created resized versions of the original image with the command convert -resize pp% origima.png testima.png with varying pp. Increasing pp and displaying them by display testima.png , at some point the window frame stayed visible. I cannot confirm any specific size ...
by Petr
2010-05-18T02:00:46-07:00
Forum: Bugs
Topic: display 6.5.4-8 - window frame sometimes lost
Replies: 3
Views: 9740

Re: display 6.5.4-8 - window frame sometimes lost

Ok, I see :-).

That's not a bug, thats intended! Am I right? Try remove alpha channel from your picture. Unfortunately I use display rarely so I didn't see this more quickly.

Just curious -- why this works only for KDE?
by Petr
2010-05-17T11:07:59-07:00
Forum: Bugs
Topic: display 6.5.4-8 - window frame sometimes lost
Replies: 3
Views: 9740

Re: display 6.5.4-8 - window frame sometimes lost

I can reproduce this behavior only for KDE4. It doesn't happen for me in GNOME or XFCE respectively.
by Petr
2010-04-23T01:03:12-07:00
Forum: Bugs
Topic: Identify from ImageMagick prints output using wrong units.
Replies: 10
Views: 27893

Re: Identify from ImageMagick prints output using wrong unit

Please consider following patch. Maybe is stupid, I don't know the ImageMagick much to know all the context. Index: ImageMagick-6.6.1-0/magick/image.c =================================================================== --- ImageMagick-6.6.1-0.orig/magick/image.c +++ ImageMagick-6.6.1-0/magick/image....
by Petr
2010-04-23T00:55:51-07:00
Forum: Bugs
Topic: Identify from ImageMagick prints output using wrong units.
Replies: 10
Views: 27893

Identify from ImageMagick prints output using wrong units.

Original report at https://bugzilla.novell.com/show_bug.cgi?id=598714 I tested it with several images, always the same problem. comp> identify -units PixelsPerInch -verbose -format "%x %y %z" test2.png 236.22 PixelsPerInch 236.22 PixelsPerInch 8 comp> identify -verbose -format "%x %y ...
by Petr
2010-01-07T10:08:24-07:00
Forum: Bugs
Topic: convert corrupts shadowing of fancy text
Replies: 3
Views: 9163

Re: convert corrupts shadowing of fancy text

FYI: if I use xc:white in addition to -gaussian, it works for me as well.