Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Releases: FoxExe/Image2Bitmap

Stable build (RC3)

04 Feb 10:22
Compare
Choose a tag to compare

Changelog

  • Reworked code for 1 "bit-per-pixel", monochrome mode
  • Added support for "just bytes" mode (BW_1bpp_C) for support any font size, not only 8x5

Stable build (RC2)

01 Nov 18:02
Compare
Choose a tag to compare

Changelog

  • Image save function for converted images

Stable build (RC1)

01 Nov 16:48
Compare
Choose a tag to compare

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

13 Oct 13:45
Compare
Choose a tag to compare

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.

10 Oct 20:01
Compare
Choose a tag to compare
Beta version. Pre-release
Pre-release

Changelog:

  • Added RGB332 format conversion
  • Need more optimisations for large images (Why so slow?)
  • Need test with different images...

First alpha

10 Oct 14:43
Compare
Choose a tag to compare
First alpha Pre-release
Pre-release

First stable build with Monochrome conversion support.

  • Support Monochrome conversion
  • Supported input formats: Jpeg, Png, Bmp (All formats what supported by .net 4.0)