awesome-repositories.comCategoríasBlog
MCP
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
JamieMason avatar

JamieMason/grunt-imageoptim

0
View on GitHub↗
474 estrellas·18 forks·JavaScript·5 vistasjamiemason.github.io/ImageOptim-CLI↗

Grunt Imageoptim

Make ImageOptim, ImageAlpha and JPEGmini part of your automated build process

Features

  • Asset Optimization - Integrates image optimization into automated build processes.

Historial de estrellas

Gráfico del historial de estrellas de jamiemason/grunt-imageoptimGráfico del historial de estrellas de jamiemason/grunt-imageoptim

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Grunt Imageoptim

Proyectos open-source similares, clasificados según cuántas características comparten con Grunt Imageoptim.
  • gregberge/svgrG

    gregberge/svgr

    11,043Ver en GitHub↗

    SVGR is a tool that transforms static SVG files into reusable React components for direct rendering within user interface trees. It functions as an AST-based code transformer and build-time asset pipeline, parsing SVG XML into an abstract syntax tree to modify elements before generating JavaScript source code. The project integrates an external optimization engine to strip redundant metadata and minify attributes, ensuring vector images are flexible and easy to style. It uses recursive tree traversal to apply these transformations to all nested graphic elements and employs attribute mapping t

    TypeScript
    Ver en GitHub↗11,043
  • ben-eb/gulp-uncssAvatar de ben-eb

    ben-eb/gulp-uncss

    932Ver en GitHub↗

    DEPRECATED. Remove unused CSS selectors.

    JavaScript
    Ver en GitHub↗932
  • clean-css/clean-cssAvatar de clean-css

    clean-css/clean-css

    4,201Ver en GitHub↗

    Clean-CSS is a Node.js CSS optimizer that functions as a minifier, bundler, and post-processor. It is designed to decrease total stylesheet volume by removing whitespace, comments, and redundant code. The project provides a pipeline for applying custom transformations and browser compatibility adjustments. It allows for the programmatic modification of CSS rules and values through a plugin system and the use of custom optimization plugins. The tool covers a broad range of asset optimization capabilities, including stylesheet bundling, import rule inlining, and relative URL rebasing. It also

    JavaScript
    Ver en GitHub↗4,201
  • 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

    JavaScript
    Ver en GitHub↗6,980
Ver las 30 alternativas a Grunt Imageoptim→

Preguntas frecuentes

¿Qué hace jamiemason/grunt-imageoptim?

Make ImageOptim, ImageAlpha and JPEGmini part of your automated build process

¿Cuáles son las características principales de jamiemason/grunt-imageoptim?

Las características principales de jamiemason/grunt-imageoptim son: Asset Optimization.

¿Qué alternativas de código abierto existen para jamiemason/grunt-imageoptim?

Las alternativas de código abierto para jamiemason/grunt-imageoptim incluyen: gregberge/svgr — SVGR is a tool that transforms static SVG files into reusable React components for direct rendering within user… ben-eb/gulp-uncss — DEPRECATED. Remove unused CSS selectors. clean-css/clean-css — Clean-CSS is a Node.js CSS optimizer that functions as a minifier, bundler, and post-processor. It is designed to… cobrateam/django-htmlmin — HTML minifier for Python frameworks (not only Django, despite the name). css/csso — csso is a CSS minifier and optimizer that reduces stylesheet file sizes through structural analysis and algebraic… aheckmann/gm — gm is a JavaScript image processing library and Node.js manipulation tool that serves as a programmatic wrapper for…