Hex to Image Converter

Upload a C header file containing image hex codes and convert to BMP

Instructions

  1. Select any C header file, text file, or source file containing hex values.
  2. The file can contain includes, comments, and other code — only hex values will be extracted.
  3. Supported formats include:
    • const uint16_t arrayName[] = {0xHEX1, 0xHEX2, ...}
    • uint16_t arrayName[SIZE] = {0xHEX1, 0xHEX2, ...}
    • Any file containing hex values like 0x1234, 0x5678
  4. Click "Convert to Image" to process the file.
  5. 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.

Menu

  • Home
  • The IOT Project
    • Water System Monitoring
    • Home Power Consumption Monitoring
    • Battery Voltage and Current Draw Monitor
    • Temperature Monitoring (Indoor and Outdoor)
    • Simple Surveillance Camera
  • Code Tools
    • Monochrome Display Image Converter
    • Color Display Image Converter
    • Hex to Image Converter
    • QR Code Reader
  • Quizzes
    • React
    • ESP32
    • Python
  • Animatronics
  • Podcasts

Featured Content

Making 3d printing a little easier.

© Peter Drinnan 2025.