Anzeigen der neuesten Beiträge
0 Mitglieder und 3 Gäste betrachten dieses Thema.
2011-01-22 6.6.7-2 Cristy <quetzlzacatenango@image...> Accept quoted file paths in indirect file references (e.g. @myFiles.txt).2011-01-19 6.6.7-2 Glenn Randers-Pehrson <glennrp@image...> Changed the PNG encoder's "transparent_color" from a UShortPixelPacket to LongPixelPacket and made the default (65537,65537,65537), which can never occur in the PNG image data. Previously the default was (0,0,0) and black pixels would be rendered as as transparent when no tRNS chunk was present in the input, which has caused problems with some test cases since version 6.6.6-10. Improved the PNG_BUILD_PALETTE section to count opaque, transparent, and semitransparent pixels separately. Previously it wasn't alwaysi possible to determine if there is a single fully-transparent color, to decide whether to write an RGBA or Gray-Alpha image or an RGB or Gray image with a tRNS chunk.2011-01-15 6.6.7-2 Cristy <quetzlzacatenango@image...> Do not reset image next / previous when detach argument is false for CloneImage(). Inline cropping no longer fails for inline raw images (e.g. -size 640x480 -depth 8 'gray:logo[100x100+200+200]').2011-01-14 6.6.7-2 Glenn Randers-Pehrson <glennrp@image...> Don't let the PNG encoder try to sort the colormap when there are more than 256 colors in the image. (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=17834).2011-01-10 6.6.7-2 Cristy <quetzlzacatenango@image...> Accept escaped % in output filename (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=17810).2011-01-08 6.6.7-2 Glenn Randers-Pehrson <glennrp@image...> Quieted some inconsequential warnings in the PNG codec due to a change in the type of the PNG iCCP profile from png_charp to png_bytep in libpng-1.5.0.
Jan. 22, 2011 - Version 8.46 * Simpified definition of user-defined XMP structures: flattened tags are now automatically generated, and UserDefined::xmpStruct is no longer needed (but backward compatibility is maintained with the old-style definitions) * Added ability to handle multi-dimensional arrays in structured output * Added a new Canon LensType (thanks Jean-Michel Dubois) * Added some new XMP-xmpMM tags * Enabled writing of a number of XMP-crs tags * Decode Reconyx TriggerMode tag * Relaxed structure validation to allow a structure to be written even if there were errors with some fields * Patched problem with formatting of very large numbers in JSON (-j) output * Fixed a few problems reading and writing structured information * Fixed bug which could cause hang with some user-defined tag definitions
2011-01-25 6.6.7-3 Glenn Randers-Pehrson <glennrp@image...> Removed a call to GetNumberColors() from the PNG encoder that was only there for debugging purposes and was consuming a huge amount of CPU time. (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&t=17799). Sometimes black was still written as transparent, when the PNG encoder receives an image with image->matte on but no transparent pixels are present. (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=17913);2011-01-24 6.6.7-3 Cristy <quetzlzacatenango@image...> Remove memory leak from ThrowFileException() macro (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=17908). Multiple blue error count by 'count' in ClassifyImageColors()2011-01-22 6.6.7-3 Cristy <quetzlzacatenango@image...> Accept quoted file paths in indirect file references (e.g. @myFiles.txt).2011-01-19 6.6.7-3 Glenn Randers-Pehrson <glennrp@image...> Changed the PNG encoder's "transparent_color" from a UShortPixelPacket to LongPixelPacket and made the default (65537,65537,65537), which can never occur in the PNG image data. Previously the default was (0,0,0) and black pixels would be rendered as as transparent when no tRNS chunk was present in the input, which has caused problems with some test cases since version 6.6.6-10. Improved the PNG_BUILD_PALETTE section to count opaque, transparent, and semitransparent pixels separately. Previously it wasn't alwaysi possible to determine if there is a single fully-transparent color, to decide whether to write an RGBA or Gray-Alpha image or an RGB or Gray image with a tRNS chunk.
News and Updates * Defaults to copying added files instead of linking. You can now move or delete your original images without breaking the ability to update existing album projects. * New "hi-res" (2048x2048) image linking option. This enables your visitors to easily download printable versions of your images. (Skin developer can use the new variables "hiResPath", "hiResWidth" and "hiResHeight" that exists only if hi-res images are present) * Faster startup for users having many recent album projects listed * More robust startup * Writes a "lifeboat.zip" to published albums containing all project settings (including captions), thereby simplifying recovery of lost album projects * More robust publishing (failing to delete old remote files won't halt the upload process) * Generates better looking code (extraneous empty lines removed) * Doesn't display sign in window when starting for first time users. The sign in window is only displayed when the user opts to use any of Jalbum's services * Local sharing of albums to root of web site using jAlbum's embedded web server allowed * Scrolling the album project list using the mouse now steps in more natural increments * Displays a donation reminder dialog when quitting (can be dismissed for the current version) * Better drag and drop support with digiKam for Linux * Better validation of entered image- and thumbnail bounds * Updated bundled Turtle and Galleria skins * Updated translations. Thank you dear translators! * Various minor code improvementsBug fixes * Fixed a bug making Jalbum ask for quota changes during long network operations * Fixed drag and drop bug (selected wrong object after drop) * Fixed bug where one was unable to drop onto a selected folder * Renaming a project that outputs the album to the image directory didn't also adjust the output directory
Jan. 29, 2011 - Version 8.47 * Added -args option * Added read support for PGF (Progressive Graphics File) images * Added write support for Phase One IIQ images * Added ability to write XMP-xmpMM:Pantry * Added print conversions for a number of closed-choice XMP properties * Added some new CanonModelID's * Included new argument files in distribution: pdf2xmp.args and xmp2pdf.args * Avoid copying TIFF trailers containing nothing but zeros when rewriting * Handle binary data in serialized structure output * Moved BMP tags to the File group * Fixed bug reading/writing some IPTC binary data tags * Fixed problem copying XMP:Thumbnails structure * Fixed conversion of MXF:ByteOrder value * Fixed potential "Undefined subroutine ConvertStruct" crash bug * API Changes: o Fixed bug introduced in 8.46 when calling GetValue(xxx,'Raw')
2011-01-29 6.6.7-4 Paul Heckbert <ph@cs.cm...> Move coders/tiff.c conditional compile to define TIFF exception / semaphore / key when TIFF delegate is disabled.2011-01-29 6.6.7-4 Glenn Randers-Pehrson <glennrp@image...> Renamed variables, macros, and functions defined/declared in coders/png.c that were in the libpng namespace (beginning with "png_" or "PNG_").2011-01-25 6.6.7-4 Glenn Randers-Pehrson <glennrp@image...> Removed a call to GetNumberColors() from the PNG encoder that was only there for debugging purposes and was consuming a huge amount of CPU time. (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&t=17799). Sometimes black was still written as transparent, when the PNG encoder received an image with image->matte==true no transparent pixels were present. (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=17913);2011-01-24 6.6.7-4 Cristy <quetzlzacatenango@image...> Remove memory leak from ThrowFileException() macro (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=17908). Multiple blue error count by 'count' in ClassifyImageColors()
-Change log-Viewer:- Added :: Main+BigScreen: Under Image popup-menu, Zoom -> Quick Zoom (Ctrl+Q).- Added :: Options: Under Preview and Full Screen -tab, Quick Zoom At and Center Image with Quick Zoom.- Added :: Options: Under Startup & General tab, Use Color Management System (CMS).- Changed :: Options: Moved Show Rating & Color Labels from Visual tab to Startup & General tab.Slide Show:- Added :: Jump To Specific Image: Go button & enter key, jumps to selected image.- Added :: Jump To Specific Image: (F3) to search again.- Added :: Main: Under Options tab, Use Color Management System (CMS).- Changed :: Main: Skip To Specific Image is now Jump To Specific Image.- Changed :: Jump To Specific Image: Search is now non-case sensitive.- Fixed :: Main: Possible Index issue with Skip 1 Image and Skip 4 Images.Editor:- Added :: Options: Under General tab, Use Color Management System (CMS).