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

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.