jehanne/sys/src/cmd/pict
Giacomo Tesio 0adf1b0431 new build: get rid of Go with few rc scripts. 2021-12-30 00:55:06 +01:00
..
README.txt cmd/pict: import 9front's graphical tools 2017-01-03 22:31:09 +01:00
bmp.c purge syscall macros 2020-09-17 23:45:23 +02:00
bmp.h cmd/pict: import 9front's graphical tools 2017-01-03 22:31:09 +01:00
close.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
gif.c purge syscall macros 2020-09-17 23:45:23 +02:00
ico.c purge syscall macros 2020-09-17 23:45:23 +02:00
imagefile.h cmd/pict: import 9front's graphical tools 2017-01-03 22:31:09 +01:00
jpegdump.c gcc & system build: add `-9` and remove `--posix` from build files 2020-09-17 23:53:12 +02:00
jpg.c purge syscall macros 2020-09-17 23:45:23 +02:00
multichan.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
onechan.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
png.c purge syscall macros 2020-09-17 23:45:23 +02:00
ppm.c purge syscall macros 2020-09-17 23:45:23 +02:00
readbmp.c purge syscall macros 2020-09-17 23:45:23 +02:00
readgif.c purge syscall macros 2020-09-17 23:45:23 +02:00
readjpg.c purge syscall macros 2020-09-17 23:45:23 +02:00
readpng.c libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 2020-09-17 23:53:35 +02:00
readppm.c libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 2020-09-17 23:53:35 +02:00
readtga.c libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 2020-09-17 23:53:35 +02:00
readtif.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
readv210.c libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 2020-09-17 23:53:35 +02:00
readyuv.c libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 2020-09-17 23:53:35 +02:00
rgbrgbv.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
rgbv.h cmd/pict: import 9front's graphical tools 2017-01-03 22:31:09 +01:00
rgbycc.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
tga.c purge syscall macros 2020-09-17 23:45:23 +02:00
tif.c purge syscall macros 2020-09-17 23:45:23 +02:00
togif.c libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 2020-09-17 23:53:35 +02:00
toico.c purge syscall macros 2020-09-17 23:45:23 +02:00
tojpg.c libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 2020-09-17 23:53:35 +02:00
topng.c libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 2020-09-17 23:53:35 +02:00
toppm.c libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 2020-09-17 23:53:35 +02:00
torgbv.c purge syscall macros 2020-09-17 23:45:23 +02:00
totif.c purge syscall macros 2020-09-17 23:45:23 +02:00
totruecolor.c purge syscall macros 2020-09-17 23:45:23 +02:00
v210.c purge syscall macros 2020-09-17 23:45:23 +02:00
writegif.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
writejpg.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
writepng.c libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include 2020-09-17 23:53:35 +02:00
writeppm.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
writerawimage.c purge syscall macros 2020-09-17 23:45:23 +02:00
writetif.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
ycbcr.h cmd/pict: import 9front's graphical tools 2017-01-03 22:31:09 +01:00
yuv.c purge syscall macros 2020-09-17 23:45:23 +02:00

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.