Image to C/C++ Array Converter

Version 1.0.1 (2.47 KB) by Saipraveen
This program converts a BMP/TIFF/JPG/PNG file to a monochrome image & an embedded C/C++ byte array.
256 Downloads
Updated 17 Sep 2019

View License

This program converts a BMP/TIFF/JPG/PNG file to an embedded C/C++ byte array. This is very helpful when you want to display a monochrome image on your display.
It converts your image monochrome before data array generation. The darker colors in the source image will produce 'on' pixels, while the lighter colors will be 'off' pixels.
The code provides an intermediate output of the created monochrome image for your validation. The code also resizes the input image based on the width & height entered before array generation.

Steps:
1) Enter the width & height of the output image
2) Choose the image for conversion
3) Verify if the monochrome output is satisfactory
4) Click on 'Yes, proceed' to continue with code generation
5) A new file named 'imagedata.cpp' is created in the present working directory with the byte array data.
6) A dialog box indicating the successful conversion with the image converted appears.

Based on the use case you can modify the fprintf statements to reflect your embedded controller or display.

Cite As

Saipraveen (2024). Image to C/C++ Array Converter (https://www.mathworks.com/matlabcentral/fileexchange/72535-image-to-c-c-array-converter), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2019a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Images in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.1

Thumbnail updated

1.0.0