# miniPaint **Repository Path**: firfe/miniPaint ## Basic Information - **Project Name**: miniPaint - **Description**: 在线图片编辑器 原项目地址 https://github.com/viliusle/miniPaint 我的github仓库 https://github.com/Firfr/miniPaint - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-19 - **Last Updated**: 2025-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # miniPaint Online image editor lets you create, edit images using HTML5 technologies. No need to buy, download, install or have obsolete flash. No ads. Key features: layers, filters, HTML5, open source, Photoshop alternative. 在线图像编辑器让你使用 HTML5 技术创建和编辑图像。 无需购买、下载、安装,也不依赖过时的 Flash。无广告。 主要功能:图层、滤镜、HTML5、开源、Photoshop 替代方案。 miniPaint operates directly in the browser. You can create images, paste from the clipboard (ctrl+v) or upload from the computer (using menu or drag & drop). Nothing will be sent to any server. Everything stays in your browser. miniPaint 直接在浏览器中运行。你可以创建图像、从剪贴板粘贴(Ctrl+V), 或从电脑上传文件(通过菜单或拖放)。所有数据保留在本地,不会发送到任何服务器。一切都在你的浏览器中完成。 ## 汉化&修改 当前版本:4.14.2 首先感谢原作者的开源。[原项目地址](https://github.com/viliusle/miniPaint) 只做了镜像。 欢迎关注我B站账号 [秦曱凧](https://space.bilibili.com/17547201) 有需要帮忙部署这个项目的朋友,一杯奶茶,即可程远程帮你部署,需要可联系。 微信号 `E-0_0-` 闲鱼搜索用户 `明月人间` 或者邮箱 `firfe163@163.com` 如果这个项目有帮到你。欢迎start。 有其他的项目的汉化需求,欢迎提issue。或其他方式联系通知。 ### 镜像 从阿里云或华为云镜像仓库拉取镜像,注意填写镜像标签,镜像仓库中没有`latest`标签 容器内部端口`5127`,可通过设置环境变量`SERVER_PORT`的值来指定监听端口。 ```bash docker pull swr.cn-north-4.myhuaweicloud.com/firfe/mini_paint:4.14.2 ``` ### docker run 命令部署 ```bash docker run -d \ --name mini_paint \ --network bridge \ --restart always \ --log-opt max-size=1m \ --log-opt max-file=1 \ -p 5127:5127 \ swr.cn-north-4.myhuaweicloud.com/firfe/mini_paint:4.14.2 ``` ### compose 文件部署 👍推荐 ```yaml #version: '3' services: mini_paint: container_name: mini_paint image: swr.cn-north-4.myhuaweicloud.com/firfe/mini_paint:4.14.2 network_mode: bridge restart: always logging: options: max-size: 1m max-file: '1' ports: - 5127:5127 ``` ### 修改说明 项目支持中文,没有汉化,只制作了镜像。 `./README.md` 文件翻译,增加 `## 汉化&修改` 增加目录 `./图片` 新增文件 `./.dockerignore`、`./Dockerfile` ### 效果截图 ![中文](图片/中文.png) ![演示](图片/演示.png) ## URL: **https://viliusle.github.io/miniPaint/** ## Preview: ![miniPaint](https://raw.githubusercontent.com/viliusle/miniPaint/master/images/preview.gif) (generated using miniPaint) **Change log:** [/miniPaint/releases](https://github.com/viliusle/miniPaint/releases) ## Browser Support - Chrome - Firefox - Opera - Edge - Safari ## Features - **Files**: open images, directories, URL, data URL, drag and drop, save (PNG, JPG, BMP, WEBP, animated GIF, TIFF, JSON (layers data), print. - **Edit**: Undo, cut, copy, paste, selection, paste from clipboard. - **Image**: information, EXIF, trim, zoom, resize (Hermite resample, default resize), rotate, flip, color corrections (brightness, contrast, hue, saturation, luminance), auto adjust colors, grid, histogram, negative. - **Layers**: multiple layers system, differences, merge, flatten, Transparency support. - **Effects**: Black and White, Blur (box, Gaussian, stack, zoom), Bulge/Pinch, Denoise, Desaturate, Dither, Dot Screen, Edge, Emboss, Enrich, Gamma, Grains, GrayScale, Heatmap, JPG Compression, Mosaic, Oil, Sepia, Sharpen, Solarize, Tilt Shift, Vignette, Vibrance, Vintage, Blueprint, Night Vision, Pencil, also Instagram Filters: 1977, Aden, Clarendon, Gingham, Inkwell, Lo-fi, Toaster, Valencia, X-Pro II. - **Tools**: pencil, brush, magic wand, erase, fill, color picker, letters, crop, blur, sharpen, desaturate, clone, borders, sprites, key-points, color zoom, replace color, restore alpha, content fill. - **Help**: keyboard shortcuts, translations. ## Embed To embed this app in the other page, use this HTML code: ## Build instructions See [Wiki > Build instructions](https://github.com/viliusle/miniPaint/wiki/Build-instructions) ## Wiki See [Wiki](https://github.com/viliusle/miniPaint/wiki) ## Contributors ## License MIT License ## Support Please use the GitHub issues for support, features, issues or use mail www.viliusl@gmail.com for contacts.