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 RepositoriesImage Engine Extensions

Extensibility systems designed specifically to modify image processing logic and file handlers.

Distinct from Custom Configuration Extensions: Focuses on multimedia processing extensions rather than UI configuration or schema validation.

Explore 2 awesome GitHub repositories matching user interface & experience · Image Engine Extensions. Refine with filters or upvote what's useful.

Awesome Image Engine Extensions GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • jimp-dev/jimpAvatar de jimp-dev

    jimp-dev/jimp

    14,621Ver en GitHub↗

    Jimp is a zero-dependency JavaScript image processing library and programmatic editor designed for manipulating, resizing, and filtering images in Node.js. It functions as a multi-format image encoder and extensible pipeline that operates entirely in JavaScript to ensure portable deployment across different environments without requiring native system dependencies. The engine features a modular architecture that allows for custom image processor builds and the registration of custom processing plugins. This extensibility enables the addition of specific visual effects and custom file-type enc

    Provides an extensibility system for adding custom file-type encoders, decoders, and manipulation plugins.

    TypeScript
    Ver en GitHub↗14,621
  • aheckmann/gmAvatar de aheckmann

    aheckmann/gm

    6,980Ver en GitHub↗

    gm is a JavaScript image processing library and Node.js manipulation tool that serves as a programmatic wrapper for the GraphicsMagick engine. It translates JavaScript method calls into shell commands to automate the resizing, cropping, and transformation of images. The library provides an interface to execute specific GraphicsMagick operations while allowing raw command passthrough for custom arguments or engine features not covered by the standard API. Its capabilities cover geometric manipulation, color and tone adjustment, and image quality optimization. It includes tools for image compo

    Allows raw input and output arguments to be passed directly to the underlying image engine.

    JavaScript
    Ver en GitHub↗6,980
  1. Home
  2. User Interface & Experience
  3. Image Engine Extensions

Explorar subetiquetas

  • Engine Argument ExtensionsInterfaces for passing low-level arguments directly to an image processing engine for advanced operations. **Distinct from Image Engine Extensions:** Focuses on passing raw arguments to an existing engine rather than writing custom plugin logic.