awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
343dev avatar

343dev/optimizt

0
View on GitHub↗
177 stars·7 forks·JavaScript·MIT·6 vues

Optimizt

CLI image optimization tool

Features

  • Asset Optimization - CLI tool for lossy and lossless image compression.
  • Image Processing - Prepare and optimize images for web use.

Historique des stars

Graphique de l'historique des stars pour 343dev/optimiztGraphique de l'historique des stars pour 343dev/optimizt

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Optimizt

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Optimizt.
  • mozilla/mozjpegAvatar de mozilla

    mozilla/mozjpeg

    5,685Voir sur GitHub↗

    Mozjpeg is a high-performance C library for encoding, decoding, and transcoding JPEG images. It serves as a binary-compatible, drop-in replacement for standard JPEG libraries, maintaining existing function signatures to improve compression efficiency without requiring changes to application logic. The library functions as an image optimizer that reduces file sizes through lossless progressive encoding and coefficient optimization. It utilizes trellis-based quantization and SIMD-accelerated processing to optimize the trade-off between visual quality and file size. Its broader capabilities inc

    C
    Voir sur GitHub↗5,685
  • lovell/sharpAvatar de lovell

    lovell/sharp

    32,340Voir sur GitHub↗

    Sharp is a high-performance image processing library for Node.js. It serves as a native extension and wrapper for the libvips framework, providing tools for image resizing, format conversion, and programmatic data manipulation. The project enables the transformation of images into web-friendly formats such as WebP and AVIF while preserving color profiles and alpha channels. It also provides capabilities for generating blank image buffers with specified dimensions and background colors. The library covers a broad range of image manipulation utilities, including rotation, extraction, compositi

    JavaScriptavifcropexif
    Voir sur GitHub↗32,340
  • aheckmann/gmAvatar de aheckmann

    aheckmann/gm

    6,980Voir sur 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
    Voir sur GitHub↗6,980
  • svg/svgoAvatar de svg

    svg/svgo

    22,535Voir sur GitHub↗

    SVGO is a Node.js vector graphics optimizer and minifier designed to reduce the file size of SVG images. It functions as a pluggable processor that strips redundant XML elements, removes unnecessary metadata, and simplifies paths to create smaller payloads. The tool utilizes a customizable engine where image data is passed through a pipeline of programmable rules and optimization presets. This architecture allows for the integration of custom plugins to apply specialized transformation rules to vector files. The system includes a command-line interface for batch file processing and recursive

    JavaScriptclijavascriptminification
    Voir sur GitHub↗22,535
Voir les 30 alternatives à Optimizt→

Questions fréquentes

Que fait 343dev/optimizt ?

CLI image optimization tool

Quelles sont les fonctionnalités principales de 343dev/optimizt ?

Les fonctionnalités principales de 343dev/optimizt sont : Asset Optimization, Image Processing.

Quelles sont les alternatives open-source à 343dev/optimizt ?

Les alternatives open-source à 343dev/optimizt incluent : mozilla/mozjpeg — Mozjpeg is a high-performance C library for encoding, decoding, and transcoding JPEG images. It serves as a… svg/svgo — SVGO is a Node.js vector graphics optimizer and minifier designed to reduce the file size of SVG images. It functions… lovell/sharp — Sharp is a high-performance image processing library for Node.js. It serves as a native extension and wrapper for the… aheckmann/gm — gm is a JavaScript image processing library and Node.js manipulation tool that serves as a programmatic wrapper for… gregberge/svgr — SVGR is a tool that transforms static SVG files into reusable React components for direct rendering within user… ajkumar25/pygram.