Skip to main content

PopSpriteEditor

ยท 2 min read
Toksisitee

Aboutโ€‹

Open source Sprite Viewer & Editor tool written in C++/CLI for the game Populous: The Beginning.

Downloadโ€‹

Link

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 to an "existing" bank.
    • Modify original sprites width & height.
  • Color Palette:
    • Preview color palette.
    • Adjustable color key.
    • Export to bitmap format.
  • 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.
  • Sprite Editor:
    • 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).
  • Sprite Sheet Manager:
    • Generate sheets from frames.
    • Parse & Split sheets to individual frames.

Previewโ€‹

Editor