Image to C/C++ Array Converter

Versión 1.0.1 (2,47 KB) por Saipraveen
This program converts a BMP/TIFF/JPG/PNG file to a monochrome image & an embedded C/C++ byte array.
256 descargas
Actualizado 17 sep 2019

Ver licencia

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.

Citar como

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. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2019a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Images en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.1

Thumbnail updated

1.0.0