~rabbits/dito

Bitmap converter, written in ANSI C

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~rabbits/dito
read/write
git@git.sr.ht:~rabbits/dito

You can also use your local clone with git send-email.

#Dito

An image to chr converter.

#Build

To build dito, you must have SDL2.

cc dito.c -std=c89 -Os -DNDEBUG -g0 -s -Wall -L/usr/local/lib -lSDL2 -o dito

#I/O

To open a bitmap:

./dito example1.bmp

#Controls

#Generics

  • ctrl+s Save(.chr)
  • ctrl+shift+s Save(.bmp)
  • ctrl+h Toggle Guides

#General

  • space Toggle 1-bit mode

#Paint

  • mouse1 Move Picker
  • 1234 Pick up Picker 1-4. mouse1 to drop.