awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • intervention/imageالصورة الرمزية لـ Intervention

    Intervention/image

    14,345عرض على 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
    عرض على GitHub↗14,345
  • mozilla-mobile/fenixالصورة الرمزية لـ mozilla-mobile

    mozilla-mobile/fenix

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

استكشف الوسوم الفرعية

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