BICTES

BICTES is a tool to compress 1-bit bitmap images for use in embedded systems. ( jpg, png and bmp files, colorful, grayscale image or 1-bit bitmap can be used as an input image)


Memory and also computing power in embedded systems are in tight conditions so it is a need to make images as small as we can but simple to decompress. BICTES do this job. BICTES creates an array of uint8_t (replaceable with char) for use in C or C-like languages.

BITSEC is designed to make data array from image to use in embedded systems on black and white LCD displays.

bictes-sample

Installation

Download BICTES.exe from Release page:https://github.com/BSeyfi/BICTES/releases
Requirements: .Net Framework 4.0 or later installed on windows system.

Features

Changelog

All notable changes to this project will be documented in CHANGELOG.md file.

License

This software is provided as Freeware for private non-commercial or educational use, including non-profit organization. COPYRIGHT (c) 2018 Behzad Seyfi, All rights reserved

Acknowledgment


BICTES stands for Bitmap Images Compression Tool for Embedded Systems.