Basic Color support

This commit is contained in:
Jaby
2022-09-21 20:43:08 +02:00
committed by Jaby
parent e5ba4490d3
commit c3910d5343
5 changed files with 78 additions and 7 deletions

View File

@@ -7,6 +7,6 @@ test_cpp_out: always
test_jaby_engine_fconv: always
@cargo build --manifest-path ../jaby_engine_fconv/Cargo.toml --release
@./../jaby_engine_fconv/target/release/jaby_engine_fconv -o Test_Planschi.bin Test_PNG.PNG simple-tim full16
@./../jaby_engine_fconv/target/release/jaby_engine_fconv -o Test_Planschi.bin Test_PNG2.PNG simple-tim full16
always: ;