Giacomo Tesio 16c7924425 libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 3 years ago
..
README.txt e8562ff537 cmd/pict: import 9front's graphical tools 7 years ago
bmp.c f104c46858 purge syscall macros 3 years ago
bmp.h e8562ff537 cmd/pict: import 9front's graphical tools 7 years ago
build.json e8562ff537 cmd/pict: import 9front's graphical tools 7 years ago
close.c e70feee4a3 libc: introduce "jehanne_" namespace 7 years ago
gif.c f104c46858 purge syscall macros 3 years ago
ico.c f104c46858 purge syscall macros 3 years ago
imagefile.h e8562ff537 cmd/pict: import 9front's graphical tools 7 years ago
jpegdump.c 0a325039bf gcc & system build: add `-9` and remove `--posix` from build files 3 years ago
jpg.c f104c46858 purge syscall macros 3 years ago
multichan.c e70feee4a3 libc: introduce "jehanne_" namespace 7 years ago
onechan.c e70feee4a3 libc: introduce "jehanne_" namespace 7 years ago
png.c f104c46858 purge syscall macros 3 years ago
ppm.c f104c46858 purge syscall macros 3 years ago
readbmp.c f104c46858 purge syscall macros 3 years ago
readgif.c f104c46858 purge syscall macros 3 years ago
readjpg.c f104c46858 purge syscall macros 3 years ago
readpng.c 16c7924425 libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 3 years ago
readppm.c 16c7924425 libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 3 years ago
readtga.c 16c7924425 libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 3 years ago
readtif.c e70feee4a3 libc: introduce "jehanne_" namespace 7 years ago
readv210.c 16c7924425 libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 3 years ago
readyuv.c 16c7924425 libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 3 years ago
rgbrgbv.c e70feee4a3 libc: introduce "jehanne_" namespace 7 years ago
rgbv.h e8562ff537 cmd/pict: import 9front's graphical tools 7 years ago
rgbycc.c e70feee4a3 libc: introduce "jehanne_" namespace 7 years ago
tga.c f104c46858 purge syscall macros 3 years ago
tif.c f104c46858 purge syscall macros 3 years ago
togif.c 16c7924425 libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 3 years ago
toico.c f104c46858 purge syscall macros 3 years ago
tojpg.c 16c7924425 libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 3 years ago
topng.c 16c7924425 libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 3 years ago
toppm.c 16c7924425 libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 3 years ago
torgbv.c f104c46858 purge syscall macros 3 years ago
totif.c f104c46858 purge syscall macros 3 years ago
totruecolor.c f104c46858 purge syscall macros 3 years ago
v210.c f104c46858 purge syscall macros 3 years ago
writegif.c e70feee4a3 libc: introduce "jehanne_" namespace 7 years ago
writejpg.c e70feee4a3 libc: introduce "jehanne_" namespace 7 years ago
writepng.c 16c7924425 libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 3 years ago
writeppm.c e70feee4a3 libc: introduce "jehanne_" namespace 7 years ago
writerawimage.c f104c46858 purge syscall macros 3 years ago
writetif.c e70feee4a3 libc: introduce "jehanne_" namespace 7 years ago
ycbcr.h e8562ff537 cmd/pict: import 9front's graphical tools 7 years ago
yuv.c f104c46858 purge syscall macros 3 years ago

README.txt

These are the graphic tools from 9front as documented at

http://man.cat-v.org/9front/1/jpg

The whole pict/ folder should be an external package as it's not
actually required for a minimal system.
It's included in the main Jehanne's source tree because we don't have
a package management system yet.