Skip to content

Issue #2508: Add importing WBMP files

ktoyle requested to merge ktoyle/gimp:Wbmp-load into master

This is a plug-in that allows the GIMP program to take in and read WBMP image files. It reads in the header and takes in the width and height of the WBMP file and loads it in as a 1-bit format similar to uncompressed bmp (loaded inversely compared to a bmp file). This project was a result of a student project from Kennesaw State University.

Attached with sample files: logo.wbmp

sample_1280_853.wbmp

Merge request reports