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

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.