Anzeigen der neuesten Beiträge
0 Mitglieder und 25 Gäste betrachten dieses Thema.
WildBit Viewer 5.12 Alpha 3.0Postby mhieta » 29 Jul 2012, 11:33-Change log-Viewer:- Changed :: Main: Win8 compatibility improved.- Changed :: DCRAW plugin updated.- Changed :: Main+Options: Use ShellExtraction is disabled by default. Note! This will speedup displaying folders.- Fixed :: Main+Options: When Use ShellExtraction is enabled, folder is displayed in 96x96 size.Slide Show:- Changed :: DCRAW plugin updated.Editor:- Changed :: DCRAW plugin updated.Search:- Changed :: DCRAW plugin updated.Multi Screen Viewer:- Changed :: DCRAW plugin updated.
2012-07-30 6.7.8-7 Cristy <quetzlzacatenango@image...> New version 6.7.8-7, SVN revision 8766.2012-07-28 6.7.8-7 Glenn Randers-Pehrson <glennrp@image...> Update certain typecasts for libpng < and >= 1.4.0 to allow memory allocation > 4GB and prevent a DOS.2012-07-28 6.7.8-7 Cristy <quetzlzacatenango@image...> Set DICOM grayscale images to the gray colorspace. Missing grestore from ps3.c (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20445). Use GetMagickResourceLimit(ThreadResource) to set the # threads (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21543).
2012-08-03 6.7.8-8 Anthony Thyssen <A.Thyssen@griffith...> Added 2d named convolution kernel Binomial (for Fred Wienhaus)2012-08-01 6.7.8-8 Nicolas Robidoux <nicolas.robidoux@gmail...> Clean up sigmoidal-contrast.2012-07-31 6.7.8-8 Cristy <quetzlzacatenango@image...> Use ConcatenateString() for multi-block GIF comments. Caption no longer chops off text (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21558). Support LUV colorspace. Support HCL colorspace. Don't transform the composite image colorspace, set it instead. Interpret -border 5% as 5% of width and 5% of height (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21537). Don't normalize zero-sum kernels (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21584). Transform grayscale to linear RGB if fill color is non-gray (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21586).
v3.67 (31.07.12)---------------- Common:- minor fixes to v3.66 history- added/updated some .cpinfo config definition files- updated CreditsSView5:- when encountering a .zip arcive it's now being unzipped and the first encountered file from the archive is extracted and tried to be handled (useful e.g. with zip-compressed .psd files, i.e. uncompressed PSD files being zipped instead)- some performance optimizations in View class- Flip operations did not show any possible error text messages after unsuccessful apply attempts- after rotating, flipping or mirroring an image, its orientation metadata is now reset (otherwise during "view" operation it would possibly be autorotated once more...)- removed some forgotten debug message dialog in the SVOperator handling code (which probably was never shown in normal operation)- RotateFree dialog now supports new features of RotateFree SVOperator; however some of them are enabled depending on the nature of the source graphics only (e.g. adding alpha for frame color works only for 24/48 bit and only if alpha channel already present)- the dialog for setting image filter dialogs (i.e. *not* the one for applying general image filter functionality) now has the unused image preview unshown and instead a bigger CP list browser- added unzip.exe from Info-ZIP to distribution arcive (and corresponding license to Licenses folder)- fixed error-handling / clean-up code in some of the SDK:- added a directory deletion function- ControlPad functions: - added new debug function for controlpad content dumping (global log) - controlpad handling functions now live in C++ space (typecasting...) - fixed a possible stability/security issue with CP entries longer than 255 characters (actually was already fixed, but...) - removed some leftover debug code in some add/modify controlpad functions which unnecessarily increased required string memory under MSC (VC++)- RotateFree SVOperator: - quite some speedup by removing superfluous buffer clearing - now supports specifying a different background fill color-index/pixel-RGB value than just #0 or 0x000000 - for the same pixels as before, an alpha value can be specified now (default is transparent, i.e. 0)- PaletteDither SVOperator: - propagated some error messages from Dither24Bit code to here- DitherFix24 SVOperator: - propagated some error messages from Dither24Bit code to here - palette caching previously was disabled for no obvious reason - minor changes in code flow- PSD SVObject: - removed superfluous buffer clearing; reading speed-up- CDR SVObject: - now also supports reading preview thumbnails from newstyle CDRs, which actually are zip-style archives containing some other files