/VS-CSPBrushInfo

C# application to list brush parameters and compare brushes for Clip Studio Paint.

Primary LanguageC#

CSP Brush Info

CSP Brush Info is a C# Windows application that reads Clip Studio Paint brush configurations and displays them in a readable form. It can also compare two brushes and show the differences. This can be useful for seeing the structure of the brush parameters and to easily compare the differences between two brushes. It is easier to compare brushes this way than by hunting through the brush properties dialog in Clip Studio Paint, and it may give you some insight into how Clip Studio Paint brushes are configured.

See https://kenevans.net/opensource/CSPBrushInfo/Help/Overview.html

Installation

If you are installing from a download, just unzip the files into a directory somewhere convenient. Then run it from there. If you are installing from a build, copy these files and directories from the bin/Release directory to a convenient directory.

  • CSPBrushInfo.exe
  • EntityFramework.dll
  • EntityFramework.SqlServer.dll
  • System.Data.SQLite.dll
  • System.Data.SQLite.EF6.dll
  • System.Data.SQLite.Linq.dll
  • Help (directory)
  • x64 (directory)
  • x86 (directory)

To uninstall, just delete these files.

More Information

More information and FAQ are at https://kennethevans.github.io as well as more projects from the same author.

Licensed under the MIT license. (See: https://en.wikipedia.org/wiki/MIT_License)