v1.3.0
There are a significant number of fixes that went into this release, as well as some important new features.
Fixes
- Undefined method error when parsing layer masks
- Memory leak when parsing image data
- Significant speed improvements related to parsing image data
- CMYK processing error
File#read_boolean
would always return true
New Features
- JRuby and Rubinius compatibility (with tests)
- Layer comps
- Retrieve all available layer comps in document
- Filter tree nodes based on layer comp
- Read layer metadata and settings
Also worth mentioning is that PSD.rb now has a native extension that speeds up the slowest parts of the library, mostly in regards to image data parsing. Be sure to check out psd_native if native extensions are an option for you.