]> granicus.if.org Git - imagemagick/shortlog
imagemagick
2015-12-19 CristyConditional compile with MAGICKCORE_WINDOWS_SUPPORT...
2015-12-19 CristyConditional compile with MAGICKCORE_WINDOWS_SUPPORT...
2015-12-19 CristySet TIFF error handler in RegisterTIFFImage()
2015-12-19 CristyConditional compile with MAGICKCORE_WINDOWS_SUPPORT...
2015-12-19 CristyOnly delete thread-specific data if a destructor is...
2015-12-18 CristyMinor improvements to the thread-specific data methods
2015-12-18 dirkFixed another leak/bug.
2015-12-18 CristyRevert type-cast
2015-12-18 CristyRemove generated file
2015-12-17 CristyEliminate c++ compiler warning
2015-12-17 CristyQuiet compiler warnings
2015-12-17 CristyWe no longer support ImageMagick++.pc, remove it from...
2015-12-17 CristyUpdate RPM spec so an IMv7 RPM can build
2015-12-17 CristyUpdate autoconf /automake configuration
2015-12-17 dirkFixed another leak.
2015-12-17 CristyFix library path
2015-12-16 Cristyhttp://www.imagemagick.org/discourse-server/viewtopic...
2015-12-16 dirkFixed memory leak when reading incorrect PSD files
2015-12-14 dirkFixed OverlayCompositeOp calculation.
2015-12-14 dirkCall AcquireAlignedMemory because the free method expec...
2015-12-14 CristyDestroy wand cli on exit
2015-12-12 CristyUpdate copyright years
2015-12-12 CristyUse SetImageColorMetric() rather than IsImagesEqual()
2015-12-12 dirkAdded setColorMetric to Magick++.
2015-12-12 CristyIsImagesEqual() returns false if the images are not...
2015-12-12 Cristyhttps://github.com/ImageMagick/ImageMagick/issues/67
2015-12-10 dirkAdded error message.
2015-12-09 CristySupport connected-components:mean-color define for...
2015-12-06 CristyDon't return all white for monochrome quantization
2015-12-04 CristyGray artifacts in large gif when using -layers optimize
2015-12-02 dirkFix for special coordinate case.
2015-12-01 CristyDefine LabelPixelChannel
2015-12-01 dirkRenamed luminosity to lightness
2015-12-01 CristyUpdate CSS/JS
2015-11-29 dirkAdded missing parameter.
2015-11-26 CristyUpdate ImageMagick documentation
2015-11-26 dirkAdded 'bmp3:alpha' option for including the alpha chann...
2015-11-25 dirkFixed various warnings reported by Visual Studio 2015.
2015-11-24 dirkThe DICOM reader now handles the rescale intercept...
2015-11-24 CristyIf image does not have an alpha channel, set the total...
2015-11-23 dirkFixed function declaration.
2015-11-23 dirkAdded missing call to ghost_info->delete_instance.
2015-11-23 dirkFix to make sure the Ghostscript library only has one...
2015-11-22 dirkRemove image argument from various methods.
2015-11-22 dirkRemoved image argument from QuantizeErrorFlatten.
2015-11-22 dirkReduced buffer size.
2015-11-22 dirkFixed various warnings reported by Visual Studio 2015
2015-11-22 dirkFixed comparison for ChangeMaskCompositeOp.
2015-11-22 dirkSetting alpha_trait on background colors.
2015-11-21 dirkWhitespace
2015-11-21 dirkAdded missing check for destination transparency.
2015-11-21 CristyThe -clip option no longer returns an inverted mask
2015-11-19 dirkMinor optimization.
2015-11-19 dirkGetImageMask should not return an image with transparency.
2015-11-18 dirkUse 'magick_restrict' instead of 'restrict'.
2015-11-18 Cristyhttps://github.com/ImageMagick/ImageMagick/pull/56
2015-11-16 dirkFixed reading signed pixel data.
2015-11-15 CristyEliminate UTF-8 warning
2015-11-15 dirkReverted performance patch for now.
2015-11-15 dirkUsing a single thread when cloning pixels and one of...
2015-11-15 CristyUpdate ImageMagick docs
2015-11-15 dirkMinor refactoring.
2015-11-14 dirkChanged RecordProfileData signature.
2015-11-14 CristyUpdate to the latest automake / autoconf configuration...
2015-11-14 dirkAdded call to DumpProfileData
2015-11-14 dirkBuild fix.
2015-11-14 dirkSupport thread-safe reusable OpenCL command queues...
2015-11-14 CristyFix broken links
2015-11-14 CristyUpdate documentation
2015-11-14 Cristyhttp://www.imagemagick.org/discourse-server/viewtopic...
2015-11-13 dirkFixed initialization of alpha channel with DiscreteAlph...
2015-11-12 dirkPlaced the accelerated methods in alphabetic order.
2015-11-12 dirkPlaced the accelerated methods in alphabetic order.
2015-11-11 dirkWhitespace.
2015-11-11 dirkReplaced calls to MorphologyApply with ConvolveImage.
2015-11-09 dirkAdded support for reading DICOM images with implicit...
2015-11-09 CristyRevert patch for WritePixelCacheRegion()
2015-11-09 dirkRemoved file name from path.
2015-11-08 CristyRevert color patch
2015-11-08 CristyMerge branch 'master' of git.imagemagick.org:repos...
2015-11-08 Cristy..
2015-11-08 dirkSet minimum size of colormap back to 1.
2015-11-08 CristyMerge branch 'master' of git.imagemagick.org:repos...
2015-11-08 CristyRevert colormap patch, further analysis required
2015-11-08 dirkFix for division by zero.
2015-11-08 Cristyhttps://github.com/ImageMagick/ImageMagick/issues/54
2015-11-08 dirkFixed bug in SetPixelCacheExtent that made images all...
2015-11-08 dirkBuild fix.
2015-11-07 dirkFix for the minimum size of a colormap.
2015-11-06 dirkRenamed antiAlias to textAntiAlias.
2015-11-03 dirkAdded local contrast to Magick++ and Wand.
2015-11-03 dirkFix for negative radius.
2015-11-03 dirkAdded missing typecast.
2015-11-03 dirkChanged default values for LocalContrastImage and added...
2015-11-02 CristyEliminate compiler warning
2015-11-02 CristyExport MagickDelay()
2015-11-02 CristyMerge branch 'master' of git.imagemagick.org:repos...
2015-11-02 CristyUpdate configure script to latest autoconf / automake
2015-11-02 dirkRadius for local contrast is now pixels instead of...
2015-11-02 Samuel ThibaultAdd 6dot variant for unicode and iso braille formats
next