]> granicus.if.org Git - imagemagick/shortlog
imagemagick
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
2015-11-02 CristyMerge branch 'master' of git.imagemagick.org:repos...
2015-11-02 CristyUpdate autoconf macro
2015-11-01 dirkAdded LocalContrastImage.
2015-10-31 CristyMerge branch 'master' of git.imagemagick.org:repos...
2015-10-31 CristyUpdate autoconf macro
2015-10-31 dirkFixed various warnings reported by Visual Studio 2015
2015-10-30 CristySupport -define gradient:angle
2015-10-30 CristyRemove unused function
2015-10-29 CristyUpdate documentation
2015-10-28 dirkOpenCL build fix.
2015-10-28 dirkFixed initialization of ResizeFilter in AcquireResizeFi...
2015-10-23 dirkFixed memory leak when reading Photoshop layers in...
2015-10-23 dirkAdded extra check when reading the Photoshop layers.
2015-10-22 dirkAdded missing calls to png_set_user_limits.
2015-10-21 CristyDefault radial gradient is max(columns,rows)/2
2015-10-20 CristyMerge branch 'master' of git.imagemagick.org:repos...
2015-10-20 CristyDoh! Misspelled minimum
2015-10-20 dirkFixed various warnings reported by Visual Studio 2015...
2015-10-20 CristySupport maximum and circle for gradient:extent define
2015-10-20 CristyCorrected gradient:extent formula for diagonal, ellipse...
2015-10-20 CristySupport gradient:extent define
2015-10-19 CristyCorrected radial gradient equations
2015-10-19 CristyMove Locale methods to locale.c source module
2015-10-19 CristySupport gradient:angle define
2015-10-19 CristyAdd support for gradient:extent define
2015-10-18 CristyUse -define gradient:radii rather than gradient:radius
2015-10-18 CristyEliminate C++ compiler error
2015-10-18 CristyFix radial gradient logic error
2015-10-18 CristyMerge branch 'master' of git.imagemagick.org:repos...
2015-10-18 CristySupport ellipses for radial gradient
2015-10-18 dirk Fixed various warnings reported by Visual Studio 2015
2015-10-17 Cristyhttp://www.imagemagick.org/discourse-server/viewtopic...
2015-10-17 Cristy...
2015-10-17 CristyMerge branch 'master' of git.imagemagick.org:repos...
2015-10-17 CristyFix gradient:direction for SouthEast
2015-10-17 dirkImproved IsPixelEquivalent to not only check the RGB...
2015-10-17 Cristy...
2015-10-17 CristyFix compile error
2015-10-17 CristySupport gradient:direction and gradient:angle defines
2015-10-17 CristyMake commas optional for coordinates (e.g. 0,0 256...
2015-10-16 Cristyhttp://www.imagemagick.org/discourse-server/viewtopic...
2015-10-16 dirkFixed issue in jpeg:extent that prevented it from working.
2015-10-15 dirkFixed alpha blending issue with semi-transparent pixels...
2015-10-15 CristyOnly draw vertical gradient if gradient:vector is not...
2015-10-14 CristyMerge branch 'master' of git.imagemagick.org:repos...
2015-10-14 CristyRecognize label:@- as stdin
2015-10-14 dirkBuild fix.
2015-10-13 dirkReverted typecast due to issues in 64-bit build.
2015-10-13 CristyMerge branch 'master' of git.imagemagick.org:repos...
2015-10-13 CristyUpdate documentation
2015-10-12 dirkFixed enabling the alpha channel for the creation of...
2015-10-12 dirkFixed modification of the alpha channel for associate...
2015-10-11 CristyAdd support for gradient:bounding-box, gradient:vector...
2015-10-09 dirkFixed out of bounds error in SpliceImage.
2015-10-09 dirkReset counter to fix page numbering.
2015-10-08 dirkIf the type is true color the image will be changed...
2015-10-08 dirkFix for accessing subimage in a photoshop layer.
2015-10-08 dirkAdded inverse option to the transparent method.
2015-10-06 dirkAdded missing const.
2015-10-06 Cristyhttps://github.com/ImageMagick/ImageMagick/issues/44
2015-10-05 dirkAdded method to test if two colors are fuzzy equivalent.
2015-10-05 dirkFixed check for the number of pixels that will be alloc...
2015-10-05 Cristyhttp://www.imagemagick.org/discourse-server/viewtopic...
2015-10-04 Cristyhttps://github.com/ImageMagick/ImageMagick/issues/44
next