1 Repo
Driver-based architectures that normalize multiple image processing backends into a single API.
Distinct from Image Processing: Focuses on the abstraction layer architecture rather than the resulting image processing operations.
Explore 1 awesome GitHub repository matching graphics & multimedia · Processing Abstraction Layers. Refine with filters or upvote what's useful.
Intervention Image is a PHP image processing library designed for editing and manipulating image assets. It functions as an abstraction layer that provides a simplified interface for performing programmatic visual adjustments and compositions. The project utilizes a driver-based architecture that allows for switching between different underlying image processing engines without requiring changes to the application logic. This abstraction extends to the handling of animated image formats, enabling the manipulation of frames and properties across various processing drivers. The library covers
Provides a driver-based architecture that allows switching between different image processing engines.