Releases: geraldholdsworth/SpriteToBitmap
Releases · geraldholdsworth/SpriteToBitmap
V1.04a
1.04
- Some spritenames were overshooting either side, overwriting the previous and next ones. Each sprite is now a fixed width and fixed height.
- Double clicking on a sprite would leave it selected, but not marked internally as selected. Double clicking now selects then de-selects the sprite.
- Application main menu added.
- Context menu added for sprites.
- PNG, Bitmap and JPEG images imported will get downconverted to 8bpp if Arthur OS compatibility is selected.
v1.03
1.03
- Completely restructured the class code to tidy it up and make it faster.
- When a sprite file is now opened, it is appended to any sprite file already open. The sprites loaded are treated as if they are in a sprite pool.
- If more than one file is dragged into the application, or more than one selected on the open file dialogue box, then all selected files will attempted to be opened, appending to the first.
- Sprite pool size (and, hence, file size) is now reported in the status bar.
- New Settings dialogue box to select which OS to aim for with imported images.
- Can now rename sprites.
- Clicking away from a sprite will now de-select it, if selected.
- Can now delete sprites.
- Application is now High-DPI Aware.
- Found that, on Windows, the sprite area was not completely tiled.