A tiny cross-platform pixel buffer and foundation for pixel-based graphics.
import 'package:pxl/pxl.dart';
- Create and manipulate in-memory integer or floating-point pixel buffers.
- Define and convert between pixel formats.
- Palette-based indexed pixel formats.
- Buffer-to-buffer blitting with automatic format conversion and blend modes.
- Region-based pixel manipulation, replacement, and copying.
To run the tests, run:
dart test
To check code coverage locally, run:
./chore coverage
To preview dartdoc
output locally, run:
./chore dartodc