• R/O
  • SSH

GM: List of commits

Main GraphicsMagick source repository


RSS
Rev. Time Author
f592ca1f8692 GraphicsMagick-1_1 2011-05-30 02:48:06 Bob Friesenhahn

Remove files which were resurrected in 1.1 branch by Hg import.

879fd1319603 GraphicsMagick-1_1 GraphicsMagick-1_1_15 2009-04-02 09:05:24 Bob Friesenhahn

* version.sh: GraphicsMagick 1.1.15 released.

89c42c649681 GraphicsMagick-1_1 2009-04-02 08:01:41 Bob Friesenhahn

* magick/image.c (GetImageBoundingBox): If we fail to find a
smaller bounding box, then the returned bounding box is the entire
image.

0fdc9a4f1a22 GraphicsMagick-1_1 2009-01-24 05:26:14 Bob Friesenhahn

* GraphicsMagick.spec.in: The module .la files need to be
installed as part of the base install or else the modules will
fail to load.

10ae19b59717 GraphicsMagick-1_1 2009-01-23 02:55:29 Bob Friesenhahn

* coders/dib.c (ReadDIBImage): Fix assertion thrown for DIB files
with negative image height values.

4f41c2cd9527 GraphicsMagick-1_1 2009-01-22 11:33:33 Bob Friesenhahn

* coders/bmp.c (ReadBMPImage): Fix assertion thrown for BMP files
with negative image height values. Resolves SF issue 2523536 "bug
in bmp coder".

045be6bd5b14 GraphicsMagick-1_1 2008-12-09 05:26:31 Bob Friesenhahn

* coders/tiff.c (ReadTIFFImage): Fix bug with 'ping' mode.

75966133ca5c GraphicsMagick-1_1 2008-11-20 12:40:17 Bob Friesenhahn

* config/delegates.mgk.in: Since we removed support for 'spawn' a
long time ago, and no longer execute using the Unix shell by
default, we need to add an ampersand to the end of the two entries
previously using 'spawn' so that the display program does not hang
when it invokes the external program.

3bbc8ceec13c GraphicsMagick-1_1 2008-11-20 09:54:49 Bob Friesenhahn

* coders/preview.c (WritePreviewImage): Solarize requires a
threshold argument.
* coders/vid.c (WriteVIDImage): Eliminate memory leak.
* magick/montage.c (MontageImages): Fix continued use of freed
memory.

8ac331b05cb2 GraphicsMagick-1_1 2008-11-04 04:00:10 Bob Friesenhahn

* configure.ac: With excessive maintenance releases, the library
age portion of MAGICK_LIB_VERSION was overflowing its allotted
space. This resulted in 1.1.X releases reporting the wrong
MagickLibVersion as of 1.1.10. Fix this by supporting up to 99
values for each field.

a1b8611f0b20 GraphicsMagick-1_1 2008-11-03 08:08:23 Bob Friesenhahn

* configure.ac: Fix passing the --with-windows-font-dir option via
DISTCHECK_CONFIG_FLAGS.
* magick/command.c (ConjureImageCommand): Return status was
inverted so one was returned for command success rather than zero.

ee52d43bad52 GraphicsMagick-1_1 2008-09-13 05:16:57 Bob Friesenhahn

* coders/msl.c: Applied MSL patch from graphicsmagick-bugs list to
correct handling of geometry x,y values by setting gravity
attribute to ForgetGravity.

9650bda16b32 GraphicsMagick-1_1 2008-09-11 01:45:15 Bob Friesenhahn

Example needs to output GIF format.

50b68fc9bad4 GraphicsMagick-1_1 2008-09-10 00:21:25 Bob Friesenhahn

Fix formatting of examples.

031520e556b2 GraphicsMagick-1_1 2008-09-04 06:56:40 Bob Friesenhahn

* magick/command.c (BenchmarkImageCommand): Restore original
client name for each loop so that it is not extended further for
each iteration.

1d7736cb48ce GraphicsMagick-1_1 2008-07-24 03:23:32 Bob Friesenhahn

* tests/{rwblob.c, rwfile.c}: use DestroyImageList() rather than
DestroyImage().

* Magick++/lib/Image.cpp (quantize): Error measurement support was

feb6aeea4b5c GraphicsMagick-1_1 2008-06-20 02:53:07 Bob Friesenhahn

being performed incorrectly. SyncImage() is not needed here.

7b70c65aae6e GraphicsMagick-1_1 2008-06-19 01:51:57 Bob Friesenhahn

Fix formatting of Mogrify usage message.

bae35ba91dee GraphicsMagick-1_1 2008-06-09 02:46:34 Bob Friesenhahn

* magick/image.c (SetImageInfo): Extend the list of extensions to
exclude to include all virtual delegates and coders for
pseudo-formats. Synced up with implementation from 1.2 branch.

2524e1470c37 GraphicsMagick-1_1 2008-06-07 01:15:45 Bob Friesenhahn

Mention latest releases.

65be2e790960 GraphicsMagick-1_1 GraphicsMagick-1_1_14 2008-06-06 04:12:36 Bob Friesenhahn

* version.sh: GraphicsMagick 1.1.14 released.
* coders/pdf.c (ReadPDFImage): Fix bounding-box issue with rotated
PDFs.

85f555d4f02b GraphicsMagick-1_1 2008-06-04 11:48:04 Bob Friesenhahn

Noise generation was still broken. This should fix it.

e88729dc3746 GraphicsMagick-1_1 2008-06-04 04:15:49 Bob Friesenhahn

* coders/xcf.c (ReadXCFImage): Back-port more robust version
from GraphicsMagick 1.2.
* coders/pict.c (ReadPICTImage): Back-port more robust version
from GraphicsMagick 1.2.
* coders/cineon.c (ReadCINEONImage): Back-port more robust version
from GraphicsMagick 1.2.
* magick/gem.c (GenerateNoise): Poisson noise generation was
taking excessively long and producing wrong results.

f36c7ea9d8e2 GraphicsMagick-1_1 GraphicsMagick-1_1_13 2008-05-29 01:16:42 Bob Friesenhahn

* version.sh: GraphicsMagick 1.1.13 released.

* magick/composite.c (CompositeImage): Don't leak displacement
image when Displacement composition is used.

7f8c807e09c2 GraphicsMagick-1_1 2008-05-28 03:59:40 Bob Friesenhahn

Update segmentation parameters.

844eb25ad2f6 GraphicsMagick-1_1 2008-05-28 03:40:44 Bob Friesenhahn

* magick/{annotate.c,composite.c,paint.c,render.c}
(AlphaComposite): Fix alpha composite when both pixels contain
transparency.


* magick/composite.c (CompositeImage): Preserve canvas image
colorspace.


* magick/command.c (ConvertImageCommand, MogrifyImageCommand,
DisplayImageCommand): Gamma multiple channel syntax was broken.
Now it is fixed.

6ed4769921cd GraphicsMagick-1_1 2008-05-19 04:52:03 Bob Friesenhahn

* magick/command.c (CompositeImageList): Don't overwrite matte
flag for CopyOpacity composition.
* magick/composite.c (CompositeImage): CopyOpacity composition
needs the opacity channel to be enabled.
* PerlMagick/Magick.xs: Dissolve composition with Opacity was not
working right. Now it does.

c9a13045040f GraphicsMagick-1_1 2008-05-17 06:03:05 Bob Friesenhahn

* magick/gem.c (HWBTransform): Hue value range was scaled wrong,
leading to clipping.
(TransformHWB): Hue value range was scaled wrong, leading to
clipping.

146278ff226b GraphicsMagick-1_1 2008-05-13 01:48:54 Bob Friesenhahn

* Makefile.am: Install documentation according to the conventions
established by the configure script. This installs the
documentation under /usr/local/share/doc/GraphicsMagick by
default.


* magick/nt_base.h, libxml/include/win32config.h (vsnprintf):
Fixed compilation issue noticed with Visual C++ 2008.

5da2a5433070 GraphicsMagick-1_1 2008-05-03 10:01:29 Bob Friesenhahn

* coders/svg.c (RegisterSVGImage): Fix spelling of "Graphics" in
* magick/module.c (OpenModule): Ignore requests to open modules

Show on old repository browser