Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Sprite Sheet Slicer

A free, handy quick and easy sprite sheet slicer · By isometric8

wish: add check on 'slice by cell' settings before trying to slice + add popup with proper warning info regarding cell size settings in case check fails

A topic by BrocantyGames created 4 days ago Views: 15 Replies: 2
Viewing posts 1 to 2

First of all, great tool!!

Wish: add a check on the 'slice by cell' settings before trying to slice 

Why:
Currently if cell size, margin and gap settings are wider and/or higher then the loaded sprite sheet,
an error popup warning is shown with label ' Out of memory'.
This isn't much user friendly and also doesn't give the user any information he/she might need to 'solve' the issue .

Reproduction:
Given I load a sprite sheet
When I select the option 'Slice by cell size' 
And I set either or both cell size for Width and or Height 1 pixel wider /higher
And optional I set a gap or margin
Then the canvas to be cut is wider and or higher then the loaded sprite sheet
When I click the Slice button
Then the program shows a ' Out of memory'  error popup

Expected situation:
After clicking the Slice button, but before starting the actual slice proces, run a check on the cell sizemargin &
gap settings for both width and height to assert they are still within the dimensions of the loaded sprite sheet.
If check fails, show warning popup with info regarding wrong cell size settings.

Developer

Hey there,  thanks for the detailed feedback - imagine if all bug reports were like this! - that is really helpful. I will fix this issue and let you know when the update is ready!

Awesome, thanx for fixing this