steffest / DPaint-js

Webbased image editor, modeled after the legendary Deluxe Paint with a focus on retro Amiga file formats: read and write Amiga icon files and IFF ILBM images
https://www.stef.be/dpaint/
MIT License
481 stars 28 forks source link

Support for DPaint DOS LBM files? #18

Closed warpdesign closed 9 months ago

warpdesign commented 9 months ago

Does DPaint-js support .lbm files from the DOS version of Deluxe Paint? These are IFF files with a PBM FORM and a chunky body instead of interleaved bitplanes like in Amiga ILBM files.

steffest commented 9 months ago

Yes, This repository and the development version on https://www.stef.be/dpaint/dev/ already support it. It will be included in the "stable" version in the next release.