Pixelator
Pixelator copied to clipboard
Image editing, doodling on the picture, customized brushes, image pixelation,涂鸦,马赛克
涂鸦笔 APP (Magic Brush)
| 录屏 | 截图 | 截图 |
|---|---|---|
运行
git clone [email protected]:shellljx/Pixelator.git
// Java 版本 17
Android Studio 打开项目
功能
- 图片渲染: 双指缩放,平移
- 涂鸦绘制: 单指绘制轨迹,边缘顺滑模糊,轨迹应用马赛克和图片特效
- 矩形框选
- 马赛克特效
- 橡皮擦
- AI 扣图: 使用的 https://pixian.ai/
- undo redo
- 小窗显示
- 导出
- 相册
项目结构
- Pixelator: c++ 编辑器模块 详细文档
- Wrapper: 上层业务框架,抽象业务模块(Service) 面板(panel) 控件(Widget) 详细文档
- app: 应用业务模块 详细文档