On Wed, 2 Mar 2016, "Przemysław Sobala" wrote: Another question regarding C++ API:...
On Wed, 2 Mar 2016, Przemysław Sobala wrote: [bugs:#356] Wrong output width calculation...
On Wed, 2 Mar 2016, "Przemysław Sobala" wrote: Strange things happen when I use C++...
On Tue, 1 Mar 2016, Nick wrote: Basically, we currently use GM to make very small...
On Tue, 1 Mar 2016, Glenn Randers-Pehrson wrote: The upper one looks like a nearest-neighbor...
On Tue, 1 Mar 2016, Nick wrote: Is it psosible to get the resize option in GraphicsMagick...
On Mon, 29 Feb 2016, Pablo Elpuro wrote: There were anyway some details to patch...
On Sat, 27 Feb 2016, Pablo Elpuro wrote: I tried to build from source on Windows7...
gm: realloc(): invalid next size: 0xb7c4bab0 ***
Both ASAN and valgrind are not finding a problem when reading this file with the...
You did not report which version of GraphicsMagick you are using. I am not able to...
gm: realloc(): invalid next size: 0xb7c4bab0 ***
GraphicsMagick seems to be workiing properly. Since this is only a warning and use...
gm convert: Corrupt JPEG data: premature end of data segment
It seems that GraphicsMagick is working as documented and only a minor change to...
gm convert: iCCP: known incorrect sRGB profile
If this is causing problems for you, then it is actually an issue in your Magick++...
This problem is caused because the JPEG file is truncated (smaller than it should...
I think should not be in double value is Magick++ Image.density()?
Re-opening to add parameterized density() methods which are not based on Geometry...
I am not sure if the API additions are enough. There are two ways that image resolution...
gm convert failed to convert some EPS files to JPG
SourceForge only produces an empty file for the EPS.zip attachment.
GraphicsMagick uses Ghostscript to render EPS into a simpler intermediate format...
It has been determined that the issue was due to not understanding how the feature...
gm mogrify output-directory fails
Proportional height resize not working in Magick++
I think should not be in double value is Magick++ Image.density()?
Mercurial changeset 14723:43a59a8ef281 adds Magick++ Image methods xResolution()...
I think should not be in double value is Magick++ Image.density()?
The Geometry class (and the density() methods which depend on it) is fundamentally...
GraphicsMagick does not claim to support HTTPS so this is a new feature request....
Ticket moved from /p/graphicsmagick/bugs/352/ Can't be converted: _milestone: v1...
On Wed, 17 Feb 2016, TYH wrote: Hi, Which function should I use to free the pointer...
heap-buffer-overflow in coders/xpm.c:409
Fixed in Mercurial via changeset 14721:744e422306a1. Thank you very much for the...
heap-buffer-overflow in coders/psd.c:142
SEGV in coders/psd.c:1685
heap-buffer-overflow in magick/constitute.c:1193
heap-buffer-overflow in coders/pdb.c:949:26
heap-buffer-overflow in magick/constitute.c:1180
MagickTrimImage with extreme fuzz can produce image with negative width
I assume that there is some problem in magick/transform.c around line 508 (insufficient...
On Sat, 30 Jan 2016, xentrica wrote: This is command line. How to do this in c++...
Is the problem known to be in 1.6.20 as well? This latest apparent finding is why...
Images getting mangled with "-colors 256"
out-of-bounds write in coders/rle.c:524
out-of-bounds write in coders/sun.c:962
out-of-bounds write in coders/psd.c:892
out-of-bounds read in coders/psd.c:1435
gm convert for some inputs takes a long time and then corrupts the output
Re-opening to provide more time to get to the bottom of this issue.
I definitely see the "long time to do so". For some reason, disabling dithering has...
Weird behaviour with MagickAddImage
out-of-bounds write in coders/pict.c:1929
heap-buffer-overflow in coders/xcf.c:372
heap-buffer-overflow in coders/xcf.c:362
heap-buffer-overflow in coders/xcf.c:373
SEGV in utilities/gm+0x807a361)
heap-buffer-overflow in coders/xpm.c:154
heap-buffer-overflow in coders/xpm.c:150
heap-buffer-overflow in coders/xpm.c:409
Thanks for this latest raft of reports.
On Fri, 22 Jan 2016, Glenn Randers-Pehrson wrote: Maybe you're running a buggy libpng....
gm convert for some inputs takes a long time and then corrupts the output
Testing shows that this problem is due to an issue in libpng. Glenn says that this...
On Sat, 23 Jan 2016, Bob Friesenhahn wrote: On Fri, 22 Jan 2016, Glenn Randers-Pehrson...
On Fri, 22 Jan 2016, Glenn Randers-Pehrson wrote: Maybe you're running a buggy libpng....
gm convert: CMYK to sRGB distorts colors
In GraphicsMagick "srgb" actually refers to Kodak PhotoCD sRGB which is for internal...
gm convert for some inputs takes a long time and then corrupts the output
I am able to reproduce the problem here freddy:~% gm convert scrshot_5716_2_0_20160122103651_1_None.png...
I have fixed things now so that there is an IP address for graphicsmagick.org (which...
DNS servers don't resolve GraphicsMagick.org
Please keep in mind that GraphicsMagick is real C++ code and not like a .Net assembly...
What operating system and compiler are you using? Did you take care to link with...
It may be that your browser has changed its default behavior. Regardess, the report...
What brought your attention to this issue? Did you encounter a problem using your...
What brought your attention to this issue? Did you encounter a problem using your...
It is true that the primary DNS server was moved yesterday to a new host and using...
On Thu, 17 Dec 2015, Erik wrote: Put differently, is there a way to request getTypeMetrics...
The current Image colorspace is indicated by the 'colorspace' member of the Image...
Regarding your question about reading the buffer from CompositeImage(), the pixels...
GraphicsMagick is free software and you can look at the source code to see what it...
GraphicsMagick is free software and you can look at the source code to see what it...
The best function to use for converting colorspaces is TransformColorspace(). There...
The best function to use for converting colorspaces is TransformColorspace(). There...
GraphicsMagick does have a way to represent pixels in YUV space (YUVColorspace)....
On Mon, 23 Nov 2015, Erik wrote: So... before I go working around this... is this...
Mem leak due to ResizeImage
Sorry I did not thoroughly inspect your code. Overwriting the original image pointer...
Normally one would invoke InitializeMagick just once (such as when the program starts)...
On Fri, 20 Nov 2015, Erik wrote: Thank you. This file I found was helpful in getting...
On Thu, 19 Nov 2015, Erik wrote: I am trying to get gm to render some custom ttf...
Please attach the input image in a zip archive or gzip compressed in order to assure...
Memory leak due to ResizeImage
Duplicate of issue #25, which includes actual source code.
valgrind is not reporting any memory leaks or other memory issue with the attached...
How to check for bad input or corrupted input file
GraphicsMagick is not a file validator. Validating file formats requires special...