Search found 3 matches

by Greg Minshall
2014-07-27T06:12:59-07:00
Forum: MagickWand
Topic: MagickSetExtract() segfaults
Replies: 3
Views: 11175

Re: MagickSetExtract() segfaults

hi. thanks very much for the fix, which prevents the segfault, and allows MagickSetExtract to work for reading image files. however, MagickSetExtract still does *not* work (at least as i am led to believe it should) for writing files. to be somewhat repetitive, from the documentation: ---- MagickSet...
by Greg Minshall
2014-07-20T02:34:22-07:00
Forum: MagickWand
Topic: MagickSetExtract() segfaults
Replies: 3
Views: 11175

Re: MagickSetExtract() segfaults

to semi-answer my own question, it *appears* as if MagickSetExtract() believes that image_info->extract is set, when it isn't. a simple fix (using some code found elsewhere in the ImageMagick source tree for setting image_info->extract) seems to fix this, and, indeed, reading a small bit of a large ...
by Greg Minshall
2014-07-19T23:25:33-07:00
Forum: MagickWand
Topic: MagickSetExtract() segfaults
Replies: 3
Views: 11175

MagickSetExtract() segfaults

hi. i'm running the following on macosx 10.9.3, using Fink: ---- Version: ImageMagick 6.8.8-10 Q16 x86_64 2014-04-24 http://www.imagemagick.org ---- i'm trying to use MagickSetExtract() to specify which bits of a large image i want to read. the MagickWand web page says ---- MagickSetExtract() sets t...