本程序为辅助拼豆(Fuse Bead)的制作而开发的辅助工具。以网页形式运行,基于HTML5+JS,所有图形算法均在前端实现。
操作指南:
- 可以上传本地图片,将每个像素转换成为相近颜色的拼豆并放大,供实际拼豆时参考;
- 图片限制尺寸为500x500,建议使用PNG格式;
- 可以将图片切分成不同尺寸的图块,点击上方图块或全图可以切换放大部分;
- 大图上方的“颜色统计”按钮可以查看所有颜色的拼豆数量;
- 可以只显示某种颜色用于快速摆放拼豆,一种方式是点击大图上的像素在弹出对话框中操作,另一种是在颜色统计按钮中直接点击颜色旁边的<<按钮;
- 点击大图上的像素,可以在弹出对话框中选择替换颜色,有三种方法:
- 替换所有颜色为另一种颜色;
- 替换当前像素为另一种颜色;
- 使用笔刷模式在大图上批量修改颜色;
- 大图上方的“颜色替换”按钮可以查看并删除所有已替换的颜色,也可以导入/导出所有替换列表,方便制作大型拼豆项目;
- 当前的拼豆调色板默认为Mard品牌的融合豆,并增加了国外几个较主流品牌的颜色作为参考。
本文档会随版本升级进行更新。
关于拼豆和本项目的更多信息,可参见:https://zhuanlan.zhihu.com/p/78350271
This web tool is a helper for making fuse beads. It builds on HTML5+JS so can use on PC or mobile phone.
User guide:
- Upload local image, each pixel will convert to similar color of beads and zoom in for your consult.
- Image size limit is 500x500, strongly recommend PNG format than JPEG.
- Image will be cut into smaller size pieces. Click piece or full image to swap the large image shown.
- "Color count" button on toolbar used to show each count of colors.
- Two way to show some color only: click the large pixel to show a dialog; or press the << on "Color count" button.
- Click the large pixel show a dialog to change colors, there's 3 type:
- Change one color to another;
- Change this pixel to another color;
- Use brush mode to draw color on large image;
- "Color replace" button on toolbar used to show the color or pixels you have replaced. You can import/export the whole list for large fuse bead project.
- You can choose some popular brands of bead palettes.
This guide will update at any time. Any suggest are welcomed.