awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesEngine Swapping

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.

Awesome Engine Swapping GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • intervention/imageAvatar von Intervention

    Intervention/image

    14,345Auf GitHub ansehen↗

    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.

    PHPgdimageimagick
    Auf GitHub ansehen↗14,345
  • mozilla-mobile/fenixAvatar von mozilla-mobile

    mozilla-mobile/fenix

    6,394Auf GitHub ansehen↗

    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.

    Kotlinandroidbrowserfirefox
    Auf GitHub ansehen↗6,394
  1. Home
  2. Graphics & Multimedia
  3. Image Processing & Editing
  4. Image Processing
  5. Engine Swapping

Unter-Tags erkunden

  • GeckoView Engine SubstitutionsCapabilities for swapping the packaged GeckoView rendering engine with a locally compiled build during development. **Distinct from Engine Swapping:** Distinct from Engine Swapping: focuses on substituting a specific browser rendering engine (GeckoView) rather than general image processing engines.