Search found 15 matches

by aeb
2013-02-06T17:45:44-07:00
Forum: Bugs
Topic: DestroyImageList: Assertion failed
Replies: 1
Views: 3431

DestroyImageList: Assertion failed

After giving the command "display img.jpg", flipping the image and quitting, I get display: magick/list.c:447: DestroyImageList: Assertion `images->signature == 0xabacadabUL' failed. Aborted (core dumped) Looking what happens, I see that utilities/display.c calls MagickCommandGenesis(...,D...
by aeb
2013-01-18T12:52:26-07:00
Forum: Bugs
Topic: Two screenshot problems
Replies: 30
Views: 28063

Re: Two screenshot problems

Do you really want to forget where the PNG was cropped from? Yes. That that information is present is more or less an artifact of the present code. For example, a screenshot of a window does not have the offset information, that info is present only for handselected rectangles. It follows that ther...
by aeb
2013-01-11T08:38:30-07:00
Forum: Bugs
Topic: Two screenshot problems
Replies: 30
Views: 28063

Re: Two screenshot problems

The way I myself take interactive screen shots is using XV. Bad for you - xv is commercial, unmaintained since 1995 or so, has hundreds of patches found all over the net, and nothing happens because of license problems. On the other hand, IM has its own interactive screenshot tool, called import. I...
by aeb
2013-01-10T14:58:14-07:00
Forum: Bugs
Topic: Two screenshot problems
Replies: 30
Views: 28063

Re: Two screenshot problems

aeb wrote:The screendump is from XGetWindowImage, but it does not always correctly determine which window is on top,
Fixed that. For the patch, see the webpage mentioned in the first post of this thread.
by aeb
2013-01-09T16:47:33-07:00
Forum: Bugs
Topic: Two screenshot problems
Replies: 30
Views: 28063

Re: Two screenshot problems

Will investigate further. OK. For me the following diff --- ImageMagick-6.8.0-6/wand/import.c 2011-12-19 02:54:26.000000000 +0100 +++ ImageMagick-6.8.0-6a/wand/import.c 2013-01-10 00:21:19.000000000 +0100 @@ -381,7 +381,7 @@ image_info->density=XGetResourceInstance(resource_database,GetClientName()...
by aeb
2013-01-09T15:43:52-07:00
Forum: Bugs
Topic: Two screenshot problems
Replies: 30
Views: 28063

Re: Two screenshot problems

Can you see what problems this would cause? Yes, things would work out-of-the-box. Unheard of. [More seriously - one can discuss usability versus compatibility with previous mistakes. There is no clearcut answer. "Foo --avoid-bug1 --avoid-bug2" is acceptable in Makefiles or other contexts...
by aeb
2013-01-09T13:34:42-07:00
Forum: Bugs
Topic: Two screenshot problems
Replies: 30
Views: 28063

Re: Two screenshot problems

So, if I understand correctly, there is no offset bug in either IM or Gimp, but you want to change the default behaviour to save yourself ... You do not understand correctly. (And ad hominem talk is never fruitful.) Gimp is broken. (The old gimp was just broken - it creates a layer and places the i...
by aeb
2013-01-09T12:54:44-07:00
Forum: Bugs
Topic: Two screenshot problems
Replies: 30
Views: 28063

Re: Two screenshot problems

If I apply offsets, I see a transparent image, due to the offsets. Zooming out shows me where the real pixels are. If I then "Image | Fit canvas to layers", I can see them. Yes. You have to either ignore offsets or to fit canvas to layers. In other words, you have to get rid of the offset...
by aeb
2013-01-09T11:50:51-07:00
Forum: Bugs
Topic: Two screenshot problems
Replies: 30
Views: 28063

Re: Two screenshot problems

snibgo wrote:Can you post a PNG that Gimp doesn't handle properly?
Try http://www.win.tue.nl/~aeb/linux/misc/import/ss0.png (from the page linked to in the first post above).
by aeb
2013-01-09T10:34:11-07:00
Forum: Bugs
Topic: Two screenshot problems
Replies: 30
Views: 28063

Re: Two screenshot problems

If I understand correctly, this is pretty much what happens: if the user wants the offsets, don't "+repage"; if the user doesnt want the offsets, use "+repage". Yes, but the default is wrong. By default the user gets a picture that is unusable (in gimp). That is a bug. Import sh...
by aeb
2013-01-09T02:04:49-07:00
Forum: Bugs
Topic: Two screenshot problems
Replies: 30
Views: 28063

Re: Two screenshot problems

The PNG encoder assumes that if "page" information is present it should be written in oFFs/vpAg chunks. It really has no way of knowing that the caller has defined them wrong and doesn't really want them. The default is *not* to write the oFFs chunk; it only writes one if one or both offs...
by aeb
2013-01-07T22:52:18-07:00
Forum: Bugs
Topic: Two screenshot problems
Replies: 30
Views: 28063

Re: Two screenshot problems

The oFFs chunk is not part of the PNG specification. Instead, it is specified in the PNG extensions document, which says, "Although oFFs can specify an image placement that is partially or wholly outside the page boundaries, the result of such placement is application-dependent." Yes of c...
by aeb
2013-01-07T16:43:02-07:00
Forum: Bugs
Topic: Two screenshot problems
Replies: 30
Views: 28063

Re: Two screenshot problems

To glennrp: clearly, it is a bug if imagemagick produces PNG images with strange offsets that gimp (and other utilities) cannot handle.
There is no motivation for these strange offsets.
by aeb
2013-01-07T16:36:53-07:00
Forum: Bugs
Topic: Two screenshot problems
Replies: 30
Views: 28063

Re: Two screenshot problems

Thanks for the reply. (I made the same two remarks on the page linked to.) This was not a help request. Two old bugs were reported in the hope that some developer who knows this code actually fixes the problem, instead of posting a workaround. I would have sent it to a bugzilla, but perhaps there is...
by aeb
2013-01-07T14:13:35-07:00
Forum: Bugs
Topic: Two screenshot problems
Replies: 30
Views: 28063

Two screenshot problems

The ImageMagick utility import can be used to make screenshots of part of the screen. Problem 1: Very often this fails and produces a garbage picture, with black rectangles obscuring parts of the content. Problem 2: When a PNG picture is successfully made, it does not satisfy the PNG standard, and g...