Pixel Art Tool

Pixel Art Tool Used AI

2 devlogs
9h 3m
•  Ship certified

A modern, web-based pixel art editor with full alpha (transparency) support, CSV/PNG import/export, and a mobile-friendly UI.

- Set width and height (1–50)
- Color picker, Opacity slider, Preset color swatches
- Fill, Clear, Adjustable brush size (1–10)
- Export to CSV, Import from CSV, Export to PNG

Timeline

Ship 1

1 payout of shell 79.0 shells

Alexander Rebello

about 1 month ago

Alexander Rebello Covers 2 devlogs and 9h 3m

I fixed some minor bugs, made the export more rebust

Update attachment
  • Refactored UI to use top and bottom navigation bars for grid/file and color/brush controls.
  • Added per-pixel checkered background using a wrapper div for each pixel (2x2 pattern).
  • All pixels default to transparent; clear/fill features updated for transparency.
  • Added opacity slider (0–255) with live value display; painting uses selected opacity.
  • Preset color selection resets opacity to 255.
  • Brush size is now a slider (1–10) with live value display.
  • Improved slider and label consistency (shared .slider-controls class).
  • Updated CSS for modern, mobile-friendly layout and consistent label styling.
  • Export/import CSV supports compressed hex with alpha; PNG export includes transparency.
  • Updated README with features, usage, and file structure.
Update attachment