Imagine v0.2.0 Release Notes

Release Date: 2011-10-06 // over 12 years ago
    • ➕ Add Imagine\Fill\Gradient\Linear::getStart/getEnd.
    • ➕ Add Imagine\Image\Color::isOpaque.
    • ➕ Add Gmagick transparency exceptions.
    • ➕ Add support for transparency for gif export.
    • ➕ Add widen/heighten methods for easy scaling to target width/height.
    • ➕ Add functionals tests to unit test thumbnails creation.
    • ➕ Add the ability to use hexadecimal notation for Imagine\Image\Color construction.
    • Implement fast linear gradient for Imagick.
    • ✂ Remove lengthy image histogram comparisons.
    • Extract ManipulatorInterface from ImageInterface.
    • Switch methods to final.
    • 🆕 New method ImageInterface::getColorAt.
    • Introduce ImagineAware abstract filter class.