Anzeigen der neuesten Beiträge
0 Mitglieder und 29 Gäste betrachten dieses Thema.
2012-07-08 6.7.8-2 Cristy <quetzlzacatenango@image...> New version 6.7.8-2, SVN revision 8621.2012-07-02 6.7.8-2 Cristy <quetzlzacatenango@image...> Set the colorspace to linear gray when reading intensity values (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21362). Change Lab encoding to permit blurring, resize, etc. Don't overrun pixel buffer on inverse fourier for odd image widths.
-Change log-Viewer:- Added :: Main: Under Tools menu, Multi Screen Viewer (Ctrl+U).- Added :: Favorites: Under popup menu, Slide Show, Editor and Multi Screen Viewer.- Changed :: DCRAW plugin updated.Slide Show:- Changed :: DCRAW plugin updated.Editor:- Changed :: DCRAW plugin updated.Search:- Added :: Main: Under Tools menu, Multi Screen Viewer (Ctrl+U).- Added :: Main: Under Select popup menu, Deselect All (Shift+Ctrl+D) and Invert (Ctrl+I).- Changed :: DCRAW plugin updated.Multi Screen Viewer:- Added :: Main+Image Windows: Now key down and key up changes next and previous image.- Added :: Main: Under Tools menu, Editor (Ctrl+E), Search and Profile Switcher.- Changed :: DCRAW plugin updated.
v3.65 (05.07.12)----------------SView5:- fixed "remaining WaitCursor" issue on unknown file format opening attempts- when inspecting Color Space information, the ICC Profile Class (if a ICC profile is available) now is also shown and translated into readable text- due to new CMS handling, code will not throw an error anymore when attempting to apply gray scale ICC profile (8/16 bit) to 8, 24, 48 bit RGB pictures in case the original source was grayscale as well- both, "apply cms" (icc profile) and "remove cms" (icc profile) buttons did not work, if the ICC profile was added by import and not original part of the graphics; or, if the metadata had been modified before in other waysSDK:- CMS routines extended to support gray scale (8/16 bit) ICC profile handling for nominal 24 bit image sources (i.e. after 8 bit gray import and conversion to 24 bit RGB)- improved error handling in CMS routines - added basic support for GeoTIFF metadata (comparable to EXIF); assumption being that the actual image data is contained in the host file format at its tags/chunks (and stripped from here)- JFIF SVObject: - now has "read metadata" flag set - JPEG2000 SVObject: - now has "read metadata" flag set - when EXIF or IPTC information is present, it's now being parsed (like with JFIF) for relevant single tags like e.g. orientation, author, copyright, comment or GPS info; esp. orientation will take effect during displaying; as a side effect, during this step (at the end of analyzing and parsing the graphics file) a missing single IPTC or XMP chunk will be extracted from EXIF data, if yet missing and present there- PSD SVObject: - renamed the first file sub type - now has "read metadata" flag set - some improvements in error handling - added support for reading files with 16 bit per channel (e.g. 16 bit gray or 48 bit plus alpha channel) - added support for 1 or 2 channel grayscale pictures (gray /w opt. alpha) - when EXIF or IPTC information is present, it's now being parsed (like with JFIF) for relevant single tags like e.g. orientation, author, copyright, comment or GPS info; esp. orientation will take effect during displaying; as a side effect, during this step (at the end of analyzing and parsing the graphics file) a missing single IPTC or XMP chunk will be extracted from EXIF data, if yet missing and present there - skipping of duplicate tags did not work in the Image Resource Block decoder (instead parsing would have stopped at that point most likely) - TIFF SVObject: - added PS Image Resource Block decoder (for analyzing and dumping) - added parser for the following PS resource data blocks: ICC, XMP, IPTC, EXIF, color count, transparent color (this is basically the same code as in PSD SVObject) - if a paletted image /w PS resource block has a transparent color index or uses less than the full palette index count, this is now recognized and properly exported into the GfxBuffer (this is basically the same code as in PSD SVObject) - made sure that PS image resources have lower priority than TIFF native tags with same content type (no merging is done) - gray files decoded with the internal TIFF decoder previously did not have the grayscale flag set in GfxBuffer (impact e.g. on ICC profile handling)
2012-07-15 6.7.8-3 Cristy <quetzlzacatenango@image...> New version 6.7.8-3, SVN revision 8675.2012-07-14 6.7.8-3 Glenn Randers-Pehrson <glennrp@image...> Always write a color PNG when image->colorspace is sRGB.2012-07-08 6.7.8-3 Cristy <quetzlzacatenango@image...> Attenuate random noise (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21387). Return linear grayscale for gradient:white-black. Promote linear grayscale to linear RGB when compositing. gradient:white-black is sRGB whereas gradient:'icc-color(rgb,255,255,255)- icc-color(rgb,0,0,0)' is linear RGB whereas gradient:'gray(255)-gray(0)' is linear grayscale. Revert sigmoidal contrast define (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=22&t=21415).