Giter Club home page Giter Club logo

krkrfgieditor's Introduction

krkrFgiEditor

吉里吉里立绘合成工具

一、合成单张立绘

1、打开坐标文件,格式为txt或json,名字一般为角色名,如:芳乃a.txt、寧々a_0.txt、face白狗a.txt、あやせa.pbd.json等。

2、程序会自动检测坐标文件的编码格式,原理为计算用各种编码打开时非日非英的字符数量,然后选用超范围的字符数量最少的编码。

3、选择图层,坐标文件中未指定图层组的图层统一放在名为“(none)”的图层组中。

4、在图层框中越上面的图层合成时铺在越底下,默认在添加图层时会对已选择的图层自动排序,原理为计算每个图层所有像素Alpha值的总和,和越大的图层铺在越底下。

5、保存结果。

二、批量合成

1、点击“新建”在左框中创建新的图层组,选中某一图层组后在右框中添加相应的图层。

2、选中图层或图层组后按backspace可以移除该项。

3、合成时越上面的图层组铺在越底下,图层组中图层的顺序不会影响合成结果。

4、选中右框中的任一图层后按“新建”可以添加名为“(none)”的空白图层。一个图层组最多只能有一个空白图层,且必须包含空白图层以外的图层。

5、合成规则。

假如有如下三个图层组:

组1:1、2

组2:3、(none)

组3:4、5

那么合成的结果为:1+3+4、1+3+5、1+4、1+5、2+3+4、2+3+5、2+4、2+5。

6、选择保存路径。

7、点击“开始合成”。

krkrfgieditor's People

Contributors

cjangcjengh avatar

Stargazers

acted avatar  avatar  avatar  avatar beef_potato avatar Rumia_Chnnel avatar fumiko avatar Shiroha avatar  avatar Nanako avatar Blue Roar avatar  avatar 綾地寧々 avatar Eric the Red avatar bidu avatar 晚霞余晖 avatar  avatar  avatar  avatar  avatar 原味胖次 avatar  avatar  avatar  avatar  avatar Rise_Moon avatar Celica Sylphil avatar FishCat233 avatar CBYellowstone avatar miyuss avatar  avatar LAN avatar

Watchers

 avatar

krkrfgieditor's Issues

打开规则文件报错内存不足

报错如下
有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。

************** 异常文本 **************
System.OutOfMemoryException: 内存不足。
在 System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorManagement)
在 krkrFgiEditor.MainWin.TXTInitialize(String path, Encoding encoding)
在 krkrFgiEditor.MainWin.EncodingBox_SelectedIndexChanged(Object sender, EventArgs e)
在 System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
在 System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
在 krkrFgiEditor.MainWin.Initialize(String path)
在 krkrFgiEditor.MainWin.OpenFile_Click(Object sender, EventArgs e)
在 System.Windows.Forms.Control.OnClick(EventArgs e)
在 System.Windows.Forms.Button.OnClick(EventArgs e)
在 System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 System.Windows.Forms.ButtonBase.WndProc(Message& m)
在 System.Windows.Forms.Button.WndProc(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** 已加载的程序集 **************
mscorlib
程序集版本:4.0.0.0
Win32 版本:4.8.9181.0 built by: NET481REL1LAST_C
基本代码:file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll

krkrFgiEditor
程序集版本:1.0.0.0
Win32 版本:1.0.0.0
基本代码:file:///C:/Users/rhw15/Downloads/krkrFgiEditor.exe

System.Windows.Forms
程序集版本:4.0.0.0
Win32 版本:4.8.9181.0 built by: NET481REL1LAST_C
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

System
程序集版本:4.0.0.0
Win32 版本:4.8.9206.0 built by: NET481REL1LAST_B
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll

System.Drawing
程序集版本:4.0.0.0
Win32 版本:4.8.9032.0 built by: NET481REL1
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

System.Configuration
程序集版本:4.0.0.0
Win32 版本:4.8.9032.0 built by: NET481REL1
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

System.Core
程序集版本:4.0.0.0
Win32 版本:4.8.9200.0 built by: NET481REL1LAST_C
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll

System.Xml
程序集版本:4.0.0.0
Win32 版本:4.8.9032.0 built by: NET481REL1
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

Accessibility
程序集版本:4.0.0.0
Win32 版本:4.8.9032.0 built by: NET481REL1
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll

System.Drawing.resources
程序集版本:4.0.0.0
Win32 版本:4.8.9032.0 built by: NET481REL1
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing.resources/v4.0_4.0.0.0_zh-Hans_b03f5f7f11d50a3a/System.Drawing.resources.dll

System.Windows.Forms.resources
程序集版本:4.0.0.0
Win32 版本:4.8.9032.0 built by: NET481REL1
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/System.Windows.Forms.resources.dll

mscorlib.resources
程序集版本:4.0.0.0
Win32 版本:4.8.9032.0 built by: NET481REL1
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/mscorlib.resources.dll

************** JIT 调试 **************
要启用实时(JIT)调试,
该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
jitDebugging 值。
编译应用程序时还必须启用
调试。

例如:

启用 JIT 调试后,任何未经处理的异常
都将被发送到在此计算机上注册的 JIT 调试程序,
而不是由此对话框处理。

系统Windows11

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.