diff options
| author | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2026-05-08 17:22:58 +0300 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2026-05-08 17:22:58 +0300 |
| commit | 4e2b291a4acdc2cbd39f005c88bda363bc06bd34 (patch) | |
| tree | e90048d5973ad1164b109d575cf577af7daf50be /subprojects/pixpat/pixpat-native/profiles/to_bgr888.toml | |
| parent | 8f94b39040e79eccd9312ed1e467fe8ebfab8860 (diff) | |
| parent | e0b7d30fd437292c88141fb08d60681870b86c6e (diff) | |
Merge commit 'e0b7d30fd437292c88141fb08d60681870b86c6e' as 'subprojects/pixpat'
Diffstat (limited to 'subprojects/pixpat/pixpat-native/profiles/to_bgr888.toml')
| -rw-r--r-- | subprojects/pixpat/pixpat-native/profiles/to_bgr888.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/subprojects/pixpat/pixpat-native/profiles/to_bgr888.toml b/subprojects/pixpat/pixpat-native/profiles/to_bgr888.toml new file mode 100644 index 0000000..66fbcae --- /dev/null +++ b/subprojects/pixpat/pixpat-native/profiles/to_bgr888.toml @@ -0,0 +1,17 @@ +# "Decode many formats into BGR888" profile. +# +# - convert is on, pattern is off +# - BGR888 is the only writable format (so all conversions land there) +# - every other format is readable only — no per-format Sink instantiations +# - BGR888 hot pivot fuses every (read-only-source → BGR888) loop + +hot_pivots = ["BGR888"] +patterns = [] + +[features] +pattern = false +convert = true +default_format_caps = "r" + +[formats] +BGR888 = "w" |
