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.