This repository has been archived by the owner on May 12, 2022. It is now read-only.
Releases: FoxExe/Image2Bitmap
Releases · FoxExe/Image2Bitmap
Stable build (RC3)
Stable build (RC2)
Changelog
- Image save function for converted images
Stable build (RC1)
Changelog
- RGB-444 Support
- Black/White (Monochrome) both-ways conversion support (Vertical/Horisontal pixel-in-byte order)
- Some additional cheks before conversion
- Improved code
- Bug fixes
TODO:
[ ] Image save function for Code2Image conversion.
Beta version
Changelog:
- RGB332 code to image conversion (Format: "0x00,". Spaces, tabs and other - ignored)
- RGB565 Image to code conversion
- RGB565 Code to image conversion
- Small speed optimisation
- Other bug fixes
Beta version.
Changelog:
- Added RGB332 format conversion
- Need more optimisations for large images (Why so slow?)
- Need test with different images...
First alpha
First stable build with Monochrome conversion support.
- Support Monochrome conversion
- Supported input formats: Jpeg, Png, Bmp (All formats what supported by .net 4.0)