Releases: Toksisitee/PopSpriteEditor
Releases · Toksisitee/PopSpriteEditor
v1.4.0
v1.3.3
Bug Fixes
- Support for reading & writing sprites with a width of 127 or higher.
- Sprite preview image will no longer grow over controls when zoomed in.
Misc
- Option to force a full color palette useage. This is needed for some sprite banks, such as felgspen and plspanel.
- Color palette image slightly larger.
- Sprite preview image will have horizontal and vertical scrollbars if the image doesn't fit the control.
- Sprite preview image will now scale to match the main window size.
v1.3.2
Bug Fixes
- Fixed incomplete sprite mapping. This resolves issues such as missing shadows and world view icons.
- Fixed corrupt colors when creating an HFX sprite bank.
- Alpha table support; alpha based sprites, such as effects inside hfx0-0.dat will be correctly rendered inside the editor.
Misc
- More user error handling added.
v1.3.1
New Features
- Sprite Sheet Manager
- Generate sheets from frames.
- Parse & Split sheets to individual frames.
v1.2.0
New Features
- Pixel Inspector; hover over an image and a tooltip will appear showing the highlighted pixel's values:
- Position (current width & height).
- RGB values.
- Index in the color palette.
- Right click to copy RGB values.
- Basic editing functionality:
- 2 color slots (right/left click).
- Brush mode; paint individual pixels (r/l click).
- Color pick mode; copy RGB values from highlighted pixel (r/l click).
CTRL + Z
(undo).CTRL + Y
(redo).- Key
B
(brush mode). - Key
Y
(color pick mode).
- Export color palette to bitmap format (
File
->Export Palette
).
Bug Fixes
- Fixed infinite loops caused by sprites with a width and/or height larger than 256.
v1.1.0
New Features & Improvements
- Color palette index 0 and 255 are treated as color keys.
- Added optional and adjustable third color key option.
- The editor now supports 8-bit, 24-bit and 32-bit bitmaps.
Bug Fixes
- Fixed shadow sprites from corrupting during creation of new banks.
- Fixed bitmap reading issues.
v1.0.0
Features
- Open banks:
- Preview scaled sprites (slider) with nearest-neighbor interpolation.
- Export sprites as bitmaps (individually or in bulk).
- View offset, index, width, height and raw data of each sprite.
- Create banks:
- From bitmaps of any width & height.
- Append or insert sprites to an "existing" bank.
- Modify original sprites width & height.
- Color Palette:
- Preview color palette.
- Adjustable color key.
Known Issues
- Shadows cannot be previewed or saved.