请问エルフの双子姫要怎么用MagickMerger图像等分,mask添加
默认的Percent Cropping不符合此游戏,需要自己调整
Command RegEx应该为[convert] [Match] -crop 50%x100% +repage png32:[Merge]
其他不变
默认的Mask Addition不符合Percent Cropping后的图像,也需要自己调整(只需要对差分这样做)
Match RegEx应该为(.+)_01\.png
Catch RegEx应该为$1_00.png
Merge RegEx应该为$1.png
其他不变
然后就是那些需要差分合成的基本图与差分图找出来用DirectMuxer合成
<Profile>
<Name>Percent Cropping</Name>
<Setting>
<Match>(.+)\.bmp</Match>
<Catch></Catch>
<Merge>$1.bmp</Merge>
<Command>[convert] [Match] -crop 50%%x100%% [Merge]</Command>
</Setting>
</Profile>
<Profile>
<Name>Mask Addition</Name>
<Setting>
<Match>(.+)-1\.bmp</Match>
<Catch>$1-0.bmp</Catch>
<Merge>$1.png</Merge>
<Command>[composite] ( -negate [Match] ) [Catch] -compose Copy_Opacity png32:[Merge]</Command>
</Setting>
</Profile>
欢迎光临 YUKI 飛雪之城 (https://yukict.com/bbs/) | Powered by Discuz! 6.0.0 |