2 مستودعات
Capabilities for switching the underlying image processing engine at runtime or configuration.
Distinct from Image Processing: Focuses on the ability to swap engines without code changes, rather than the processing operations themselves.
Explore 2 awesome GitHub repositories matching graphics & multimedia · Engine Swapping. 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
Allows swapping image processing libraries to change the underlying engine without modifying application logic.
Fenix is an open-source mobile web browser for Android that uses Mozilla's GeckoView engine to render web pages with full platform support. It is built as an Android application that provides core browsing capabilities including tab management, bookmarks, and privacy controls, and is developed as a multi-repository project that coordinates the browser UI, reusable Android components, and the rendering engine across separate codebases. The browser's interface is organized as a component-based architecture, where the UI is assembled from a set of reusable Android components that can be develope
Swap the packaged GeckoView engine for a locally built version to validate engine-level modifications.