没什么技术含量,借用imagemagick,批量做出如下主题的上屏和下屏图片

要求
1:准备类似以下图片。
图片比例的高度大于等于410x560(560是高度),本来想写个判断函数,想想还是算了

2:安装imagemagick
操作:
1.把以下文字存为bat文件
@echo off
convert "%~f1" -resize 410x temp_all.bmp
convert temp_all.bmp -crop 410x240+0+0 -extent 512x256 top.bmp
convert temp_all.bmp -crop 320x240+45+320 bot.bmp
convert +append bot.bmp bot.bmp bot.bmp bot.bmp
convert bot.bmp -extent 1024x256 bot.bmp
del temp_all.bmp
2.把图片文件拖到bat文件上
会生成top.bmp

和bot.bmp

3.用3DS_ThemeEditor打开主题,导入图片
自寻教程,谢谢
4.用CHHM安装
自寻教程,谢谢
5.完工(顺便一提,YATA可以改各种按键的颜色)


要求
1:准备类似以下图片。
图片比例的高度大于等于410x560(560是高度),本来想写个判断函数,想想还是算了

2:安装imagemagick
操作:
1.把以下文字存为bat文件
@echo off
convert "%~f1" -resize 410x temp_all.bmp
convert temp_all.bmp -crop 410x240+0+0 -extent 512x256 top.bmp
convert temp_all.bmp -crop 320x240+45+320 bot.bmp
convert +append bot.bmp bot.bmp bot.bmp bot.bmp
convert bot.bmp -extent 1024x256 bot.bmp
del temp_all.bmp
2.把图片文件拖到bat文件上
会生成top.bmp

和bot.bmp

3.用3DS_ThemeEditor打开主题,导入图片
自寻教程,谢谢
4.用CHHM安装
自寻教程,谢谢
5.完工(顺便一提,YATA可以改各种按键的颜色)
