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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repository-uri

Awesome GitHub RepositoriesImage Dimension Transformations

Changes the dimensions of images using resampling algorithms for scaling and resizing.

Distinct from Resampling Optimizations: Distinct from Resampling Optimizations: focuses on dimension changes rather than color interpolation quality.

Explore 6 awesome GitHub repositories matching part of an awesome list · Image Dimension Transformations. Refine with filters or upvote what's useful.

Awesome Image Dimension Transformations GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • haxefoundation/haxeAvatar HaxeFoundation

    HaxeFoundation/haxe

    6,880Vezi pe GitHub↗

    Haxe is a statically typed, multi-target programming language and open-source compiler toolkit that translates a single codebase into native executables and scripts for JavaScript, C++, C#, Java, Python, Lua, PHP, and Flash targets. It provides a unified type system with automatic type inference, a compile-time macro system for code transformation and generation, conditional compilation directives, and a static analysis engine that enforces null safety and eliminates dead code to produce smaller, safer outputs. The language is supported by the HashLink virtual machine, which executes platform

    Provides image scaling and resampling capabilities using various algorithms.

    Haxecompilercross-platformhaxe
    Vezi pe GitHub↗6,880
  • fengyuanchen/compressorjsAvatar fengyuanchen

    fengyuanchen/compressorjs

    5,749Vezi pe GitHub↗

    Compressorjs is a client-side image compression library that reduces file sizes in the browser before upload, using the HTML Canvas API to re-encode images into smaller File or Blob objects. It supports JPEG, PNG, and WebP formats, with configurable quality and dimension controls to balance file size and visual fidelity. The library distinguishes itself through several integrated capabilities. It reads Exif orientation metadata from JPEG images and automatically rotates or flips the canvas to ensure correct display after compression. An AbortController integration allows cancellation of an in

    Limits the maximum or minimum width and height of the compressed image to fit within bounds.

    JavaScriptfile-uploadimage-compressionimage-compressor
    Vezi pe GitHub↗5,749
  • anthonynsimon/bildAvatar anthonynsimon

    anthonynsimon/bild

    4,192Vezi pe GitHub↗

    Bild este o bibliotecă de procesare a imaginilor implementată în limbajul de programare Go. Oferă o colecție de motoare algoritmice pentru manipularea imaginilor, inclusiv un motor de kernel de convoluție pentru filtrare, un instrument de blending pentru compoziția straturilor și un generator procedural de zgomot pentru crearea de texturi sintetice. Proiectul se distinge prin capabilitățile sale de generare procedurală, implementând algoritmi de zgomot Perlin, Gaussian, binar și uniform pentru a produce distribuții aleatorii de pixeli și modele organice. De asemenea, dispune de o interfață de linie de comandă care permite utilizatorilor să aplice efecte vizuale, ajustări de culoare și transformări geometrice fișierelor imagine fără a scrie cod personalizat. Biblioteca acoperă o gamă largă de capabilități de procesare a imaginilor, inclusiv transformări geometrice precum rotația, forfecarea (shearing) și zoom-ul, precum și manipularea culorilor și analiza distribuției. Oferă instrumente pentru analiza și segmentarea imaginilor, filtrare morfologică și suportă citirea și scrierea datelor de imagine în formatele PNG, JPEG, BMP și WebP.

    Ships resampling algorithms to change image dimensions while maintaining visual quality during resizing and zooming.

    Go
    Vezi pe GitHub↗4,192
  • pintaproject/pintaAvatar PintaProject

    PintaProject/Pinta

    3,771Vezi pe GitHub↗

    Pinta is a cross-platform raster graphics editor and digital image manipulation tool. It provides a drawing environment for creating pixel-based artwork and editing photographs, utilizing a layer-based image model to organize visual components into a stack for non-destructive composition. The application is built with a GTK-based interface and features a plugin-based extension system that allows for the addition of new editing tools and filters. Its capabilities cover digital drawing workflows using various brushes and pencils, image geometry manipulation such as cropping and resizing, and v

    Provides capabilities to change image dimensions through scaling and resampling algorithms.

    C#csharpdotnetdrawing
    Vezi pe GitHub↗3,771
  • nette/utilsAvatar nette

    nette/utils

    2,142Vezi pe GitHub↗

    This project is a general-purpose PHP utility library offering a collection of helper classes and functions for string manipulation, array and collection processing, data validation, filesystem operations, and image processing. It provides foundational toolkits designed to handle common development tasks through standardized APIs. The library is distinguished by specialized subsystems for programmatic HTML generation and secure element construction, runtime code reflection, and object-oriented utilities such as virtual property management and event callback triggers. It also includes cryptogr

    Scales images proportionally using fitting flags while supporting image flipping and sharpening.

    PHParray-manipulationscomponentjson
    Vezi pe GitHub↗2,142
  • verot/class.upload.phpAvatar verot

    verot/class.upload.php

    881Vezi pe GitHub↗

    This project is a server-side PHP library designed for managing file uploads and performing automated image processing. It provides a structured toolkit for ingesting, validating, and migrating files from temporary staging areas to permanent storage while enforcing security constraints. The library distinguishes itself through a configuration-driven pipeline that executes a sequence of transformations on image buffers. It supports a wide range of geometric adjustments, including resizing, cropping, and rotation, alongside advanced visual enhancements such as watermarks, color adjustments, and

    Optimizes images by resizing, cropping, and applying filters to meet dimension and aesthetic standards.

    PHP
    Vezi pe GitHub↗881
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Image Optimization
  5. Resampling Optimizations
  6. Image Dimension Transformations

Explorează sub-etichetele

  • Dimension Bounds EnforcersLimiting the maximum or minimum width and height of the compressed image to fit within defined bounds. **Distinct from Image Dimension Transformations:** Distinct from Image Dimension Transformations: focuses on enforcing min/max constraints rather than general resampling or scaling.
  • Proportional Scaling and SharpeningScales images proportionally or by exact dimensions using fitting flags, flipping, and sharpening. **Distinct from Image Dimension Transformations:** Distinct from general resampling: includes specific fitting flags, flipping, and sharpening filters.