Done. Thanks for the suggestion.
It is common or "normal" for valgrind to report possible leaks due to the behavior of the OpenMP library ("gomp") since it allocates memory for its own use which is never deallocated. The only solution is to add suppressions to valgrind. I do see that your program has quite a lot of additional memory allocated, which should be diagnosed as valgrind suggested in its LEAK SUMMARY message.
Magick++: Memory leak in image.write()
It would be good to re-run with valgrind and using the suggested --leak-check=full --show-leak-kinds=all options. At first glance, the reported leak is due to the OpenMP implementation and not a true leak. It is also common to see that the C library adds "leaks" due to thread-specific storage which is never released. Once these are understood, valgrind suppressions can be added to make the true leaks more clear. The reported "73,160 bytes in 17 blocks" seems like a possible concern since this is...
On Wed, 19 Apr 2017, Matthieu Hendriks wrote: In Imagemagick you can do a $image->ReadImage('radial-gradient:white-red'); If I use this in GraphicsMagick I got an error. is this also possible in Graphics::Magick? And if yes, how? There is not yet a radial gradient in GraphicsMagick. Feel free to add a feature request in the tracker at SourceForge or develop the corresponding C code and post a patch. Bob -- Bob Friesenhahn bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/...
On Sat, 15 Apr 2017, Mr. D wrote: 1) TclMagick's "make install" is looking for "./tclconfig/install-sh"...
On Sat, 15 Apr 2017, Mr. D wrote: 1) TclMagick's "make install" is looking for "./tclconfig/install-sh"...
This is an interesting idea. I seem to be obtaining useful results (original info...
Wrong quality score for PNGs
PNG is lossless so it has no notion of quality. The value reported is a default quality...
On Sun, 2 Apr 2017, DigitalDan wrote: Just verified that -background white prior...
On Thu, 30 Mar 2017, Kamal Ahmed wrote: $ gm -version gm: error while loading shared...
Inconsistent Behavior w/ input_file Parameter
Thanks for reporting this. Mercurial changeset 15012:33569d74cf0c now eliminates...
On Thu, 16 Mar 2017, Kamal Ahmed wrote: Hi Bob, Could the following be due to the...
On Wed, 15 Mar 2017, Arvin Villapando wrote: Thanks so much for your help Bob! Are...
On Wed, 15 Mar 2017, Arvin Villapando wrote: Hi Bob - thanks for the quick reply!...
On Wed, 15 Mar 2017, Arvin Villapando wrote: Hi guys - first time here. We're building...
On Tue, 14 Mar 2017, Kamal Ahmed wrote: Thanks Bob, Now i do: ./configure --enable-gprof...
I use GNU patch like: ~~~~~~~~~~~~~~~~~~~~ cd GraphicsMagick patch -p 1 < /path/to/scene.patch...
GraphicsMagick does at least store the chromaticities provided by the cHRM chunk...
WriteBlob: Assertion `image->blob->type != UndefinedStream' failed.
Windows display program identifies itself as IMDisplay
Build erraneously picks up 32-bit libltdl
Build erraneously picks up 32-bit libltdl
This seems like a problem with the configuration information provided by FreeType,...
PNG - Images getting mangled with "-colors 256"
dpi not retrived (no default value)
PNG - GM hides whole picture through transparency
dpi not retrived
Resampling Image with disabled alpha channel is not working
I notice that the title of this bug report says "with disabled alpha channel" but...
Resampling Image with disabled alpha channel is not working
What is not looking good? The reduced image looks pretty good to me when viewing...
GM not handling Unicode file names
PSD - Too much image data in file
This problem is due to disagreements between viewer programs as to what metadata...
JPG to TIFF + 180 rotation results in flip
Background problem with Extent
The development version already contains a fix for this issue. The fix was applied...
SVG segmentation fault due to taking -1 from 0.
-frame doesn't work in gm import
Your patch is applied to GraphicsMagick Mercurial as changeset 1ec36d7f2913. Thank...
Your patch has been applied as Mercurial changeset c9067f61966c. Sorry that EXIF...
C++ api - method to clear/remove attribute
When running from the command line configure.exe does not use the quantum argument
Your patch is now in GraphicsMagick Mercurial as changeset b2593e85416e. The default...
On Wed, 22 Feb 2017, Gbath wrote: Thanks Bob for your guidance on the scene param....
I looked at this some more. It turns out that the scene id is never used to form...
On Fri, 17 Feb 2017, Gbath wrote: Thanks Bob for your quick reply. So I have tired...
On Thu, 16 Feb 2017, Gbath wrote: Hello Bob, I am having the same issue as well....
This problem is occuring because your JPEG file is in CMYK colorspace rather than...
On Sun, 29 Jan 2017, Jon Wong wrote: The relevants docs are here: http://www.graphicsmagick.org/GraphicsMagick.html#details-geometry...
On Sun, 29 Jan 2017, Jon Wong wrote: Yikes. How do I delete a thread here? I found...
We are using libtiff to encode the TIFF. Regardless, JPEG encoded in TIFF is not...
GraphicsMagick development code now includes fixes to update orientation in EXIF...
I would guess that your viewing program is making some orientation adjustments on...
Please tell us more. What version of ImageMagick and GraphicsMagick are you using?...
This behavior is intentional, applies to some other formats as well, and is long-standing...
TIFF unexpectedly uses JPG compression
I should mention that there is a pending patch posted in the GraphicsMagick patches...
On Thu, 26 Jan 2017, Pavel Vlasov wrote: Hi, I am working on acceleration of resize...
Wand API patches: clear exception, remove image option, auto-orient, get & set orientation
On Fri, 6 Jan 2017, David Schreiner wrote: hello! does the following have a gm counterpart?...
Difference file does not work if PNG
This problem is fixed by Mercurial changeset 14972:04d9f86da0bd. Thank you for reporting...
Testing with privately supplied images does reproduce the issue and testing also...
convert: "-page" behaviour with "+append"ed gif frame
Closing due to improper use of command line options. Not a bug.
convert: "-page" behaviour with "+append"ed gif frame
The +append command is forming a new raster image (more similar to montage) and I...
From looking at PNG reader code, I see that it does use SyncImage() which should...
Please upload the problematic PNG file in a tarball or zip file so I can verify that...
Your patches from the 22nd have been applied now. Coverity reports that 4 issues...
Please re-upload these files in a tarball or zip archive since SourceForge re-writes...
Please archive and re-upload your sample files in a tarball or zip archive. SourceForge...
Wand API patches: clear exception, remove image option, auto-orient, get & set orientation
Coverity's complaints about wrong code attached as coverity.txt
Wand API patches: clear exception, remove image option, auto-orient, get & set orientation
Your changes are applied as changeset 14968:90be78bb60fb. However, Coverity says...
This issue is addressed by Mercurial changeset 14967:e5f16218d00a
TclMagick fails to load on Tcl8.6
It looks like DifferenceImagePixels() is only using the DirectClass pixel representation...
The Jasper author has continued to address maintenance concerns, including security...
These issues are believed to be fixed by changeset 14965:ecfd062a75ca.
Some questions about DecodeImage in coders/gif.c
Assumed to be fixed by changeset 14965:ecfd062a75ca.
can not open GIF image
I have applied Tianyu Lang's fixes as Mercurial changeset 14965:ecfd062a75ca.
GraphicsMagick rejects certain types of animated GIFs
On Mon, 14 Nov 2016, Tianyu Lang wrote: I ran into the same problem. And it turns...
libjasper library being removed from Debian - impacts GraphicsMagick
After many years of no maintenance, the Jasper author has now made three more releases...
On Sun, 9 Oct 2016, Ildar Mulyukov wrote: Sorry, not true. Now the resize processes...
A fix for sometimes missing EXIF orientation has been applied as part of bug 400....
EXIF-"rotated" jpeg aren't resized properly
Exif orientation unknown for some JPEG files
Troy's patch has been applied and it appears to solve the problem. Thank you very...
Please attach your PNG files in an archive wrapper like a zip archive because SourceForge...
Why do you need to include the quotes into the file that you use as the list of input...