awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • haxefoundation/haxeHaxeFoundation का अवतार

    HaxeFoundation/haxe

    6,880GitHub पर देखें↗

    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
    GitHub पर देखें↗6,880
  • fengyuanchen/compressorjsfengyuanchen का अवतार

    fengyuanchen/compressorjs

    5,749GitHub पर देखें↗

    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
    GitHub पर देखें↗5,749
  • anthonynsimon/bildanthonynsimon का अवतार

    anthonynsimon/bild

    4,192GitHub पर देखें↗

    Bild Go प्रोग्रामिंग भाषा में कार्यान्वित एक इमेज प्रोसेसिंग लाइब्रेरी है। यह इमेज हेरफेर के लिए एल्गोरिथम इंजनों का एक संग्रह प्रदान करती है, जिसमें फिल्टरिंग के लिए एक कन्वेन्शन कर्नल इंजन, लेयर कंपोजिशन के लिए एक इमेज ब्लेंडिंग टूल और सिंथेटिक टेक्सचर बनाने के लिए एक प्रोसीजरल नॉइज़ जनरेटर शामिल है। यह प्रोजेक्ट अपनी प्रोसीजरल जनरेशन क्षमताओं के लिए जाना जाता है, जो यादृच्छिक पिक्सेल वितरण और जैविक पैटर्न बनाने के लिए Perlin, Gaussian, बाइनरी और यूनिफॉर्म नॉइज़ एल्गोरिदम को लागू करता है। इसमें एक कमांड-लाइन इंटरफेस भी है जो उपयोगकर्ताओं को कस्टम कोड लिखे बिना इमेज फाइलों पर विज़ुअल इफेक्ट्स, रंग समायोजन और ज्यामितीय परिवर्तन लागू करने की अनुमति देता है। यह लाइब्रेरी इमेज प्रोसेसिंग क्षमताओं की एक विस्तृत श्रृंखला को कवर करती है, जिसमें रोटेशन, शियरिंग और ज़ूमिंग जैसे ज्यामितीय परिवर्तन, साथ ही रंग हेरफेर और वितरण विश्लेषण शामिल हैं। यह इमेज विश्लेषण और सेगमेंटेशन, मॉर्फोलॉजिकल फिल्टरिंग के लिए टूल्स प्रदान करती है, और PNG, JPEG, BMP और WebP फॉर्मेट में इमेज डेटा पढ़ने और लिखने का समर्थन करती है।

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

    Go
    GitHub पर देखें↗4,192
  • pintaproject/pintaPintaProject का अवतार

    PintaProject/Pinta

    3,771GitHub पर देखें↗

    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
    GitHub पर देखें↗3,771
  • nette/utilsnette का अवतार

    nette/utils

    2,142GitHub पर देखें↗

    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
    GitHub पर देखें↗2,142
  • verot/class.upload.phpverot का अवतार

    verot/class.upload.php

    881GitHub पर देखें↗

    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
    GitHub पर देखें↗881
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Image Optimization
  5. Resampling Optimizations
  6. Image Dimension Transformations

सब-टैग एक्सप्लोर करें

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