Skip to content

Instantly share code, notes, and snippets.

@mateoconlechuga
Last active November 13, 2019 05:53
Show Gist options
  • Save mateoconlechuga/f4098a1f16e75ee38a4e4561b77b3ec2 to your computer and use it in GitHub Desktop.
Save mateoconlechuga/f4098a1f16e75ee38a4e4561b77b3ec2 to your computer and use it in GitHub Desktop.
convert: myimages
palette: xlibc
images:
- fun.png
- funner.png
output:
c-source: myimages
generate-palette: mypalette
transparentcolor: { index:1, r:255, g:128, b:64 }
fixedcolor: { index:1, r:255, g:128, b:64 }
maxsize: 128
images:
- fun.png
- funner.png
convert: myfirstimage
palette: mypalette
images:
- fun.png
convert: mysecondimage
palette: mypalette
compress: true
images:
- funner.png
output:
c-source: mysecondimage
asm-source: mysecondimage
ice-source: mysecondimage
raw: myfirstimage, mysecondimage
c-appvar: myfirstimage
compress: true
asm-appvar: myfirstimage
compress: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment