├── .editorconfig ├── COPYING.txt ├── Makefile.am ├── changelog.txt ├── configure.ac ├── readme.txt ├── scripts ├── Makefile ├── autogen.sh ├── imagew2019.sln ├── imagew2019.vcxproj ├── imagew2019.vcxproj.filters ├── imagew2022.sln ├── imagew2022.vcxproj ├── imagew2022.vcxproj.filters ├── libimagew2019.vcxproj ├── libimagew2019.vcxproj.filters ├── libimagew2022.vcxproj ├── libimagew2022.vcxproj.filters ├── makerelease-win.sh └── makerelease.sh ├── src ├── imagew-allfmts.c ├── imagew-api.c ├── imagew-bmp.c ├── imagew-cmd.c ├── imagew-config.h ├── imagew-gif.c ├── imagew-internals.h ├── imagew-jpeg.c ├── imagew-main.c ├── imagew-miff.c ├── imagew-opt.c ├── imagew-png.c ├── imagew-pnm.c ├── imagew-resize.c ├── imagew-tiff.c ├── imagew-util.c ├── imagew-webp.c ├── imagew-zlib.c ├── imagew.h ├── imagew.manifest ├── imagew.rc └── resources │ └── imagew.ico ├── technical.txt └── tests ├── expected ├── autov1.bmp ├── autov2.bmp ├── autov3.bmp ├── bkgd.png ├── bkgd2.png ├── bkgd3.png ├── bkgdlabel1.png ├── bkgdlabel10.png ├── bkgdlabel11.png ├── bkgdlabel12.png ├── bkgdlabel2.png ├── bkgdlabel3.png ├── bkgdlabel4.png ├── bkgdlabel5.png ├── bkgdlabel6.png ├── bkgdlabel7.png ├── bkgdlabel8.png ├── bkgdlabel9.png ├── blur.png ├── bmp1.bmp ├── bmp16-1.png ├── bmp16-2.png ├── bmp2.bmp ├── bmp24.png ├── bmp3.bmp ├── bmp32-x.png ├── bmp4.bmp ├── bmp5.bmp ├── bmp6.bmp ├── bmp7.bmp ├── bmp8.bmp ├── bmp9.bmp ├── bmpp4.png ├── bmprle8t.png ├── bt-b1.png ├── bt-b1a.png ├── bt-g1.png ├── bt-g1a.png ├── bt-g2.png ├── bt-w1.png ├── bt-w1a.png ├── cc-2.png ├── cc-6.png ├── cc-mixed.png ├── ccgray-10.png ├── ccgray-16.png ├── ccgray-17.png ├── ccgray-4.png ├── ccgraya-4.png ├── condgray.png ├── crop-1.png ├── cs-gamma15.png ├── cs-linear.png ├── cs-srgbs.png ├── dens-1.png ├── dens-1ns.png ├── dens-2.png ├── dens-2ns.png ├── dens-3ns.jpg ├── dens-3ns.png ├── dens-4ns.png ├── dens-5ns.png ├── dens-6ns.png ├── dens-adjust.png ├── dens-auto.png ├── dens-imgsize.png ├── dens-ix.png ├── dens-ixy.png ├── dens-iy.png ├── dens-keep.png ├── dens-none.png ├── depth-16.png ├── dither-atkinson.png ├── dither-burkes.png ├── dither-f.png ├── dither-gray.png ├── dither-halftone.png ├── dither-jjn.png ├── dither-o.png ├── dither-r.png ├── dither-r2.png ├── dither-sierra.png ├── dither-sierra2.png ├── dither-sierralite.png ├── ds-auto.png ├── ds-box.png ├── ds-boxavg.png ├── ds-gaussian.png ├── ds-lanczos.png ├── ds-linearinterp.png ├── ds-mix.png ├── ds-nearest.png ├── ds-triangle.png ├── edge-r.png ├── edge-s.png ├── edge-t.png ├── edge-t2.png ├── edge-t3.png ├── edge-t4.png ├── gif1.png ├── gif2.png ├── gif3.png ├── grayscale-c.png ├── grayscale-v.png ├── grayscale-w.png ├── grayscale.png ├── imgsize1.png ├── inputcs.png ├── intclamp.png ├── jpeg.jpg ├── jpeggray.jpg ├── jpegoc.jpg ├── jpegrst.jpg ├── jpegsf.jpg ├── jpegt.jpg ├── miff3.miff ├── miff32.miff ├── miff64.miff ├── neg1.png ├── nocslabel.png ├── nogamma.png ├── noopt-bt.png ├── noopt-g.png ├── noopt-p.png ├── noopt-r8.png ├── noopt-sa.png ├── offset.png ├── offsetrb.png ├── offsetv.png ├── opt-02col.png ├── opt-04col.png ├── opt-12col.png ├── opt-20col.png ├── orient1.png ├── pam1.pam ├── pam2.pam ├── pam3.pam ├── pgm1.png ├── png-g1.png ├── png-g16.png ├── png-g16a.png ├── png-g16tns.png ├── png-g1tns.png ├── png-g2.png ├── png-g2tns.png ├── png-g4.png ├── png-g4tns.png ├── png-g8.png ├── png-g8a.png ├── png-g8tns.png ├── png-p1.png ├── png-p1t.png ├── png-p2.png ├── png-p2t.png ├── png-p4.png ├── png-p4t.png ├── png-p8.png ├── png-p8t.png ├── png-rgb16.png ├── png-rgb16a.png ├── png-rgb16tns.png ├── png-rgb8.png ├── png-rgb8a.png ├── png-rgb8tns.png ├── pnm1.ppm ├── pnm2.pnm ├── pnm3.ppm ├── pnm4.pnm ├── rbkgd1.png ├── rbkgd2.png ├── rbkgd3.jpg ├── sbit1.png ├── sbit2.png ├── sbitw.png ├── tiff1.tif ├── us-auto.png ├── us-blackman.png ├── us-box.png ├── us-bspline.png ├── us-catrom.png ├── us-cubic01.png ├── us-gaussian.png ├── us-hanning.png ├── us-hermite.png ├── us-lanczos.png ├── us-lanczos2.png ├── us-lanczos8.png ├── us-mitchell.png ├── us-mix.png ├── us-mixed.png ├── us-nearest.png ├── us-quadratic.png ├── us-triangle.png ├── webp1.webp ├── webp2.webp └── webp3.png ├── runtest └── srcimg ├── 256col.png ├── 25x20.png ├── 4x4.png ├── ani1.gif ├── bmp16-555.bmp ├── bmp16-565.bmp ├── bmp24.bmp ├── bmp32-x.bmp ├── bmpp4.bmp ├── bmprle8t.bmp ├── bt-gray.png ├── bt-white.png ├── g1.png ├── g16.png ├── g16a.png ├── g16t.png ├── g1t.png ├── g2.png ├── g2t.png ├── g4.png ├── g4t.png ├── g8.jpg ├── g8.pgm ├── g8.png ├── g8a.png ├── g8d.png ├── g8t.png ├── p1.png ├── p1t.png ├── p2.png ├── p2t.png ├── p4.png ├── p4t.png ├── p5t.gif ├── p8-sbit.png ├── p8.png ├── p8t.png ├── p8tbg.png ├── rgb16.png ├── rgb16a.png ├── rgb16t.png ├── rgb8.jpg ├── rgb8.png ├── rgb8a-sbit.png ├── rgb8a.png ├── rgb8abg.png ├── rgb8t.png ├── rgb8x1.png ├── rgb8x2.png ├── rings1.png └── test1.webp /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/.editorconfig -------------------------------------------------------------------------------- /COPYING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/COPYING.txt -------------------------------------------------------------------------------- /Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/Makefile.am -------------------------------------------------------------------------------- /changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/changelog.txt -------------------------------------------------------------------------------- /configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/configure.ac -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/readme.txt -------------------------------------------------------------------------------- /scripts/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/scripts/Makefile -------------------------------------------------------------------------------- /scripts/autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/scripts/autogen.sh -------------------------------------------------------------------------------- /scripts/imagew2019.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/scripts/imagew2019.sln -------------------------------------------------------------------------------- /scripts/imagew2019.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/scripts/imagew2019.vcxproj -------------------------------------------------------------------------------- /scripts/imagew2019.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/scripts/imagew2019.vcxproj.filters -------------------------------------------------------------------------------- /scripts/imagew2022.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/scripts/imagew2022.sln -------------------------------------------------------------------------------- /scripts/imagew2022.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/scripts/imagew2022.vcxproj -------------------------------------------------------------------------------- /scripts/imagew2022.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/scripts/imagew2022.vcxproj.filters -------------------------------------------------------------------------------- /scripts/libimagew2019.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/scripts/libimagew2019.vcxproj -------------------------------------------------------------------------------- /scripts/libimagew2019.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/scripts/libimagew2019.vcxproj.filters -------------------------------------------------------------------------------- /scripts/libimagew2022.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/scripts/libimagew2022.vcxproj -------------------------------------------------------------------------------- /scripts/libimagew2022.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/scripts/libimagew2022.vcxproj.filters -------------------------------------------------------------------------------- /scripts/makerelease-win.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/scripts/makerelease-win.sh -------------------------------------------------------------------------------- /scripts/makerelease.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/scripts/makerelease.sh -------------------------------------------------------------------------------- /src/imagew-allfmts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/src/imagew-allfmts.c -------------------------------------------------------------------------------- /src/imagew-api.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/src/imagew-api.c -------------------------------------------------------------------------------- /src/imagew-bmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/src/imagew-bmp.c -------------------------------------------------------------------------------- /src/imagew-cmd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/src/imagew-cmd.c -------------------------------------------------------------------------------- /src/imagew-config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/src/imagew-config.h -------------------------------------------------------------------------------- /src/imagew-gif.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/src/imagew-gif.c -------------------------------------------------------------------------------- /src/imagew-internals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/src/imagew-internals.h -------------------------------------------------------------------------------- /src/imagew-jpeg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/src/imagew-jpeg.c -------------------------------------------------------------------------------- /src/imagew-main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/src/imagew-main.c -------------------------------------------------------------------------------- /src/imagew-miff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/src/imagew-miff.c -------------------------------------------------------------------------------- /src/imagew-opt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/src/imagew-opt.c -------------------------------------------------------------------------------- /src/imagew-png.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/src/imagew-png.c -------------------------------------------------------------------------------- /src/imagew-pnm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/src/imagew-pnm.c -------------------------------------------------------------------------------- /src/imagew-resize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/src/imagew-resize.c -------------------------------------------------------------------------------- /src/imagew-tiff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/src/imagew-tiff.c -------------------------------------------------------------------------------- /src/imagew-util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/src/imagew-util.c -------------------------------------------------------------------------------- /src/imagew-webp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/src/imagew-webp.c -------------------------------------------------------------------------------- /src/imagew-zlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/src/imagew-zlib.c -------------------------------------------------------------------------------- /src/imagew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/src/imagew.h -------------------------------------------------------------------------------- /src/imagew.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/src/imagew.manifest -------------------------------------------------------------------------------- /src/imagew.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/src/imagew.rc -------------------------------------------------------------------------------- /src/resources/imagew.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/src/resources/imagew.ico -------------------------------------------------------------------------------- /technical.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/technical.txt -------------------------------------------------------------------------------- /tests/expected/autov1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/autov1.bmp -------------------------------------------------------------------------------- /tests/expected/autov2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/autov2.bmp -------------------------------------------------------------------------------- /tests/expected/autov3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/autov3.bmp -------------------------------------------------------------------------------- /tests/expected/bkgd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bkgd.png -------------------------------------------------------------------------------- /tests/expected/bkgd2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bkgd2.png -------------------------------------------------------------------------------- /tests/expected/bkgd3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bkgd3.png -------------------------------------------------------------------------------- /tests/expected/bkgdlabel1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bkgdlabel1.png -------------------------------------------------------------------------------- /tests/expected/bkgdlabel10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bkgdlabel10.png -------------------------------------------------------------------------------- /tests/expected/bkgdlabel11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bkgdlabel11.png -------------------------------------------------------------------------------- /tests/expected/bkgdlabel12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bkgdlabel12.png -------------------------------------------------------------------------------- /tests/expected/bkgdlabel2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bkgdlabel2.png -------------------------------------------------------------------------------- /tests/expected/bkgdlabel3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bkgdlabel3.png -------------------------------------------------------------------------------- /tests/expected/bkgdlabel4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bkgdlabel4.png -------------------------------------------------------------------------------- /tests/expected/bkgdlabel5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bkgdlabel5.png -------------------------------------------------------------------------------- /tests/expected/bkgdlabel6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bkgdlabel6.png -------------------------------------------------------------------------------- /tests/expected/bkgdlabel7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bkgdlabel7.png -------------------------------------------------------------------------------- /tests/expected/bkgdlabel8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bkgdlabel8.png -------------------------------------------------------------------------------- /tests/expected/bkgdlabel9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bkgdlabel9.png -------------------------------------------------------------------------------- /tests/expected/blur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/blur.png -------------------------------------------------------------------------------- /tests/expected/bmp1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bmp1.bmp -------------------------------------------------------------------------------- /tests/expected/bmp16-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bmp16-1.png -------------------------------------------------------------------------------- /tests/expected/bmp16-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bmp16-2.png -------------------------------------------------------------------------------- /tests/expected/bmp2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bmp2.bmp -------------------------------------------------------------------------------- /tests/expected/bmp24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bmp24.png -------------------------------------------------------------------------------- /tests/expected/bmp3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bmp3.bmp -------------------------------------------------------------------------------- /tests/expected/bmp32-x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bmp32-x.png -------------------------------------------------------------------------------- /tests/expected/bmp4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bmp4.bmp -------------------------------------------------------------------------------- /tests/expected/bmp5.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bmp5.bmp -------------------------------------------------------------------------------- /tests/expected/bmp6.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bmp6.bmp -------------------------------------------------------------------------------- /tests/expected/bmp7.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bmp7.bmp -------------------------------------------------------------------------------- /tests/expected/bmp8.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bmp8.bmp -------------------------------------------------------------------------------- /tests/expected/bmp9.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bmp9.bmp -------------------------------------------------------------------------------- /tests/expected/bmpp4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bmpp4.png -------------------------------------------------------------------------------- /tests/expected/bmprle8t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bmprle8t.png -------------------------------------------------------------------------------- /tests/expected/bt-b1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bt-b1.png -------------------------------------------------------------------------------- /tests/expected/bt-b1a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bt-b1a.png -------------------------------------------------------------------------------- /tests/expected/bt-g1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bt-g1.png -------------------------------------------------------------------------------- /tests/expected/bt-g1a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bt-g1a.png -------------------------------------------------------------------------------- /tests/expected/bt-g2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bt-g2.png -------------------------------------------------------------------------------- /tests/expected/bt-w1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bt-w1.png -------------------------------------------------------------------------------- /tests/expected/bt-w1a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/bt-w1a.png -------------------------------------------------------------------------------- /tests/expected/cc-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/cc-2.png -------------------------------------------------------------------------------- /tests/expected/cc-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/cc-6.png -------------------------------------------------------------------------------- /tests/expected/cc-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/cc-mixed.png -------------------------------------------------------------------------------- /tests/expected/ccgray-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/ccgray-10.png -------------------------------------------------------------------------------- /tests/expected/ccgray-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/ccgray-16.png -------------------------------------------------------------------------------- /tests/expected/ccgray-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/ccgray-17.png -------------------------------------------------------------------------------- /tests/expected/ccgray-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/ccgray-4.png -------------------------------------------------------------------------------- /tests/expected/ccgraya-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/ccgraya-4.png -------------------------------------------------------------------------------- /tests/expected/condgray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/condgray.png -------------------------------------------------------------------------------- /tests/expected/crop-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/crop-1.png -------------------------------------------------------------------------------- /tests/expected/cs-gamma15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/cs-gamma15.png -------------------------------------------------------------------------------- /tests/expected/cs-linear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/cs-linear.png -------------------------------------------------------------------------------- /tests/expected/cs-srgbs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/cs-srgbs.png -------------------------------------------------------------------------------- /tests/expected/dens-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dens-1.png -------------------------------------------------------------------------------- /tests/expected/dens-1ns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dens-1ns.png -------------------------------------------------------------------------------- /tests/expected/dens-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dens-2.png -------------------------------------------------------------------------------- /tests/expected/dens-2ns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dens-2ns.png -------------------------------------------------------------------------------- /tests/expected/dens-3ns.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dens-3ns.jpg -------------------------------------------------------------------------------- /tests/expected/dens-3ns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dens-3ns.png -------------------------------------------------------------------------------- /tests/expected/dens-4ns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dens-4ns.png -------------------------------------------------------------------------------- /tests/expected/dens-5ns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dens-5ns.png -------------------------------------------------------------------------------- /tests/expected/dens-6ns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dens-6ns.png -------------------------------------------------------------------------------- /tests/expected/dens-adjust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dens-adjust.png -------------------------------------------------------------------------------- /tests/expected/dens-auto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dens-auto.png -------------------------------------------------------------------------------- /tests/expected/dens-imgsize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dens-imgsize.png -------------------------------------------------------------------------------- /tests/expected/dens-ix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dens-ix.png -------------------------------------------------------------------------------- /tests/expected/dens-ixy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dens-ixy.png -------------------------------------------------------------------------------- /tests/expected/dens-iy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dens-iy.png -------------------------------------------------------------------------------- /tests/expected/dens-keep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dens-keep.png -------------------------------------------------------------------------------- /tests/expected/dens-none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dens-none.png -------------------------------------------------------------------------------- /tests/expected/depth-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/depth-16.png -------------------------------------------------------------------------------- /tests/expected/dither-atkinson.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dither-atkinson.png -------------------------------------------------------------------------------- /tests/expected/dither-burkes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dither-burkes.png -------------------------------------------------------------------------------- /tests/expected/dither-f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dither-f.png -------------------------------------------------------------------------------- /tests/expected/dither-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dither-gray.png -------------------------------------------------------------------------------- /tests/expected/dither-halftone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dither-halftone.png -------------------------------------------------------------------------------- /tests/expected/dither-jjn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dither-jjn.png -------------------------------------------------------------------------------- /tests/expected/dither-o.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dither-o.png -------------------------------------------------------------------------------- /tests/expected/dither-r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dither-r.png -------------------------------------------------------------------------------- /tests/expected/dither-r2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dither-r2.png -------------------------------------------------------------------------------- /tests/expected/dither-sierra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dither-sierra.png -------------------------------------------------------------------------------- /tests/expected/dither-sierra2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dither-sierra2.png -------------------------------------------------------------------------------- /tests/expected/dither-sierralite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/dither-sierralite.png -------------------------------------------------------------------------------- /tests/expected/ds-auto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/ds-auto.png -------------------------------------------------------------------------------- /tests/expected/ds-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/ds-box.png -------------------------------------------------------------------------------- /tests/expected/ds-boxavg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/ds-boxavg.png -------------------------------------------------------------------------------- /tests/expected/ds-gaussian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/ds-gaussian.png -------------------------------------------------------------------------------- /tests/expected/ds-lanczos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/ds-lanczos.png -------------------------------------------------------------------------------- /tests/expected/ds-linearinterp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/ds-linearinterp.png -------------------------------------------------------------------------------- /tests/expected/ds-mix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/ds-mix.png -------------------------------------------------------------------------------- /tests/expected/ds-nearest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/ds-nearest.png -------------------------------------------------------------------------------- /tests/expected/ds-triangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/ds-triangle.png -------------------------------------------------------------------------------- /tests/expected/edge-r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/edge-r.png -------------------------------------------------------------------------------- /tests/expected/edge-s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/edge-s.png -------------------------------------------------------------------------------- /tests/expected/edge-t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/edge-t.png -------------------------------------------------------------------------------- /tests/expected/edge-t2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/edge-t2.png -------------------------------------------------------------------------------- /tests/expected/edge-t3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/edge-t3.png -------------------------------------------------------------------------------- /tests/expected/edge-t4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/edge-t4.png -------------------------------------------------------------------------------- /tests/expected/gif1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/gif1.png -------------------------------------------------------------------------------- /tests/expected/gif2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/gif2.png -------------------------------------------------------------------------------- /tests/expected/gif3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/gif3.png -------------------------------------------------------------------------------- /tests/expected/grayscale-c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/grayscale-c.png -------------------------------------------------------------------------------- /tests/expected/grayscale-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/grayscale-v.png -------------------------------------------------------------------------------- /tests/expected/grayscale-w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/grayscale-w.png -------------------------------------------------------------------------------- /tests/expected/grayscale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/grayscale.png -------------------------------------------------------------------------------- /tests/expected/imgsize1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/imgsize1.png -------------------------------------------------------------------------------- /tests/expected/inputcs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/inputcs.png -------------------------------------------------------------------------------- /tests/expected/intclamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/intclamp.png -------------------------------------------------------------------------------- /tests/expected/jpeg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/jpeg.jpg -------------------------------------------------------------------------------- /tests/expected/jpeggray.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/jpeggray.jpg -------------------------------------------------------------------------------- /tests/expected/jpegoc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/jpegoc.jpg -------------------------------------------------------------------------------- /tests/expected/jpegrst.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/jpegrst.jpg -------------------------------------------------------------------------------- /tests/expected/jpegsf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/jpegsf.jpg -------------------------------------------------------------------------------- /tests/expected/jpegt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/jpegt.jpg -------------------------------------------------------------------------------- /tests/expected/miff3.miff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/miff3.miff -------------------------------------------------------------------------------- /tests/expected/miff32.miff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/miff32.miff -------------------------------------------------------------------------------- /tests/expected/miff64.miff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/miff64.miff -------------------------------------------------------------------------------- /tests/expected/neg1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/neg1.png -------------------------------------------------------------------------------- /tests/expected/nocslabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/nocslabel.png -------------------------------------------------------------------------------- /tests/expected/nogamma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/nogamma.png -------------------------------------------------------------------------------- /tests/expected/noopt-bt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/noopt-bt.png -------------------------------------------------------------------------------- /tests/expected/noopt-g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/noopt-g.png -------------------------------------------------------------------------------- /tests/expected/noopt-p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/noopt-p.png -------------------------------------------------------------------------------- /tests/expected/noopt-r8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/noopt-r8.png -------------------------------------------------------------------------------- /tests/expected/noopt-sa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/noopt-sa.png -------------------------------------------------------------------------------- /tests/expected/offset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/offset.png -------------------------------------------------------------------------------- /tests/expected/offsetrb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/offsetrb.png -------------------------------------------------------------------------------- /tests/expected/offsetv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/offsetv.png -------------------------------------------------------------------------------- /tests/expected/opt-02col.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/opt-02col.png -------------------------------------------------------------------------------- /tests/expected/opt-04col.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/opt-04col.png -------------------------------------------------------------------------------- /tests/expected/opt-12col.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/opt-12col.png -------------------------------------------------------------------------------- /tests/expected/opt-20col.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/opt-20col.png -------------------------------------------------------------------------------- /tests/expected/orient1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/orient1.png -------------------------------------------------------------------------------- /tests/expected/pam1.pam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/pam1.pam -------------------------------------------------------------------------------- /tests/expected/pam2.pam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/pam2.pam -------------------------------------------------------------------------------- /tests/expected/pam3.pam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/pam3.pam -------------------------------------------------------------------------------- /tests/expected/pgm1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/pgm1.png -------------------------------------------------------------------------------- /tests/expected/png-g1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/png-g1.png -------------------------------------------------------------------------------- /tests/expected/png-g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/png-g16.png -------------------------------------------------------------------------------- /tests/expected/png-g16a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/png-g16a.png -------------------------------------------------------------------------------- /tests/expected/png-g16tns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/png-g16tns.png -------------------------------------------------------------------------------- /tests/expected/png-g1tns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/png-g1tns.png -------------------------------------------------------------------------------- /tests/expected/png-g2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/png-g2.png -------------------------------------------------------------------------------- /tests/expected/png-g2tns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/png-g2tns.png -------------------------------------------------------------------------------- /tests/expected/png-g4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/png-g4.png -------------------------------------------------------------------------------- /tests/expected/png-g4tns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/png-g4tns.png -------------------------------------------------------------------------------- /tests/expected/png-g8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/png-g8.png -------------------------------------------------------------------------------- /tests/expected/png-g8a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/png-g8a.png -------------------------------------------------------------------------------- /tests/expected/png-g8tns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/png-g8tns.png -------------------------------------------------------------------------------- /tests/expected/png-p1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/png-p1.png -------------------------------------------------------------------------------- /tests/expected/png-p1t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/png-p1t.png -------------------------------------------------------------------------------- /tests/expected/png-p2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/png-p2.png -------------------------------------------------------------------------------- /tests/expected/png-p2t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/png-p2t.png -------------------------------------------------------------------------------- /tests/expected/png-p4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/png-p4.png -------------------------------------------------------------------------------- /tests/expected/png-p4t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/png-p4t.png -------------------------------------------------------------------------------- /tests/expected/png-p8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/png-p8.png -------------------------------------------------------------------------------- /tests/expected/png-p8t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/png-p8t.png -------------------------------------------------------------------------------- /tests/expected/png-rgb16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/png-rgb16.png -------------------------------------------------------------------------------- /tests/expected/png-rgb16a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/png-rgb16a.png -------------------------------------------------------------------------------- /tests/expected/png-rgb16tns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/png-rgb16tns.png -------------------------------------------------------------------------------- /tests/expected/png-rgb8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/png-rgb8.png -------------------------------------------------------------------------------- /tests/expected/png-rgb8a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/png-rgb8a.png -------------------------------------------------------------------------------- /tests/expected/png-rgb8tns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/png-rgb8tns.png -------------------------------------------------------------------------------- /tests/expected/pnm1.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/pnm1.ppm -------------------------------------------------------------------------------- /tests/expected/pnm2.pnm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/pnm2.pnm -------------------------------------------------------------------------------- /tests/expected/pnm3.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/pnm3.ppm -------------------------------------------------------------------------------- /tests/expected/pnm4.pnm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/pnm4.pnm -------------------------------------------------------------------------------- /tests/expected/rbkgd1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/rbkgd1.png -------------------------------------------------------------------------------- /tests/expected/rbkgd2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/rbkgd2.png -------------------------------------------------------------------------------- /tests/expected/rbkgd3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/rbkgd3.jpg -------------------------------------------------------------------------------- /tests/expected/sbit1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/sbit1.png -------------------------------------------------------------------------------- /tests/expected/sbit2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/sbit2.png -------------------------------------------------------------------------------- /tests/expected/sbitw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/sbitw.png -------------------------------------------------------------------------------- /tests/expected/tiff1.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/tiff1.tif -------------------------------------------------------------------------------- /tests/expected/us-auto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/us-auto.png -------------------------------------------------------------------------------- /tests/expected/us-blackman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/us-blackman.png -------------------------------------------------------------------------------- /tests/expected/us-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/us-box.png -------------------------------------------------------------------------------- /tests/expected/us-bspline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/us-bspline.png -------------------------------------------------------------------------------- /tests/expected/us-catrom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/us-catrom.png -------------------------------------------------------------------------------- /tests/expected/us-cubic01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/us-cubic01.png -------------------------------------------------------------------------------- /tests/expected/us-gaussian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/us-gaussian.png -------------------------------------------------------------------------------- /tests/expected/us-hanning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/us-hanning.png -------------------------------------------------------------------------------- /tests/expected/us-hermite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/us-hermite.png -------------------------------------------------------------------------------- /tests/expected/us-lanczos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/us-lanczos.png -------------------------------------------------------------------------------- /tests/expected/us-lanczos2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/us-lanczos2.png -------------------------------------------------------------------------------- /tests/expected/us-lanczos8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/us-lanczos8.png -------------------------------------------------------------------------------- /tests/expected/us-mitchell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/us-mitchell.png -------------------------------------------------------------------------------- /tests/expected/us-mix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/us-mix.png -------------------------------------------------------------------------------- /tests/expected/us-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/us-mixed.png -------------------------------------------------------------------------------- /tests/expected/us-nearest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/us-nearest.png -------------------------------------------------------------------------------- /tests/expected/us-quadratic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/us-quadratic.png -------------------------------------------------------------------------------- /tests/expected/us-triangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/us-triangle.png -------------------------------------------------------------------------------- /tests/expected/webp1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/webp1.webp -------------------------------------------------------------------------------- /tests/expected/webp2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/webp2.webp -------------------------------------------------------------------------------- /tests/expected/webp3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/expected/webp3.png -------------------------------------------------------------------------------- /tests/runtest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/runtest -------------------------------------------------------------------------------- /tests/srcimg/256col.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/256col.png -------------------------------------------------------------------------------- /tests/srcimg/25x20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/25x20.png -------------------------------------------------------------------------------- /tests/srcimg/4x4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/4x4.png -------------------------------------------------------------------------------- /tests/srcimg/ani1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/ani1.gif -------------------------------------------------------------------------------- /tests/srcimg/bmp16-555.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/bmp16-555.bmp -------------------------------------------------------------------------------- /tests/srcimg/bmp16-565.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/bmp16-565.bmp -------------------------------------------------------------------------------- /tests/srcimg/bmp24.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/bmp24.bmp -------------------------------------------------------------------------------- /tests/srcimg/bmp32-x.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/bmp32-x.bmp -------------------------------------------------------------------------------- /tests/srcimg/bmpp4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/bmpp4.bmp -------------------------------------------------------------------------------- /tests/srcimg/bmprle8t.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/bmprle8t.bmp -------------------------------------------------------------------------------- /tests/srcimg/bt-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/bt-gray.png -------------------------------------------------------------------------------- /tests/srcimg/bt-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/bt-white.png -------------------------------------------------------------------------------- /tests/srcimg/g1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/g1.png -------------------------------------------------------------------------------- /tests/srcimg/g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/g16.png -------------------------------------------------------------------------------- /tests/srcimg/g16a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/g16a.png -------------------------------------------------------------------------------- /tests/srcimg/g16t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/g16t.png -------------------------------------------------------------------------------- /tests/srcimg/g1t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/g1t.png -------------------------------------------------------------------------------- /tests/srcimg/g2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/g2.png -------------------------------------------------------------------------------- /tests/srcimg/g2t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/g2t.png -------------------------------------------------------------------------------- /tests/srcimg/g4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/g4.png -------------------------------------------------------------------------------- /tests/srcimg/g4t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/g4t.png -------------------------------------------------------------------------------- /tests/srcimg/g8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/g8.jpg -------------------------------------------------------------------------------- /tests/srcimg/g8.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/g8.pgm -------------------------------------------------------------------------------- /tests/srcimg/g8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/g8.png -------------------------------------------------------------------------------- /tests/srcimg/g8a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/g8a.png -------------------------------------------------------------------------------- /tests/srcimg/g8d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/g8d.png -------------------------------------------------------------------------------- /tests/srcimg/g8t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/g8t.png -------------------------------------------------------------------------------- /tests/srcimg/p1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/p1.png -------------------------------------------------------------------------------- /tests/srcimg/p1t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/p1t.png -------------------------------------------------------------------------------- /tests/srcimg/p2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/p2.png -------------------------------------------------------------------------------- /tests/srcimg/p2t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/p2t.png -------------------------------------------------------------------------------- /tests/srcimg/p4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/p4.png -------------------------------------------------------------------------------- /tests/srcimg/p4t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/p4t.png -------------------------------------------------------------------------------- /tests/srcimg/p5t.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/p5t.gif -------------------------------------------------------------------------------- /tests/srcimg/p8-sbit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/p8-sbit.png -------------------------------------------------------------------------------- /tests/srcimg/p8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/p8.png -------------------------------------------------------------------------------- /tests/srcimg/p8t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/p8t.png -------------------------------------------------------------------------------- /tests/srcimg/p8tbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/p8tbg.png -------------------------------------------------------------------------------- /tests/srcimg/rgb16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/rgb16.png -------------------------------------------------------------------------------- /tests/srcimg/rgb16a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/rgb16a.png -------------------------------------------------------------------------------- /tests/srcimg/rgb16t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/rgb16t.png -------------------------------------------------------------------------------- /tests/srcimg/rgb8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/rgb8.jpg -------------------------------------------------------------------------------- /tests/srcimg/rgb8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/rgb8.png -------------------------------------------------------------------------------- /tests/srcimg/rgb8a-sbit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/rgb8a-sbit.png -------------------------------------------------------------------------------- /tests/srcimg/rgb8a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/rgb8a.png -------------------------------------------------------------------------------- /tests/srcimg/rgb8abg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/rgb8abg.png -------------------------------------------------------------------------------- /tests/srcimg/rgb8t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/rgb8t.png -------------------------------------------------------------------------------- /tests/srcimg/rgb8x1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/rgb8x1.png -------------------------------------------------------------------------------- /tests/srcimg/rgb8x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/rgb8x2.png -------------------------------------------------------------------------------- /tests/srcimg/rings1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/rings1.png -------------------------------------------------------------------------------- /tests/srcimg/test1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsummers/imageworsener/HEAD/tests/srcimg/test1.webp --------------------------------------------------------------------------------