UTFTConverter-0.1.0.1: Processing popular picture formats into .c or .raw format in RGB565

LicenseMIT
MaintainerAlexander Isenko <alex.isenko@googlemail.com>
Safe HaskellNone
LanguageHaskell2010

Format

Description

Summary of all modules

  • Format.C exports the Platform datatype and the needed formatting for the .c file
  • Format.Raw exports the pretty prints the array of rgb values to 16 in a row
  • Format.RGB565 exports the functions to convert from a RGB value to RGB565 and the needed hex conversions
  • Format.Converter exports the functions that create the .c or .raw files when the FilePath is given

Documentation

module Format.C

module Format.Raw