awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 个仓库

Awesome GitHub RepositoriesImage Geometric Transformations

Operations that modify the physical properties and orientation of image files.

Distinct from Image Rotation: Candidates are either too specific (just flipping/rotation) or focused on URL-based proxy transformations.

Explore 7 awesome GitHub repositories matching graphics & multimedia · Image Geometric Transformations. Refine with filters or upvote what's useful.

Awesome Image Geometric Transformations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • kohler/gifsiclekohler 的头像

    kohler/gifsicle

    4,255在 GitHub 上查看↗

    Gifsicle 是一个命令行图像处理器和动画编辑器,用于创建、编辑和优化 GIF 图像。它作为一个实用程序,用于将静态图像组装成动画、从现有序列中提取单个帧以及操作 GIF 元数据。 该工具通过专门的优化功能脱颖而出,这些功能通过删除冗余像素和采用有损压缩来减小文件大小。它通过量化和颜色映射转换来管理调色板,以确保显示兼容性并降低位深度。 广泛的功能包括图像转换原语(如调整大小、裁剪和旋转),以及跨多个文件执行批处理的能力。它还提供用于元数据检查和图像之间逐像素视觉比较的实用程序。

    Supports flipping, rotating, adding transparency, and toggling interlacing to modify image properties.

    C
    在 GitHub 上查看↗4,255
  • anthonynsimon/bildanthonynsimon 的头像

    anthonynsimon/bild

    4,192在 GitHub 上查看↗

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

    Implements a zooming tool to scale image content from a pivot point with optional canvas expansion.

    Go
    在 GitHub 上查看↗4,192
  • sjqzhang/go-fastdfssjqzhang 的头像

    sjqzhang/go-fastdfs

    4,138在 GitHub 上查看↗

    go-fastdfs 是一个专为构建私有云存储而设计的分布式文件系统和对象存储服务器。它提供了一个兼容 FastDFS 的存储实现,管理存储节点集群以处理大规模文件上传和下载。 该系统通过去中心化架构实现高可用性,无需中央协调器即可自动同步数据并修复多台机器上的故障。它特别支持通过 HTTP 进行断点续传,允许大文件传输在网络不稳定时从最后一个成功字节处暂停并恢复。 核心功能包括通过基于 SHA1 的内容去重进行存储资源优化,以及合并小文件以减少文件系统 inode 消耗。该项目还集成了一个图像处理流水线,可在下载过程中执行动态缩放和调整大小,并使用基于令牌的认证来保护文件访问。 该系统可通过 Docker 容器部署。

    Supports adjusting the zoom level of stored images to optimize views for specific clients.

    Gobreakpoint-resumecloud-storagecloudnative
    在 GitHub 上查看↗4,138
  • francoischalifour/medium-zoomfrancoischalifour 的头像

    francoischalifour/medium-zoom

    3,933在 GitHub 上查看↗

    medium-zoom 是一个 JavaScript 图片缩放库和前端 UI 组件,当用户在 Web 浏览器中点击图片时,会创建全屏图片展开效果。它作为一个响应式图片覆盖层,将嵌入式媒体转换为高清缩放视图。 该库支持在触发缩放效果时专门为高清版本交换低分辨率图片源。它允许外部元素触发展开,并提供动态管理哪些图片或元素组可缩放的能力。 用户可以通过修改边距、背景颜色和 HTML 模板来自定义缩放覆盖层的外观。该系统包括用于通过代码打开、关闭或切换视图的程序化状态管理,并为动画生命周期期间的回调提供事件监听器。

    Transforms an image into a larger, zoomed view using responsive layouts and CSS animations.

    JavaScripteventimageimage-zoom
    在 GitHub 上查看↗3,933
  • silvia-odwyer/photonsilvia-odwyer 的头像

    silvia-odwyer/photon

    3,850在 GitHub 上查看↗

    Photon is a high-performance image processing library written in Rust. It serves as a pixel manipulation toolkit and image format transcoder, providing a WebAssembly graphics engine for executing visual effects and transformations directly within web browsers. The project is built around a functional image pipeline, which allows for the programmatic chaining of sequential transformation operations. This architecture supports the creation of complex visual effects through a coded pipeline. The library covers a wide range of image processing capabilities, including color management across mult

    Performs geometric transformations including cropping, flipping, and rotating images.

    Rusthacktoberfestimage-manipulationimage-processing
    在 GitHub 上查看↗3,850
  • 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

    Performs programmatic image cropping, resizing, and rotation to generate thumbnails or modify graphics.

    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

    Resizes, crops, rotates, and flips images to fit specific layout requirements.

    PHP
    在 GitHub 上查看↗881
  1. Home
  2. Graphics & Multimedia
  3. Image Geometric Transformations

探索子标签

  • Image Zooming1 个子标签Scaling image content from a specific pivot point with optional canvas expansion. **Distinct from Image Geometric Transformations:** Specifically targets the zooming operation from a pivot, whereas the parent covers general orientation and physical property changes.