Save settings between sessions


With this update, the application will now store the settings such as image file name, rows, cols, etc. in a .ini file.  The settings are only written to the file when you click the Slice button.

Settings are written to the ini file use the filename as the key, which means it will store multiple instances of settings specific to each image file. For example, the ini file could look like this:

[mru]
filename=sprites2.png
[sprites1.png]
rows=4
cols=3
[sprites2.png]
rows=6
cols=10

In the file above, sprites2.png is the latest file to have been loaded and sliced.

Please note:

1. If you use the standalone version, i.e. the zip that does not include an installer, then the application writes the settings to spritesheetslicer.ini in the same folder as the exe.

2. If you use the version that includes an installer, the ini file is written to %APPDATA%\roaming\spritesheetslicer\spritesheetslicer.ini. This is because the installer writes the files to the Program files directory and Windows security prevents an application from writing to that folder.

You can delete the ini file at any time should wish to clear settings and history.

Files

spriteSheetSlicer.zip 541 kB
59 days ago
spriteSheetSlicerStandalone.zip 50 kB
59 days ago

Get Sprite Sheet Slicer

Download NowName your own price

Comments

Log in with itch.io to leave a comment.

Hi, How to save to bmp without changing the palette?