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

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.