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

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.