1.0beta2 - Friday 23 December 2005 ezcImageAnalyzer ================ - Changed class so that all information is available through overloaded properties. - Changed analyzeGeneric() to use getimagesize() which does not rely on any PHP extensions. - Changed the GIF scanning code to the one currently used in eZ publish 3.x, this scans each GIF block properly and looks for interesting information. The GIF analyzer will now in addition set the properties: * width * height * mode * transparencyType * comment * commentList * colorCount - Changed method names: * processBasics() to analyzeType(). * processExif() to analyzeExif(). - Added hasThumbnail property which reports whether the image has thumbnails available. - Removed the methods getData(), getExtra(), getMime(). This data can now be accessed through properties instead. - Fixed property list for GIFs, and made sure 'size' is set. 1.0beta1 - Thursday 24 November 2005