Aseprite

Aseprite

epiplon 16. apr. 2018 kl. 16.47
Convert bulk of images to indexed color mode
So there's a process I do quite often, that is to convert True Color RGB textures to indexed pallete with dithering.
So to save time, I tried this CLI command[www.aseprite.org], but the resulting images was just about the same.

How can I achieve that throught command line?
Opprinnelig skrevet av dacap:
It's not documented yet, but you can use --color-mode option, something like:

aseprite.exe -b input.png --dithering-algorithm ordered --dithering-matrix bayer8x8 --color-mode indexed --save-as output.png

(you can see these options using aseprite.exe --help)
< >
Viser 12 av 2 kommentarer
Forfatteren av denne tråden markerte dette innlegget som svar på det opprinnelige emnet.
dacap  [utvikler] 18. apr. 2018 kl. 6.31 
It's not documented yet, but you can use --color-mode option, something like:

aseprite.exe -b input.png --dithering-algorithm ordered --dithering-matrix bayer8x8 --color-mode indexed --save-as output.png

(you can see these options using aseprite.exe --help)
epiplon 18. apr. 2018 kl. 16.11 
Oh, thank you! It worked like a charm.
< >
Viser 12 av 2 kommentarer
Per side: 1530 50

Dato lagt ut: 16. apr. 2018 kl. 16.47
Innlegg: 2