ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
cm_tiled_check.h
Go to the documentation of this file.
1
23#pragma once
24
25#include <stdint.h>
26
36typedef struct {
37 uint32_t w;
38 uint32_t h;
39 uint32_t tiles;
40 uint32_t crc;
41 bool ok;
43
cm_tiled_result_t cm_comic_tiled_selfcheck(void)
Open the baked oversized page through the tile path and digest it.
Outcome of the oversized-page tile self-check.
uint32_t w
Decoded page width, pixels.
uint32_t h
Decoded page height, pixels.
bool ok
True when the oversized page tiled cleanly.
uint32_t tiles
Tile count in the produced JOF atlas.
uint32_t crc
FNV-1a-32 over the concatenated tile bytes.