ref: 1.11.0-fosdem-edition
src/resources/images.json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{ "pine_small" : { "sources": "images/pine_logo.png", "color_format": "CF_TRUE_COLOR_ALPHA", "output_format": "bin", "binary_format": "ARGB8565_RBSWAP", "target_path": "/images/" }, "fosdem" : { "sources": "images/fosdem.png", "color_format": "CF_INDEXED_1_BIT", "output_format": "bin", "binary_format": "ARGB8565_RBSWAP", "target_path": "/images/" } } |