Image to C/C++ Array Converter

Version 1.0.1 (2,47 ko) par Saipraveen
This program converts a BMP/TIFF/JPG/PNG file to a monochrome image & an embedded C/C++ byte array.
256 téléchargements
Mise à jour 17 sept. 2019

Afficher la licence

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.

Citation pour cette source

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. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2019a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Images dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.1

Thumbnail updated

1.0.0