Anzeigen der neuesten Beiträge
0 Mitglieder und 38 Gäste betrachten dieses Thema.
2012-04-21 6.7.6-7 Cristy <quetzlzacatenango@image...> New version 6.7.6-7, SVN revision 7587.2012-04-21 6.7.6-7 Anthony Thyssen <A.Thyssen@griffith...> Error when doing an implicit (final) write to a single space filename. This is typically a failed line continuation and is very common. Using an explicit "-write" will let you do this.2012-04-20 6.7.6-7 Anthony Thyssen <A.Thyssen@griffith...> Allow +-X+-Y as geometry arguments.2012-04-17 6.7.6-7 Cristy <quetzlzacatenango@image...> Distinquish grayscale as sRGB not linear RGB.2012-04-16 6.7.6-7 Cristy <quetzlzacatenango@image...> New version 6.7.6-7, SVN revision 7536.2012-04-11 6.7.6-7 Glenn Randers-Pehrson <glennrp@image...> Always unlock the semaphore before returning from the png codec, either by a "return" or png_error(); changed all Magick*Exception() calls after setjmp() to png_error() to ensure proper cleanup (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=16883).2012-04-10 6.7.6-7 Anthony Thyssen <A.Thyssen@griffith...> Fixed log known alpha*kernel normalization bug in morphology convolve. Convolve kernel weights have been separated from alpha blend handling. Un-normalized kernels applied to images with active alpha will no longer be auto-normalized due to the effect of alpha blending.2012-04-20 6.7.6-7 Anthony Thyssen <A.Thyssen@griffith...> Allow +-X+-Y as geometry arguments.2012-04-17 6.7.6-7 Cristy <quetzlzacatenango@image...> Distinquish grayscale as sRGB not linear RGB.2012-04-16 6.7.6-7 Cristy <quetzlzacatenango@image...> New version 6.7.6-7, SVN revision 7536.2012-04-11 6.7.6-7 Glenn Randers-Pehrson <glennrp@image...> Always unlock the semaphore before returning from the png codec, either by a "return" or png_error(); changed all Magick*Exception() calls after setjmp() to png_error() to ensure proper cleanup (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=16883).2012-04-10 6.7.6-7 Anthony Thyssen <A.Thyssen@griffith...> Fixed log known alpha*kernel normalization bug in morphology convolve. Convolve kernel weights have been separated from alpha blend handling. Un-normalized kernels applied to images with active alpha will no longer be auto-normalized due to the effect of alpha blending. The bug causes images using the default channel setting and having an alpha channel to automatically 'normalize' the results of a convolve during the handling of alpha blending. This probably would cause severe effects when a zero-summing kernel is being used on an image containing an active (though likely fully-opaque) alpha channel, as division by near zero weights would cause extreme color values in results. This bug is not normally seen as convolution, which is normally applied only to fully-opaque images. And using a zero-summing kernel on an image with alpha also results in a transparent image! This is why it was not fixed up until now.2012-04-08 6.7.6-7 Cristy <quetzlzacatenango@image...> Pixel allocation for Pango is stride*rows not stride*columns. Set the image resolution for Postscript files with an embedded Photoshop profile. Ensure proper round trips to / from sRGB (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=20751).