3Dカスタム少女改造スレ 3
316:お客さん☆てっくあーつ2010/09/01(水) 17:20:24 ID:k5OXPXf0 [sage]
可能だと思います

具体的には、「PNGFile.cs」の25行目
this.writer = new BinaryWriter(File.Create(dest_path + @".new.png"), System.Text.Encoding.Default);
を、
this.writer = new BinaryWriter(File.Create(dest_path.Substring(0, dest_path.Length - 8) + @".new.tdcgsav.png"), System.Text.Encoding.Default);
に変えてください

なお、実装確認してませんので、ご利用は自己責任で
1-AA