Upload a C header file containing image hex codes and convert to BMP
Instructions
- Select any C header file, text file, or source file containing hex values.
- The file can contain includes, comments, and other code — only hex values will be extracted.
- Supported formats include:
const uint16_t arrayName[] = {0xHEX1, 0xHEX2, ...}
uint16_t arrayName[SIZE] = {0xHEX1, 0xHEX2, ...}
- Any file containing hex values like
0x1234, 0x5678
- Click "Convert to Image" to process the file.
- Preview the image and download the BMP file.
Note: The app will automatically find and extract all hex values from the file, ignoring any other content such as includes, comments, or declarations.