├── COPYING-jpegtofb.txt ├── COPYING-libjpeg.txt ├── Makefile ├── README.md ├── TODO └── src ├── buffer.c ├── buffer.h ├── console.c ├── console.h ├── convertutf.c ├── convertutf.h ├── defs.h ├── feature.h ├── file.c ├── file.h ├── jcapimin.c ├── jcapistd.c ├── jccoefct.c ├── jccolor.c ├── jcdctmgr.c ├── jchuff.c ├── jchuff.h ├── jcinit.c ├── jcmainct.c ├── jcmarker.c ├── jcmaster.c ├── jcomapi.c ├── jconfig.h ├── jcparam.c ├── jcphuff.c ├── jcprepct.c ├── jcsample.c ├── jctrans.c ├── jdapimin.c ├── jdapistd.c ├── jdatadst.c ├── jdatasrc.c ├── jdcoefct.c ├── jdcolor.c ├── jdct.h ├── jddctmgr.c ├── jdhuff.c ├── jdhuff.h ├── jdinput.c ├── jdmainct.c ├── jdmarker.c ├── jdmaster.c ├── jdmerge.c ├── jdphuff.c ├── jdpostct.c ├── jdsample.c ├── jdtrans.c ├── jerror.c ├── jerror.h ├── jfdctflt.c ├── jfdctfst.c.old ├── jfdctint.c ├── jidctflt.c ├── jidctfst.c ├── jidctint.c ├── jidctred.c ├── jinclude.h ├── jmemmgr.c ├── jmemnobs.c ├── jmemsys.h ├── jmorecfg.h ├── jpegint.h ├── jpeglib.h ├── jpegreader.c ├── jpegreader.h ├── jpegtofb.c ├── jpegtofb.h ├── jquant1.c ├── jquant2.c ├── jutils.c ├── jversion.h ├── list.c ├── list.h ├── log.c ├── log.h ├── main.c ├── numberformat.c ├── numberformat.h ├── nvp.c ├── nvp.h ├── path.c ├── path.h ├── program.c ├── program.h ├── program_context.c ├── program_context.h ├── props.c ├── props.h ├── slideshow.c ├── slideshow.h ├── string.c ├── string.h ├── usage.c ├── usage.h ├── wraptext.c ├── wraptext.h ├── wstring.c └── wstring.h /COPYING-jpegtofb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/COPYING-jpegtofb.txt -------------------------------------------------------------------------------- /COPYING-libjpeg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/COPYING-libjpeg.txt -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/README.md -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/TODO -------------------------------------------------------------------------------- /src/buffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/buffer.c -------------------------------------------------------------------------------- /src/buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/buffer.h -------------------------------------------------------------------------------- /src/console.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/console.c -------------------------------------------------------------------------------- /src/console.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/console.h -------------------------------------------------------------------------------- /src/convertutf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/convertutf.c -------------------------------------------------------------------------------- /src/convertutf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/convertutf.h -------------------------------------------------------------------------------- /src/defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/defs.h -------------------------------------------------------------------------------- /src/feature.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/feature.h -------------------------------------------------------------------------------- /src/file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/file.c -------------------------------------------------------------------------------- /src/file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/file.h -------------------------------------------------------------------------------- /src/jcapimin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jcapimin.c -------------------------------------------------------------------------------- /src/jcapistd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jcapistd.c -------------------------------------------------------------------------------- /src/jccoefct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jccoefct.c -------------------------------------------------------------------------------- /src/jccolor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jccolor.c -------------------------------------------------------------------------------- /src/jcdctmgr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jcdctmgr.c -------------------------------------------------------------------------------- /src/jchuff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jchuff.c -------------------------------------------------------------------------------- /src/jchuff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jchuff.h -------------------------------------------------------------------------------- /src/jcinit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jcinit.c -------------------------------------------------------------------------------- /src/jcmainct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jcmainct.c -------------------------------------------------------------------------------- /src/jcmarker.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jcmarker.c -------------------------------------------------------------------------------- /src/jcmaster.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jcmaster.c -------------------------------------------------------------------------------- /src/jcomapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jcomapi.c -------------------------------------------------------------------------------- /src/jconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jconfig.h -------------------------------------------------------------------------------- /src/jcparam.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jcparam.c -------------------------------------------------------------------------------- /src/jcphuff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jcphuff.c -------------------------------------------------------------------------------- /src/jcprepct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jcprepct.c -------------------------------------------------------------------------------- /src/jcsample.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jcsample.c -------------------------------------------------------------------------------- /src/jctrans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jctrans.c -------------------------------------------------------------------------------- /src/jdapimin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jdapimin.c -------------------------------------------------------------------------------- /src/jdapistd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jdapistd.c -------------------------------------------------------------------------------- /src/jdatadst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jdatadst.c -------------------------------------------------------------------------------- /src/jdatasrc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jdatasrc.c -------------------------------------------------------------------------------- /src/jdcoefct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jdcoefct.c -------------------------------------------------------------------------------- /src/jdcolor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jdcolor.c -------------------------------------------------------------------------------- /src/jdct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jdct.h -------------------------------------------------------------------------------- /src/jddctmgr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jddctmgr.c -------------------------------------------------------------------------------- /src/jdhuff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jdhuff.c -------------------------------------------------------------------------------- /src/jdhuff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jdhuff.h -------------------------------------------------------------------------------- /src/jdinput.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jdinput.c -------------------------------------------------------------------------------- /src/jdmainct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jdmainct.c -------------------------------------------------------------------------------- /src/jdmarker.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jdmarker.c -------------------------------------------------------------------------------- /src/jdmaster.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jdmaster.c -------------------------------------------------------------------------------- /src/jdmerge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jdmerge.c -------------------------------------------------------------------------------- /src/jdphuff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jdphuff.c -------------------------------------------------------------------------------- /src/jdpostct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jdpostct.c -------------------------------------------------------------------------------- /src/jdsample.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jdsample.c -------------------------------------------------------------------------------- /src/jdtrans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jdtrans.c -------------------------------------------------------------------------------- /src/jerror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jerror.c -------------------------------------------------------------------------------- /src/jerror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jerror.h -------------------------------------------------------------------------------- /src/jfdctflt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jfdctflt.c -------------------------------------------------------------------------------- /src/jfdctfst.c.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jfdctfst.c.old -------------------------------------------------------------------------------- /src/jfdctint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jfdctint.c -------------------------------------------------------------------------------- /src/jidctflt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jidctflt.c -------------------------------------------------------------------------------- /src/jidctfst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jidctfst.c -------------------------------------------------------------------------------- /src/jidctint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jidctint.c -------------------------------------------------------------------------------- /src/jidctred.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jidctred.c -------------------------------------------------------------------------------- /src/jinclude.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jinclude.h -------------------------------------------------------------------------------- /src/jmemmgr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jmemmgr.c -------------------------------------------------------------------------------- /src/jmemnobs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jmemnobs.c -------------------------------------------------------------------------------- /src/jmemsys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jmemsys.h -------------------------------------------------------------------------------- /src/jmorecfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jmorecfg.h -------------------------------------------------------------------------------- /src/jpegint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jpegint.h -------------------------------------------------------------------------------- /src/jpeglib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jpeglib.h -------------------------------------------------------------------------------- /src/jpegreader.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jpegreader.c -------------------------------------------------------------------------------- /src/jpegreader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jpegreader.h -------------------------------------------------------------------------------- /src/jpegtofb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jpegtofb.c -------------------------------------------------------------------------------- /src/jpegtofb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jpegtofb.h -------------------------------------------------------------------------------- /src/jquant1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jquant1.c -------------------------------------------------------------------------------- /src/jquant2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jquant2.c -------------------------------------------------------------------------------- /src/jutils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jutils.c -------------------------------------------------------------------------------- /src/jversion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/jversion.h -------------------------------------------------------------------------------- /src/list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/list.c -------------------------------------------------------------------------------- /src/list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/list.h -------------------------------------------------------------------------------- /src/log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/log.c -------------------------------------------------------------------------------- /src/log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/log.h -------------------------------------------------------------------------------- /src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/main.c -------------------------------------------------------------------------------- /src/numberformat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/numberformat.c -------------------------------------------------------------------------------- /src/numberformat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/numberformat.h -------------------------------------------------------------------------------- /src/nvp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/nvp.c -------------------------------------------------------------------------------- /src/nvp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/nvp.h -------------------------------------------------------------------------------- /src/path.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/path.c -------------------------------------------------------------------------------- /src/path.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/path.h -------------------------------------------------------------------------------- /src/program.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/program.c -------------------------------------------------------------------------------- /src/program.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/program.h -------------------------------------------------------------------------------- /src/program_context.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/program_context.c -------------------------------------------------------------------------------- /src/program_context.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/program_context.h -------------------------------------------------------------------------------- /src/props.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/props.c -------------------------------------------------------------------------------- /src/props.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/props.h -------------------------------------------------------------------------------- /src/slideshow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/slideshow.c -------------------------------------------------------------------------------- /src/slideshow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/slideshow.h -------------------------------------------------------------------------------- /src/string.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/string.c -------------------------------------------------------------------------------- /src/string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/string.h -------------------------------------------------------------------------------- /src/usage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/usage.c -------------------------------------------------------------------------------- /src/usage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/usage.h -------------------------------------------------------------------------------- /src/wraptext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/wraptext.c -------------------------------------------------------------------------------- /src/wraptext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/wraptext.h -------------------------------------------------------------------------------- /src/wstring.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/wstring.c -------------------------------------------------------------------------------- /src/wstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinboone/jpegtofb/HEAD/src/wstring.h --------------------------------------------------------------------------------