home RPC:

uRPC micro Remote Procedure Calls - 0.97

» news | search | translate
Email Facebook Linkedin Pinterest Reddit Telegram Tumblr Whatsapp X

Raw image formats

are optimized for microcontrollers.
Types:
raw_be_be raw_be_le raw_le_be raw_le_le

The image has a 13 bytes header
fmt[9] width[2] height[2]
followed by the pixels data (8 pixels per byte).

Output: Content-Type is octet/stream

Example:
fmt=raw_be_le
Big Endian is the encoding of [width] [height] (suitable for the micro); Little Endian of the pixels (suitable for the display).