Anzeigen der neuesten Beiträge
0 Mitglieder und 15 Gäste betrachten dieses Thema.
Changes since 2010.0.0This is our second release in 2010. It delivers some major new features, completes integration of projects from the 2009 Google Summer of Code, and includes many general improvements.
2010-10-12 6.6.5-0 Anthony Thyssen <A.Thyssen@griffith...># Added "filter:sigma" expert setting defining the 'sigma' for the Gaussian filter only. This is similar in action to 'blur' but only for Gaussians, and does not modify the filters support, allowing you to set a very small sigma, without the function 'missing' all pixels. (This will allow future adjustment of Gaussians for variable blur mapping)2010-10-10 6.6.5-0 Cristy <quetzlzacatenango@image...># Patch for DrawableRotation() and DrawableTranslation() (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17246).# The webp format requires the webpconv delegate program (experimental).2010-10-05 6.6.5-0 Anthony Thyssen <A.Thyssen@griffith...># Replaced "Robidoux" with Cubic 'Keys' filter that is near equivelent to the previous sharped "Lanczos2D" filter. (C=0.31089212245300069) This also is very similer to a Mitchell filter but specifically designed for EWA use and is the new default filter for Distorting Images.# Original sharpened Lanczos2D filter now called "Lanczos2Dsharp"
Latest Changes- Fixed Vista (possible Windows 7) bug with not being able to type in the batch dialog some characters used as shortcuts (R, L, etc). This occurs only if the program is launched with at least 2 files as parameters which results in the Batch window being ope- Corrected a name in the About->Credits section- Fixed some memory leaks in the batch dialog related to the FileList- Optimized startup sequence- Updated FastMM to version 4.97- Updated vclfixpack to version 1.4 (some fixed which are not needed were removed)- Fixed a crash in FreeImage when reading a JPEG with corrupted XMP data- Fixed loading of JPEG images with a not null but zero length IPTC segment (bad files produced by Picasa)- Fixed a crash in FreeImage when loading a PSD with a CMYK embedded thumbnail- Other minor modifications
2010-10-14 6.6.5-1 Cristy <quetzlzacatenango@image...># Ignore PS bounding box offsets if -page is set.# Use #pragma omp master for dumping single threaded debugging information (single caused a fault).# Add support for -evaluate exp.
2010-10-28 6.6.5-2 Anthony Thyssen <A.Thyssen@griffith...># Added Lanczos2D* filters now named Lanczos2*# Reorganization of AcquireFilter() to make it work better