new
This commit is contained in:
41
content/posts/像素画制作学习.md
Normal file
41
content/posts/像素画制作学习.md
Normal file
@@ -0,0 +1,41 @@
|
||||
+++
|
||||
title = '像素画制作学习'
|
||||
date = 2025-08-26T04:12:30+08:00
|
||||
draft = true
|
||||
+++
|
||||
|
||||
# 像素画制作学习
|
||||
|
||||
## 环境准备
|
||||
|
||||
很多软件都可以使用,这里推荐[aseprite](https://www.aseprite.org/),收费软件,不过开源的,可以自己编译一个使用,教程可以看以下2个链接。
|
||||
|
||||
- [免费获得aseprite 编译具体流程讲解(超详细)](https://www.bilibili.com/video/BV1eN41147Kp/?share_source=copy_web&vd_source=5ca0cf11cccd9ac75dd1e506b95aef0d&t=46)
|
||||
- [aseprite-builder](https://github.com/a1393323447/aseprite-builder)
|
||||
|
||||
## 教程
|
||||
|
||||
### [Pixel Art Tutorials](https://www.youtube.com/playlist?list=PLp99DFIAFv-xM8l6Uzmg83yvGRu6jMfid)
|
||||
#### [The Ultimate Pixel Art Tutorial](https://www.youtube.com/watch?v=lfR7Qj04-UA&list=PLp99DFIAFv-xM8l6Uzmg83yvGRu6jMfid&index=1)
|
||||
|
||||
像素画创作向导【教程中的推荐】
|
||||
- Shadow 阴影
|
||||
- Line 线条
|
||||
- Color 颜色
|
||||
- Refile 优化
|
||||
|
||||
画布大小
|
||||
- 8px
|
||||
- 16px
|
||||
- 24px
|
||||
- 48px
|
||||
|
||||
线条
|
||||
- 防止线条过粗,像素直角相遇的地方可以删除
|
||||
- 删除多余的锯齿
|
||||
|
||||
颜色
|
||||
- 色值要一致
|
||||
- 饱和度要合适
|
||||
|
||||
### 像素世界 【书籍】
|
Reference in New Issue
Block a user