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

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.