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,880在 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
    在 GitHub 上查看↗6,880
  • fengyuanchen/compressorjsfengyuanchen 的头像

    fengyuanchen/compressorjs

    5,749在 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
    在 GitHub 上查看↗5,749
  • anthonynsimon/bildanthonynsimon 的头像

    anthonynsimon/bild

    4,192在 GitHub 上查看↗

    Bild 是一个用 Go 编程语言实现的图像处理库。它提供了一套用于图像操作的算法引擎,包括用于过滤的卷积核引擎、用于图层合成的图像混合工具,以及用于创建合成纹理的程序化噪声生成器。 该项目以其程序化生成能力而著称,实现了 Perlin、高斯、二进制和均匀噪声算法,以产生随机像素分布和有机图案。它还具有一个命令行界面,允许用户在不编写自定义代码的情况下对图像文件应用视觉效果、颜色调整和几何变换。 该库涵盖了广泛的图像处理功能,包括旋转、剪切和缩放等几何变换,以及颜色操作和分布分析。它提供用于图像分析和分割、形态学过滤的工具,并支持读取和写入 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,771在 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
    在 GitHub 上查看↗3,771
  • nette/utilsnette 的头像

    nette/utils

    2,142在 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
    在 GitHub 上查看↗2,142
  • verot/class.upload.phpverot 的头像

    verot/class.upload.php

    881在 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
    在 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.