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

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.