awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • intervention/imageAvatar de Intervention

    Intervention/image

    14,345Ver en GitHub↗

    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
    Ver en GitHub↗14,345
  • mozilla-mobile/fenixAvatar de mozilla-mobile

    mozilla-mobile/fenix

    6,394Ver en GitHub↗

    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
    Ver en GitHub↗6,394
  1. Home
  2. Graphics & Multimedia
  3. Image Processing & Editing
  4. Image Processing
  5. Engine Swapping

Explorar subetiquetas

  • 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.