├── .github └── workflows │ └── ci.yml ├── .gitignore ├── .travis.yml ├── Cargo.toml ├── LICENSE ├── README.md ├── benches └── parse_benchmark.rs ├── src ├── container │ ├── atc.rs │ ├── dds.rs │ ├── heif.rs │ ├── mod.rs │ ├── pkm.rs │ └── pvrtc.rs ├── formats │ ├── aesprite.rs │ ├── astc.rs │ ├── bmp.rs │ ├── exr.rs │ ├── farbfeld.rs │ ├── gif.rs │ ├── hdr.rs │ ├── ico.rs │ ├── ilbm.rs │ ├── jpeg.rs │ ├── jxl.rs │ ├── ktx2.rs │ ├── mod.rs │ ├── png.rs │ ├── pnm.rs │ ├── psd.rs │ ├── qoi.rs │ ├── tga.rs │ ├── tiff.rs │ ├── vtf.rs │ └── webp.rs ├── lib.rs └── util.rs └── tests ├── aseprite.rs ├── astc.rs ├── avif.rs ├── blob.rs ├── bmp.rs ├── container_compressions.rs ├── dds.rs ├── eac.rs ├── etc2.rs ├── exr.rs ├── farbfeld.rs ├── fuzz.rs ├── fuzz_crashes ├── crash-00c7e46f471302df51e48f3acc4dc7c422d4a7df ├── crash-ca39d517056a4d8fa379976de55f06428c6e39fb ├── id000000,sig06,src000034,time4401+000067,opsplice,rep16 ├── id000000,sig06,src000059,time29965,ophavoc,rep16 ├── id000000,sig06,src000065,time5826,ophavoc,rep8 ├── id000000,sig06,src000075,time7852+000131,opsplice,rep16 ├── id000000,sig06,src000082,time6965,ophavoc,rep4 ├── id000001,sig06,src000065,time5842,ophavoc,rep8 ├── id000001,sig06,src000066,time5870+000039,opsplice,rep8 ├── id000001,sig06,src000078,time40364,opflip1,pos10 ├── id000001,sig06,src000083,time8110,ophavoc,rep2 ├── id000001,sig06,src000096,time7390,ophavoc,rep4 ├── id000002,sig06,src000065,time5956+000008,opsplice,rep2 ├── id000002,sig06,src000067,time5969,ophavoc,rep16 ├── id000002,sig06,src000078,time40373,opflip1,pos10 ├── id000002,sig06,src000100,time7683+000047,opsplice,rep2 ├── id000002,sig06,src000100,time8729,ophavoc,rep4 ├── id000003,sig06,src000065,time6003+000074,opsplice,rep16 ├── id000003,sig06,src000067,time6017,ophavoc,rep32 ├── id000003,sig06,src000078,time40583,oparith8,pos10,val+3 ├── id000003,sig06,src000100,time7709+000077,opsplice,rep8 ├── id000003,sig06,src000100,time8757,ophavoc,rep2 ├── id000004,sig06,src000065,time6034+000021,opsplice,rep16 ├── id000004,sig06,src000067,time6054+000063,opsplice,rep2 ├── id000004,sig06,src000095,time49594,opint32,pos74,valbe+1024 ├── id000004,sig06,src000100,time7738+000096,opsplice,rep2 ├── id000004,sig06,src000100,time8766,ophavoc,rep4 ├── id000005,sig06,src000065,time6044+000021,opsplice,rep16 ├── id000005,sig06,src000067,time6070+000068,opsplice,rep8 ├── id000005,sig06,src000102,time7826,ophavoc,rep4 ├── id000005,sig06,src000104,time53428,opflip1,pos18 ├── id000005,sig06,src000133,time9140,ophavoc,rep2 ├── id000006,sig06,src000067,time6077+000068,opsplice,rep8 ├── id000006,sig06,src000093,time7505+000008,opsplice,rep2 ├── id000006,sig06,src000102,time7953+000091,opsplice,rep4 ├── id000006,sig06,src000104,time55752,ophavoc,rep4 ├── id000006,sig06,src000133,time9149,ophavoc,rep4 ├── id000007,sig06,src000067,time6087+000068,opsplice,rep2 ├── id000007,sig06,src000094,time7622,ophavoc,rep2 ├── id000007,sig06,src000102,time7979+000042,opsplice,rep2 ├── id000007,sig06,src000106,time55924,opflip1,pos16 ├── id000007,sig06,src000133,time9167,ophavoc,rep4 ├── id000008,sig06,src000067,time6110+000079,opsplice,rep16 ├── id000008,sig06,src000094,time7640,ophavoc,rep2 ├── id000008,sig06,src000102,time8044+000065,opsplice,rep2 ├── id000008,sig06,src000110,time59462,opflip1,pos76 ├── id000008,sig06,src000133,time9309+000033,opsplice,rep2 ├── id000009,sig06,src000071,time7528,ophavoc,rep8 ├── id000009,sig06,src000075,time94640,opint32,pos31,valbe+1000 ├── id000009,sig06,src000094,time7726+000060,opsplice,rep32 ├── id000009,sig06,src000102,time19094+000120,opsplice,rep32 ├── id000009,sig06,src000102,time8096+000070,opsplice,rep2 ├── id000010,sig06,src000073,time8265,ophavoc,rep16 ├── id000010,sig06,src000096,time8258,ophavoc,rep4 ├── id000010,sig06,src000102,time19159+000133,opsplice,rep4 ├── id000010,sig06,src000102,time8132+000065,opsplice,rep4 ├── id000010,sig06,src000137,time98375,ophavoc,rep2 ├── id000011,sig06,src000093,time17439,ophavoc,rep8 ├── id000011,sig06,src000097,time12472,ophavoc,rep2 ├── id000011,sig06,src000102,time8145+000065,opsplice,rep4 ├── id000011,sig06,src000133,time21541+000030,opsplice,rep4 ├── id000011,sig06,src000137,time99035,ophavoc,rep8 ├── id000012,sig06,src000013,time19528+000037,opsplice,rep32 ├── id000012,sig06,src000057,time13005,ophavoc,rep2 ├── id000012,sig06,src000068,time28308+000041,opsplice,rep4 ├── id000012,sig06,src000098,time13332+000056,opsplice,rep4 ├── id000012,sig06,src000139,time105361,opflip2,pos11 ├── id000013,sig06,src000017,time124390,ophavoc,rep2 ├── id000013,sig06,src000082,time15135+000117,opsplice,rep2 ├── id000013,sig06,src000093,time27089+000109,opsplice,rep8 ├── id000013,sig06,src000098,time13346+000093,opsplice,rep2 ├── id000013,sig06,src000103,time32175+000019,opsplice,rep4 ├── id000014,sig06,src000084,time372600,opint16,pos53,val+1024 ├── id000014,sig06,src000094,time27317+000100,opsplice,rep16 ├── id000014,sig06,src000098,time13361+000093,opsplice,rep2 ├── id000014,sig06,src000100,time16796,ophavoc,rep4 ├── id000014,sig06,src000103,time32222+000132,opsplice,rep16 ├── id000015,sig06,src000067,time20421+000035,opsplice,rep2 ├── id000015,sig06,src000094,time27328+000100,opsplice,rep8 ├── id000015,sig06,src000104,time377528+000124,opsplice,rep16 ├── id000015,sig06,src000124,time18128,ophavoc,rep4 ├── id000015,sig06,src000133,time46179+000114,opsplice,rep8 ├── id000016,sig06,src000095,time39237+000071,opsplice,rep2 ├── id000016,sig06,src000101,time24030,ophavoc,rep2 ├── id000016,sig06,src000102,time28503+000130,opsplice,rep16 ├── id000016,sig06,src000102,time57595+000031,opsplice,rep2 ├── id000016,sig06,src000150,time416482,opflip1,pos26 ├── id000017,sig06,src000096,time37365+000109,opsplice,rep16 ├── id000017,sig06,src000097,time33578+000028,opsplice,rep16 ├── id000017,sig06,src000104,time431152+000077,opsplice,rep4 ├── id000017,sig06,src000120,time42232,ophavoc,rep4 ├── id000017,sig06,src000138,time59962,ophavoc,rep2 ├── id000018,sig06,src000082,time78962+000123,opsplice,rep16 ├── id000018,sig06,src000095,time55143+000041,opsplice,rep4 ├── id000018,sig06,src000103,time38423+000040,opsplice,rep2 ├── id000018,sig06,src000107,time431289+000077,opsplice,rep8 ├── id000018,sig06,src000130,time123451+000031,opsplice,rep2 ├── id000019,sig06,src000015,time41493+000107,opsplice,rep2 ├── id000019,sig06,src000091,time79398,ophavoc,rep16 ├── id000019,sig06,src000118,time58353+000100,opsplice,rep4 ├── id000019,sig06,src000137,time477637+000046,opsplice,rep16 ├── id000019,sig06,src000141,time180962,ophavoc,rep2 ├── id000020,sig06,src000104,time515933+000116,opsplice,rep2 ├── id000020,sig06,src000104,time87964,ophavoc,rep4 ├── id000020,sig06,src000125,time59305,ophavoc,rep2 ├── id000020,sig06,src000126,time209118+000078,opsplice,rep4 ├── id000020,sig06,src000133,time43058,ophavoc,rep4 ├── id000021,sig06,src000102,time74520+000112,opsplice,rep4 ├── id000021,sig06,src000125,time87952+000114,opsplice,rep32 ├── id000021,sig06,src000132,time281882+000110,opsplice,rep2 ├── id000021,sig06,src000146,time90213,ophavoc,rep2 ├── id000022,sig06,src000057,time81799+000083,opsplice,rep4 ├── id000022,sig06,src000084,time158741,ophavoc,rep4 ├── id000022,sig06,src000098,time659472+000151,opsplice,rep8 ├── id000022,sig06,src000131,time101972,ophavoc,rep2 ├── id000023,sig06,src000075,time136027,ophavoc,rep16 ├── id000023,sig06,src000102,time270711+000047,opsplice,rep2 ├── id000023,sig06,src000128,time1140888+000149,opsplice,rep32 ├── id000023,sig06,src000138,time101952,ophavoc,rep4 ├── id000024,sig06,src000064,time108612+000040,opsplice,rep2 ├── id000024,sig06,src000096,time137842+000131,opsplice,rep2 ├── id000024,sig06,src000128,time1237125+000153,opsplice,rep16 ├── id000024,sig06,src000146,time719941+000160,opsplice,rep16 ├── id000025,sig06,src000128,time1237148+000153,opsplice,rep64 ├── id000025,sig06,src000129,time305567,ophavoc,rep2 ├── id000025,sig06,src000133,time734265+000171,opsplice,rep16 ├── id000025,sig06,src000146,time141094,ophavoc,rep2 ├── id000026,sig06,src000133,time989941+000171,opsplice,rep32 ├── id000026,sig06,src000139,time761637+000146,opsplice,rep32 ├── id000026,sig06,src000146,time1076507+000175,opsplice,rep8 ├── id000026,sig06,src000173,time1425621+000146,opsplice,rep32 ├── id000027,sig06,src000100,time1007056+000156,opsplice,rep128 ├── id000027,sig06,src000133,time1148854+000171,opsplice,rep16 ├── id000027,sig06,src000138,time1048318+000148,opsplice,rep8 ├── id000027,sig06,src000178,time1538067+000155,opsplice,rep16 ├── id000028,sig06,src000082,time1322373+000116,opsplice,rep32 ├── id000028,sig06,src000139,time1297894+000166,opsplice,rep2 ├── id000028,sig06,src000171,time2335430+000155,opsplice,rep4 ├── id000028,sig06,src000176,time1255188,ophavoc,rep2 ├── id000029,sig06,src000125,time1352544+000151,opsplice,rep16 ├── id000029,sig06,src000146,time1436325+000151,opsplice,rep8 ├── id000029,sig06,src000176,time1546185+000159,opsplice,rep4 ├── id000029,sig06,src000178,time2653852+000155,opsplice,rep16 ├── id000030,sig06,src000171,time2781585+000166,opsplice,rep16 ├── id000030,sig06,src000176,time1796585+000147,opsplice,rep64 ├── id000030,sig06,src000181,time1491475,ophavoc,rep16 ├── id000030,sig06,src000182,time1616639+000160,opsplice,rep64 ├── id000031,sig06,src000147,time1584196+000174,opsplice,rep32 ├── id000031,sig06,src000168,time2097034+000144,opsplice,rep4 ├── id000031,sig06,src000189,time2182631+000171,opsplice,rep8 ├── id000032,sig06,src000133,time1688991+000168,opsplice,rep128 ├── id000032,sig06,src000179,time2721040+000163,opsplice,rep2 ├── id000032,sig06,src000187,time2992105+000151,opsplice,rep64 ├── id000033,sig06,src000176,time3961144+000152,opsplice,rep16 ├── id000033,sig06,src000178,time1758623+000156,opsplice,rep16 ├── id000033,sig06,src000182,time3271782+000147,opsplice,rep16 ├── id000034,sig06,src000178,time2118744+000157,opsplice,rep16 ├── id000034,sig06,src000189,time4930876+000147,opsplice,rep2 └── id000035,sig06,src000146,time2939430+000171,opsplice,rep32 ├── gif.rs ├── hdr.rs ├── heic.rs ├── helper_methods.rs ├── ico.rs ├── ilbm.rs ├── images ├── aseprite │ ├── 1.ase │ └── 2.ase ├── astc │ └── test.astc ├── atc │ └── compressions │ │ ├── atc_rgb.pkm │ │ ├── atc_rgba_explicit.pkm │ │ └── atc_rgba_interp.pkm ├── avif │ ├── test.avif │ └── test.avifs ├── bmp │ └── test.bmp ├── dds │ ├── compressions │ │ ├── bc1.dds │ │ ├── bc2.dds │ │ ├── bc3.dds │ │ ├── bc4.dds │ │ ├── bc5.dds │ │ ├── bc6h.dds │ │ ├── bc7.dds │ │ └── rgba32.dds │ └── test.dds ├── eac │ ├── 256x128_rg11.pkm │ └── 64x64_r11.pkm ├── etc2 │ ├── 128x64_rgb.pkm │ └── 64x64_rgb.pkm ├── exr │ └── test.exr ├── farbfeld │ └── test.ff ├── gif │ └── test.gif ├── hdr │ └── test.hdr ├── heic │ ├── heic.heic │ └── heic_msf1.heic ├── ico │ ├── max_width.ico │ ├── multiple.ico │ └── test.ico ├── ilbm │ └── test.iff ├── jpg │ ├── extra.jpg │ ├── issue-9.jpg │ ├── test.jpg │ ├── unexpected_eof.jpg │ ├── unexpected_eof_2.jpg │ ├── unexpected_eof_3.jpg │ └── wrong_size.jpg ├── jxl │ ├── err_box.jxl │ ├── err_header.jxl │ ├── err_signature.jxl │ ├── valid_13w_9h.jxl │ ├── valid_18w_9h.jxl │ ├── valid_30w_9h.jxl │ ├── valid_9w_13h.jxl │ ├── valid_9w_18h.jxl │ ├── valid_9w_30h.jxl │ ├── valid_9w_9h.jxl │ ├── valid_box_jxlc.jxl │ ├── valid_box_jxlp.jxl │ ├── valid_orientation0.jxl │ ├── valid_orientation4.jxl │ ├── valid_ratio1.jxl │ ├── valid_ratio2.jxl │ ├── valid_ratio3.jxl │ ├── valid_ratio4.jxl │ ├── valid_ratio5.jxl │ ├── valid_ratio6.jxl │ ├── valid_ratio7.jxl │ └── valid_small.jxl ├── ktx2 │ └── test.ktx2 ├── pkm │ └── compressions │ │ └── etc1.pkm ├── png │ ├── test.apng │ └── test.png ├── pnm │ ├── P1 │ │ ├── feep.ascii.pbm │ │ └── fool.ascii.pbm │ ├── P2 │ │ └── feep.ascii.pgm │ ├── P3 │ │ └── feep.ascii.ppm │ ├── P4 │ │ └── feep.pbm │ ├── P5 │ │ └── feep.pgm │ └── P6 │ │ └── pbmlib.ppm ├── psd │ └── test.psd ├── pvrtc │ ├── 128x256.pvr │ ├── 64x64.pvr │ └── compressions │ │ ├── eac_r.pvr │ │ ├── eac_rg.pvr │ │ ├── etc2_a1.pvr │ │ ├── etc2_a8.pvr │ │ ├── etc2_rgb.pvr │ │ ├── pvrtc_2bpp_rgb.pvr │ │ ├── pvrtc_2bpp_rgba.pvr │ │ ├── pvrtc_4bpp_rgb.pvr │ │ └── pvrtc_4bpp_rgba.pvr ├── qoi │ └── test.qoi ├── tga │ ├── fileformat │ │ ├── CBW8.TGA │ │ ├── CCM8.TGA │ │ ├── CTC16.TGA │ │ ├── CTC24.TGA │ │ ├── CTC32.TGA │ │ ├── FLAG_B16.TGA │ │ ├── FLAG_B24.TGA │ │ ├── FLAG_B32.TGA │ │ ├── FLAG_T16.TGA │ │ ├── FLAG_T32.TGA │ │ ├── MARBLES.TGA │ │ ├── UBW8.TGA │ │ ├── UCM8.TGA │ │ ├── UTC16.TGA │ │ ├── UTC24.TGA │ │ ├── UTC32.TGA │ │ ├── XING_B16.TGA │ │ ├── XING_B24.TGA │ │ ├── XING_B32.TGA │ │ ├── XING_T16.TGA │ │ ├── XING_T24.TGA │ │ └── XING_T32.TGA │ ├── test.tga │ ├── type_1.tga │ ├── type_10.tga │ └── type_2.tga ├── tif │ ├── test.tif │ ├── test_16.tif │ └── test_bif.tif ├── vtf │ └── test.vtf └── webp │ ├── extended.16x32.webp │ ├── lossless.16x32.webp │ ├── lossy.16x32.webp │ ├── riffx.webp │ └── test.webp ├── jpeg.rs ├── jxl.rs ├── ktx2.rs ├── png.rs ├── pnm.rs ├── psd.rs ├── pvrtc.rs ├── qoi.rs ├── reader.rs ├── tga.rs ├── tif.rs ├── vtf.rs └── webp.rs /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/.travis.yml -------------------------------------------------------------------------------- /Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/Cargo.toml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/README.md -------------------------------------------------------------------------------- /benches/parse_benchmark.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/benches/parse_benchmark.rs -------------------------------------------------------------------------------- /src/container/atc.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/container/atc.rs -------------------------------------------------------------------------------- /src/container/dds.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/container/dds.rs -------------------------------------------------------------------------------- /src/container/heif.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/container/heif.rs -------------------------------------------------------------------------------- /src/container/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/container/mod.rs -------------------------------------------------------------------------------- /src/container/pkm.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/container/pkm.rs -------------------------------------------------------------------------------- /src/container/pvrtc.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/container/pvrtc.rs -------------------------------------------------------------------------------- /src/formats/aesprite.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/formats/aesprite.rs -------------------------------------------------------------------------------- /src/formats/astc.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/formats/astc.rs -------------------------------------------------------------------------------- /src/formats/bmp.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/formats/bmp.rs -------------------------------------------------------------------------------- /src/formats/exr.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/formats/exr.rs -------------------------------------------------------------------------------- /src/formats/farbfeld.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/formats/farbfeld.rs -------------------------------------------------------------------------------- /src/formats/gif.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/formats/gif.rs -------------------------------------------------------------------------------- /src/formats/hdr.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/formats/hdr.rs -------------------------------------------------------------------------------- /src/formats/ico.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/formats/ico.rs -------------------------------------------------------------------------------- /src/formats/ilbm.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/formats/ilbm.rs -------------------------------------------------------------------------------- /src/formats/jpeg.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/formats/jpeg.rs -------------------------------------------------------------------------------- /src/formats/jxl.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/formats/jxl.rs -------------------------------------------------------------------------------- /src/formats/ktx2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/formats/ktx2.rs -------------------------------------------------------------------------------- /src/formats/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/formats/mod.rs -------------------------------------------------------------------------------- /src/formats/png.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/formats/png.rs -------------------------------------------------------------------------------- /src/formats/pnm.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/formats/pnm.rs -------------------------------------------------------------------------------- /src/formats/psd.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/formats/psd.rs -------------------------------------------------------------------------------- /src/formats/qoi.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/formats/qoi.rs -------------------------------------------------------------------------------- /src/formats/tga.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/formats/tga.rs -------------------------------------------------------------------------------- /src/formats/tiff.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/formats/tiff.rs -------------------------------------------------------------------------------- /src/formats/vtf.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/formats/vtf.rs -------------------------------------------------------------------------------- /src/formats/webp.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/formats/webp.rs -------------------------------------------------------------------------------- /src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/lib.rs -------------------------------------------------------------------------------- /src/util.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/src/util.rs -------------------------------------------------------------------------------- /tests/aseprite.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/aseprite.rs -------------------------------------------------------------------------------- /tests/astc.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/astc.rs -------------------------------------------------------------------------------- /tests/avif.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/avif.rs -------------------------------------------------------------------------------- /tests/blob.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/blob.rs -------------------------------------------------------------------------------- /tests/bmp.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/bmp.rs -------------------------------------------------------------------------------- /tests/container_compressions.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/container_compressions.rs -------------------------------------------------------------------------------- /tests/dds.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/dds.rs -------------------------------------------------------------------------------- /tests/eac.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/eac.rs -------------------------------------------------------------------------------- /tests/etc2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/etc2.rs -------------------------------------------------------------------------------- /tests/exr.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/exr.rs -------------------------------------------------------------------------------- /tests/farbfeld.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/farbfeld.rs -------------------------------------------------------------------------------- /tests/fuzz.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz.rs -------------------------------------------------------------------------------- /tests/fuzz_crashes/crash-00c7e46f471302df51e48f3acc4dc7c422d4a7df: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/crash-00c7e46f471302df51e48f3acc4dc7c422d4a7df -------------------------------------------------------------------------------- /tests/fuzz_crashes/crash-ca39d517056a4d8fa379976de55f06428c6e39fb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/crash-ca39d517056a4d8fa379976de55f06428c6e39fb -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000000,sig06,src000034,time4401+000067,opsplice,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000000,sig06,src000034,time4401+000067,opsplice,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000000,sig06,src000059,time29965,ophavoc,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000000,sig06,src000059,time29965,ophavoc,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000000,sig06,src000065,time5826,ophavoc,rep8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000000,sig06,src000065,time5826,ophavoc,rep8 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000000,sig06,src000075,time7852+000131,opsplice,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000000,sig06,src000075,time7852+000131,opsplice,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000000,sig06,src000082,time6965,ophavoc,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000000,sig06,src000082,time6965,ophavoc,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000001,sig06,src000065,time5842,ophavoc,rep8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000001,sig06,src000065,time5842,ophavoc,rep8 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000001,sig06,src000066,time5870+000039,opsplice,rep8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000001,sig06,src000066,time5870+000039,opsplice,rep8 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000001,sig06,src000078,time40364,opflip1,pos10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000001,sig06,src000078,time40364,opflip1,pos10 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000001,sig06,src000083,time8110,ophavoc,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000001,sig06,src000083,time8110,ophavoc,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000001,sig06,src000096,time7390,ophavoc,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000001,sig06,src000096,time7390,ophavoc,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000002,sig06,src000065,time5956+000008,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000002,sig06,src000065,time5956+000008,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000002,sig06,src000067,time5969,ophavoc,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000002,sig06,src000067,time5969,ophavoc,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000002,sig06,src000078,time40373,opflip1,pos10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000002,sig06,src000078,time40373,opflip1,pos10 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000002,sig06,src000100,time7683+000047,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000002,sig06,src000100,time7683+000047,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000002,sig06,src000100,time8729,ophavoc,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000002,sig06,src000100,time8729,ophavoc,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000003,sig06,src000065,time6003+000074,opsplice,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000003,sig06,src000065,time6003+000074,opsplice,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000003,sig06,src000067,time6017,ophavoc,rep32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000003,sig06,src000067,time6017,ophavoc,rep32 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000003,sig06,src000078,time40583,oparith8,pos10,val+3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000003,sig06,src000078,time40583,oparith8,pos10,val+3 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000003,sig06,src000100,time7709+000077,opsplice,rep8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000003,sig06,src000100,time7709+000077,opsplice,rep8 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000003,sig06,src000100,time8757,ophavoc,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000003,sig06,src000100,time8757,ophavoc,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000004,sig06,src000065,time6034+000021,opsplice,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000004,sig06,src000065,time6034+000021,opsplice,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000004,sig06,src000067,time6054+000063,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000004,sig06,src000067,time6054+000063,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000004,sig06,src000095,time49594,opint32,pos74,valbe+1024: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000004,sig06,src000095,time49594,opint32,pos74,valbe+1024 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000004,sig06,src000100,time7738+000096,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000004,sig06,src000100,time7738+000096,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000004,sig06,src000100,time8766,ophavoc,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000004,sig06,src000100,time8766,ophavoc,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000005,sig06,src000065,time6044+000021,opsplice,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000005,sig06,src000065,time6044+000021,opsplice,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000005,sig06,src000067,time6070+000068,opsplice,rep8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000005,sig06,src000067,time6070+000068,opsplice,rep8 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000005,sig06,src000102,time7826,ophavoc,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000005,sig06,src000102,time7826,ophavoc,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000005,sig06,src000104,time53428,opflip1,pos18: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000005,sig06,src000104,time53428,opflip1,pos18 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000005,sig06,src000133,time9140,ophavoc,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000005,sig06,src000133,time9140,ophavoc,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000006,sig06,src000067,time6077+000068,opsplice,rep8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000006,sig06,src000067,time6077+000068,opsplice,rep8 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000006,sig06,src000093,time7505+000008,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000006,sig06,src000093,time7505+000008,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000006,sig06,src000102,time7953+000091,opsplice,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000006,sig06,src000102,time7953+000091,opsplice,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000006,sig06,src000104,time55752,ophavoc,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000006,sig06,src000104,time55752,ophavoc,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000006,sig06,src000133,time9149,ophavoc,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000006,sig06,src000133,time9149,ophavoc,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000007,sig06,src000067,time6087+000068,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000007,sig06,src000067,time6087+000068,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000007,sig06,src000094,time7622,ophavoc,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000007,sig06,src000094,time7622,ophavoc,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000007,sig06,src000102,time7979+000042,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000007,sig06,src000102,time7979+000042,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000007,sig06,src000106,time55924,opflip1,pos16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000007,sig06,src000106,time55924,opflip1,pos16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000007,sig06,src000133,time9167,ophavoc,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000007,sig06,src000133,time9167,ophavoc,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000008,sig06,src000067,time6110+000079,opsplice,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000008,sig06,src000067,time6110+000079,opsplice,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000008,sig06,src000094,time7640,ophavoc,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000008,sig06,src000094,time7640,ophavoc,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000008,sig06,src000102,time8044+000065,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000008,sig06,src000102,time8044+000065,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000008,sig06,src000110,time59462,opflip1,pos76: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000008,sig06,src000110,time59462,opflip1,pos76 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000008,sig06,src000133,time9309+000033,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000008,sig06,src000133,time9309+000033,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000009,sig06,src000071,time7528,ophavoc,rep8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000009,sig06,src000071,time7528,ophavoc,rep8 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000009,sig06,src000075,time94640,opint32,pos31,valbe+1000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000009,sig06,src000075,time94640,opint32,pos31,valbe+1000 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000009,sig06,src000094,time7726+000060,opsplice,rep32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000009,sig06,src000094,time7726+000060,opsplice,rep32 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000009,sig06,src000102,time19094+000120,opsplice,rep32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000009,sig06,src000102,time19094+000120,opsplice,rep32 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000009,sig06,src000102,time8096+000070,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000009,sig06,src000102,time8096+000070,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000010,sig06,src000073,time8265,ophavoc,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000010,sig06,src000073,time8265,ophavoc,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000010,sig06,src000096,time8258,ophavoc,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000010,sig06,src000096,time8258,ophavoc,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000010,sig06,src000102,time19159+000133,opsplice,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000010,sig06,src000102,time19159+000133,opsplice,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000010,sig06,src000102,time8132+000065,opsplice,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000010,sig06,src000102,time8132+000065,opsplice,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000010,sig06,src000137,time98375,ophavoc,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000010,sig06,src000137,time98375,ophavoc,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000011,sig06,src000093,time17439,ophavoc,rep8: -------------------------------------------------------------------------------- 1 | @LLE -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000011,sig06,src000097,time12472,ophavoc,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000011,sig06,src000097,time12472,ophavoc,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000011,sig06,src000102,time8145+000065,opsplice,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000011,sig06,src000102,time8145+000065,opsplice,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000011,sig06,src000133,time21541+000030,opsplice,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000011,sig06,src000133,time21541+000030,opsplice,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000011,sig06,src000137,time99035,ophavoc,rep8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000011,sig06,src000137,time99035,ophavoc,rep8 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000012,sig06,src000013,time19528+000037,opsplice,rep32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000012,sig06,src000013,time19528+000037,opsplice,rep32 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000012,sig06,src000057,time13005,ophavoc,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000012,sig06,src000057,time13005,ophavoc,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000012,sig06,src000068,time28308+000041,opsplice,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000012,sig06,src000068,time28308+000041,opsplice,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000012,sig06,src000098,time13332+000056,opsplice,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000012,sig06,src000098,time13332+000056,opsplice,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000012,sig06,src000139,time105361,opflip2,pos11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000012,sig06,src000139,time105361,opflip2,pos11 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000013,sig06,src000017,time124390,ophavoc,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000013,sig06,src000017,time124390,ophavoc,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000013,sig06,src000082,time15135+000117,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000013,sig06,src000082,time15135+000117,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000013,sig06,src000093,time27089+000109,opsplice,rep8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000013,sig06,src000093,time27089+000109,opsplice,rep8 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000013,sig06,src000098,time13346+000093,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000013,sig06,src000098,time13346+000093,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000013,sig06,src000103,time32175+000019,opsplice,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000013,sig06,src000103,time32175+000019,opsplice,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000014,sig06,src000084,time372600,opint16,pos53,val+1024: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000014,sig06,src000084,time372600,opint16,pos53,val+1024 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000014,sig06,src000094,time27317+000100,opsplice,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000014,sig06,src000094,time27317+000100,opsplice,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000014,sig06,src000098,time13361+000093,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000014,sig06,src000098,time13361+000093,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000014,sig06,src000100,time16796,ophavoc,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000014,sig06,src000100,time16796,ophavoc,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000014,sig06,src000103,time32222+000132,opsplice,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000014,sig06,src000103,time32222+000132,opsplice,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000015,sig06,src000067,time20421+000035,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000015,sig06,src000067,time20421+000035,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000015,sig06,src000094,time27328+000100,opsplice,rep8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000015,sig06,src000094,time27328+000100,opsplice,rep8 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000015,sig06,src000104,time377528+000124,opsplice,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000015,sig06,src000104,time377528+000124,opsplice,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000015,sig06,src000124,time18128,ophavoc,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000015,sig06,src000124,time18128,ophavoc,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000015,sig06,src000133,time46179+000114,opsplice,rep8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000015,sig06,src000133,time46179+000114,opsplice,rep8 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000016,sig06,src000095,time39237+000071,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000016,sig06,src000095,time39237+000071,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000016,sig06,src000101,time24030,ophavoc,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000016,sig06,src000101,time24030,ophavoc,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000016,sig06,src000102,time28503+000130,opsplice,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000016,sig06,src000102,time28503+000130,opsplice,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000016,sig06,src000102,time57595+000031,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000016,sig06,src000102,time57595+000031,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000016,sig06,src000150,time416482,opflip1,pos26: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000016,sig06,src000150,time416482,opflip1,pos26 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000017,sig06,src000096,time37365+000109,opsplice,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000017,sig06,src000096,time37365+000109,opsplice,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000017,sig06,src000097,time33578+000028,opsplice,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000017,sig06,src000097,time33578+000028,opsplice,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000017,sig06,src000104,time431152+000077,opsplice,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000017,sig06,src000104,time431152+000077,opsplice,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000017,sig06,src000120,time42232,ophavoc,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000017,sig06,src000120,time42232,ophavoc,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000017,sig06,src000138,time59962,ophavoc,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000017,sig06,src000138,time59962,ophavoc,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000018,sig06,src000082,time78962+000123,opsplice,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000018,sig06,src000082,time78962+000123,opsplice,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000018,sig06,src000095,time55143+000041,opsplice,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000018,sig06,src000095,time55143+000041,opsplice,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000018,sig06,src000103,time38423+000040,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000018,sig06,src000103,time38423+000040,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000018,sig06,src000107,time431289+000077,opsplice,rep8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000018,sig06,src000107,time431289+000077,opsplice,rep8 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000018,sig06,src000130,time123451+000031,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000018,sig06,src000130,time123451+000031,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000019,sig06,src000015,time41493+000107,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000019,sig06,src000015,time41493+000107,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000019,sig06,src000091,time79398,ophavoc,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000019,sig06,src000091,time79398,ophavoc,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000019,sig06,src000118,time58353+000100,opsplice,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000019,sig06,src000118,time58353+000100,opsplice,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000019,sig06,src000137,time477637+000046,opsplice,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000019,sig06,src000137,time477637+000046,opsplice,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000019,sig06,src000141,time180962,ophavoc,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000019,sig06,src000141,time180962,ophavoc,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000020,sig06,src000104,time515933+000116,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000020,sig06,src000104,time515933+000116,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000020,sig06,src000104,time87964,ophavoc,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000020,sig06,src000104,time87964,ophavoc,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000020,sig06,src000125,time59305,ophavoc,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000020,sig06,src000125,time59305,ophavoc,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000020,sig06,src000126,time209118+000078,opsplice,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000020,sig06,src000126,time209118+000078,opsplice,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000020,sig06,src000133,time43058,ophavoc,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000020,sig06,src000133,time43058,ophavoc,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000021,sig06,src000102,time74520+000112,opsplice,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000021,sig06,src000102,time74520+000112,opsplice,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000021,sig06,src000125,time87952+000114,opsplice,rep32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000021,sig06,src000125,time87952+000114,opsplice,rep32 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000021,sig06,src000132,time281882+000110,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000021,sig06,src000132,time281882+000110,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000021,sig06,src000146,time90213,ophavoc,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000021,sig06,src000146,time90213,ophavoc,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000022,sig06,src000057,time81799+000083,opsplice,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000022,sig06,src000057,time81799+000083,opsplice,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000022,sig06,src000084,time158741,ophavoc,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000022,sig06,src000084,time158741,ophavoc,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000022,sig06,src000098,time659472+000151,opsplice,rep8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000022,sig06,src000098,time659472+000151,opsplice,rep8 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000022,sig06,src000131,time101972,ophavoc,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000022,sig06,src000131,time101972,ophavoc,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000023,sig06,src000075,time136027,ophavoc,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000023,sig06,src000075,time136027,ophavoc,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000023,sig06,src000102,time270711+000047,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000023,sig06,src000102,time270711+000047,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000023,sig06,src000128,time1140888+000149,opsplice,rep32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000023,sig06,src000128,time1140888+000149,opsplice,rep32 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000023,sig06,src000138,time101952,ophavoc,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000023,sig06,src000138,time101952,ophavoc,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000024,sig06,src000064,time108612+000040,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000024,sig06,src000064,time108612+000040,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000024,sig06,src000096,time137842+000131,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000024,sig06,src000096,time137842+000131,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000024,sig06,src000128,time1237125+000153,opsplice,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000024,sig06,src000128,time1237125+000153,opsplice,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000024,sig06,src000146,time719941+000160,opsplice,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000024,sig06,src000146,time719941+000160,opsplice,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000025,sig06,src000128,time1237148+000153,opsplice,rep64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000025,sig06,src000128,time1237148+000153,opsplice,rep64 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000025,sig06,src000129,time305567,ophavoc,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000025,sig06,src000129,time305567,ophavoc,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000025,sig06,src000133,time734265+000171,opsplice,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000025,sig06,src000133,time734265+000171,opsplice,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000025,sig06,src000146,time141094,ophavoc,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000025,sig06,src000146,time141094,ophavoc,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000026,sig06,src000133,time989941+000171,opsplice,rep32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000026,sig06,src000133,time989941+000171,opsplice,rep32 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000026,sig06,src000139,time761637+000146,opsplice,rep32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000026,sig06,src000139,time761637+000146,opsplice,rep32 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000026,sig06,src000146,time1076507+000175,opsplice,rep8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000026,sig06,src000146,time1076507+000175,opsplice,rep8 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000026,sig06,src000173,time1425621+000146,opsplice,rep32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000026,sig06,src000173,time1425621+000146,opsplice,rep32 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000027,sig06,src000100,time1007056+000156,opsplice,rep128: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000027,sig06,src000100,time1007056+000156,opsplice,rep128 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000027,sig06,src000133,time1148854+000171,opsplice,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000027,sig06,src000133,time1148854+000171,opsplice,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000027,sig06,src000138,time1048318+000148,opsplice,rep8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000027,sig06,src000138,time1048318+000148,opsplice,rep8 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000027,sig06,src000178,time1538067+000155,opsplice,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000027,sig06,src000178,time1538067+000155,opsplice,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000028,sig06,src000082,time1322373+000116,opsplice,rep32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000028,sig06,src000082,time1322373+000116,opsplice,rep32 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000028,sig06,src000139,time1297894+000166,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000028,sig06,src000139,time1297894+000166,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000028,sig06,src000171,time2335430+000155,opsplice,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000028,sig06,src000171,time2335430+000155,opsplice,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000028,sig06,src000176,time1255188,ophavoc,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000028,sig06,src000176,time1255188,ophavoc,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000029,sig06,src000125,time1352544+000151,opsplice,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000029,sig06,src000125,time1352544+000151,opsplice,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000029,sig06,src000146,time1436325+000151,opsplice,rep8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000029,sig06,src000146,time1436325+000151,opsplice,rep8 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000029,sig06,src000176,time1546185+000159,opsplice,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000029,sig06,src000176,time1546185+000159,opsplice,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000029,sig06,src000178,time2653852+000155,opsplice,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000029,sig06,src000178,time2653852+000155,opsplice,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000030,sig06,src000171,time2781585+000166,opsplice,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000030,sig06,src000171,time2781585+000166,opsplice,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000030,sig06,src000176,time1796585+000147,opsplice,rep64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000030,sig06,src000176,time1796585+000147,opsplice,rep64 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000030,sig06,src000181,time1491475,ophavoc,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000030,sig06,src000181,time1491475,ophavoc,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000030,sig06,src000182,time1616639+000160,opsplice,rep64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000030,sig06,src000182,time1616639+000160,opsplice,rep64 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000031,sig06,src000147,time1584196+000174,opsplice,rep32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000031,sig06,src000147,time1584196+000174,opsplice,rep32 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000031,sig06,src000168,time2097034+000144,opsplice,rep4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000031,sig06,src000168,time2097034+000144,opsplice,rep4 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000031,sig06,src000189,time2182631+000171,opsplice,rep8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000031,sig06,src000189,time2182631+000171,opsplice,rep8 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000032,sig06,src000133,time1688991+000168,opsplice,rep128: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000032,sig06,src000133,time1688991+000168,opsplice,rep128 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000032,sig06,src000179,time2721040+000163,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000032,sig06,src000179,time2721040+000163,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000032,sig06,src000187,time2992105+000151,opsplice,rep64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000032,sig06,src000187,time2992105+000151,opsplice,rep64 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000033,sig06,src000176,time3961144+000152,opsplice,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000033,sig06,src000176,time3961144+000152,opsplice,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000033,sig06,src000178,time1758623+000156,opsplice,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000033,sig06,src000178,time1758623+000156,opsplice,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000033,sig06,src000182,time3271782+000147,opsplice,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000033,sig06,src000182,time3271782+000147,opsplice,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000034,sig06,src000178,time2118744+000157,opsplice,rep16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000034,sig06,src000178,time2118744+000157,opsplice,rep16 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000034,sig06,src000189,time4930876+000147,opsplice,rep2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000034,sig06,src000189,time4930876+000147,opsplice,rep2 -------------------------------------------------------------------------------- /tests/fuzz_crashes/id000035,sig06,src000146,time2939430+000171,opsplice,rep32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/fuzz_crashes/id000035,sig06,src000146,time2939430+000171,opsplice,rep32 -------------------------------------------------------------------------------- /tests/gif.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/gif.rs -------------------------------------------------------------------------------- /tests/hdr.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/hdr.rs -------------------------------------------------------------------------------- /tests/heic.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/heic.rs -------------------------------------------------------------------------------- /tests/helper_methods.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/helper_methods.rs -------------------------------------------------------------------------------- /tests/ico.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/ico.rs -------------------------------------------------------------------------------- /tests/ilbm.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/ilbm.rs -------------------------------------------------------------------------------- /tests/images/aseprite/1.ase: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/aseprite/1.ase -------------------------------------------------------------------------------- /tests/images/aseprite/2.ase: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/aseprite/2.ase -------------------------------------------------------------------------------- /tests/images/astc/test.astc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/astc/test.astc -------------------------------------------------------------------------------- /tests/images/atc/compressions/atc_rgb.pkm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/atc/compressions/atc_rgb.pkm -------------------------------------------------------------------------------- /tests/images/atc/compressions/atc_rgba_explicit.pkm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/atc/compressions/atc_rgba_explicit.pkm -------------------------------------------------------------------------------- /tests/images/atc/compressions/atc_rgba_interp.pkm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/atc/compressions/atc_rgba_interp.pkm -------------------------------------------------------------------------------- /tests/images/avif/test.avif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/avif/test.avif -------------------------------------------------------------------------------- /tests/images/avif/test.avifs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/avif/test.avifs -------------------------------------------------------------------------------- /tests/images/bmp/test.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/bmp/test.bmp -------------------------------------------------------------------------------- /tests/images/dds/compressions/bc1.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/dds/compressions/bc1.dds -------------------------------------------------------------------------------- /tests/images/dds/compressions/bc2.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/dds/compressions/bc2.dds -------------------------------------------------------------------------------- /tests/images/dds/compressions/bc3.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/dds/compressions/bc3.dds -------------------------------------------------------------------------------- /tests/images/dds/compressions/bc4.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/dds/compressions/bc4.dds -------------------------------------------------------------------------------- /tests/images/dds/compressions/bc5.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/dds/compressions/bc5.dds -------------------------------------------------------------------------------- /tests/images/dds/compressions/bc6h.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/dds/compressions/bc6h.dds -------------------------------------------------------------------------------- /tests/images/dds/compressions/bc7.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/dds/compressions/bc7.dds -------------------------------------------------------------------------------- /tests/images/dds/compressions/rgba32.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/dds/compressions/rgba32.dds -------------------------------------------------------------------------------- /tests/images/dds/test.dds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/dds/test.dds -------------------------------------------------------------------------------- /tests/images/eac/256x128_rg11.pkm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/eac/256x128_rg11.pkm -------------------------------------------------------------------------------- /tests/images/eac/64x64_r11.pkm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/eac/64x64_r11.pkm -------------------------------------------------------------------------------- /tests/images/etc2/128x64_rgb.pkm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/etc2/128x64_rgb.pkm -------------------------------------------------------------------------------- /tests/images/etc2/64x64_rgb.pkm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/etc2/64x64_rgb.pkm -------------------------------------------------------------------------------- /tests/images/exr/test.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/exr/test.exr -------------------------------------------------------------------------------- /tests/images/farbfeld/test.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/farbfeld/test.ff -------------------------------------------------------------------------------- /tests/images/gif/test.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/gif/test.gif -------------------------------------------------------------------------------- /tests/images/hdr/test.hdr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/hdr/test.hdr -------------------------------------------------------------------------------- /tests/images/heic/heic.heic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/heic/heic.heic -------------------------------------------------------------------------------- /tests/images/heic/heic_msf1.heic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/heic/heic_msf1.heic -------------------------------------------------------------------------------- /tests/images/ico/max_width.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/ico/max_width.ico -------------------------------------------------------------------------------- /tests/images/ico/multiple.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/ico/multiple.ico -------------------------------------------------------------------------------- /tests/images/ico/test.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/ico/test.ico -------------------------------------------------------------------------------- /tests/images/ilbm/test.iff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/ilbm/test.iff -------------------------------------------------------------------------------- /tests/images/jpg/extra.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jpg/extra.jpg -------------------------------------------------------------------------------- /tests/images/jpg/issue-9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jpg/issue-9.jpg -------------------------------------------------------------------------------- /tests/images/jpg/test.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jpg/test.jpg -------------------------------------------------------------------------------- /tests/images/jpg/unexpected_eof.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jpg/unexpected_eof.jpg -------------------------------------------------------------------------------- /tests/images/jpg/unexpected_eof_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jpg/unexpected_eof_2.jpg -------------------------------------------------------------------------------- /tests/images/jpg/unexpected_eof_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jpg/unexpected_eof_3.jpg -------------------------------------------------------------------------------- /tests/images/jpg/wrong_size.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jpg/wrong_size.jpg -------------------------------------------------------------------------------- /tests/images/jxl/err_box.jxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jxl/err_box.jxl -------------------------------------------------------------------------------- /tests/images/jxl/err_header.jxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jxl/err_header.jxl -------------------------------------------------------------------------------- /tests/images/jxl/err_signature.jxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jxl/err_signature.jxl -------------------------------------------------------------------------------- /tests/images/jxl/valid_13w_9h.jxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jxl/valid_13w_9h.jxl -------------------------------------------------------------------------------- /tests/images/jxl/valid_18w_9h.jxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jxl/valid_18w_9h.jxl -------------------------------------------------------------------------------- /tests/images/jxl/valid_30w_9h.jxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jxl/valid_30w_9h.jxl -------------------------------------------------------------------------------- /tests/images/jxl/valid_9w_13h.jxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jxl/valid_9w_13h.jxl -------------------------------------------------------------------------------- /tests/images/jxl/valid_9w_18h.jxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jxl/valid_9w_18h.jxl -------------------------------------------------------------------------------- /tests/images/jxl/valid_9w_30h.jxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jxl/valid_9w_30h.jxl -------------------------------------------------------------------------------- /tests/images/jxl/valid_9w_9h.jxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jxl/valid_9w_9h.jxl -------------------------------------------------------------------------------- /tests/images/jxl/valid_box_jxlc.jxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jxl/valid_box_jxlc.jxl -------------------------------------------------------------------------------- /tests/images/jxl/valid_box_jxlp.jxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jxl/valid_box_jxlp.jxl -------------------------------------------------------------------------------- /tests/images/jxl/valid_orientation0.jxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jxl/valid_orientation0.jxl -------------------------------------------------------------------------------- /tests/images/jxl/valid_orientation4.jxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jxl/valid_orientation4.jxl -------------------------------------------------------------------------------- /tests/images/jxl/valid_ratio1.jxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jxl/valid_ratio1.jxl -------------------------------------------------------------------------------- /tests/images/jxl/valid_ratio2.jxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jxl/valid_ratio2.jxl -------------------------------------------------------------------------------- /tests/images/jxl/valid_ratio3.jxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jxl/valid_ratio3.jxl -------------------------------------------------------------------------------- /tests/images/jxl/valid_ratio4.jxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jxl/valid_ratio4.jxl -------------------------------------------------------------------------------- /tests/images/jxl/valid_ratio5.jxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jxl/valid_ratio5.jxl -------------------------------------------------------------------------------- /tests/images/jxl/valid_ratio6.jxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jxl/valid_ratio6.jxl -------------------------------------------------------------------------------- /tests/images/jxl/valid_ratio7.jxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jxl/valid_ratio7.jxl -------------------------------------------------------------------------------- /tests/images/jxl/valid_small.jxl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/jxl/valid_small.jxl -------------------------------------------------------------------------------- /tests/images/ktx2/test.ktx2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/ktx2/test.ktx2 -------------------------------------------------------------------------------- /tests/images/pkm/compressions/etc1.pkm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/pkm/compressions/etc1.pkm -------------------------------------------------------------------------------- /tests/images/png/test.apng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/png/test.apng -------------------------------------------------------------------------------- /tests/images/png/test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/png/test.png -------------------------------------------------------------------------------- /tests/images/pnm/P1/feep.ascii.pbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/pnm/P1/feep.ascii.pbm -------------------------------------------------------------------------------- /tests/images/pnm/P1/fool.ascii.pbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/pnm/P1/fool.ascii.pbm -------------------------------------------------------------------------------- /tests/images/pnm/P2/feep.ascii.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/pnm/P2/feep.ascii.pgm -------------------------------------------------------------------------------- /tests/images/pnm/P3/feep.ascii.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/pnm/P3/feep.ascii.ppm -------------------------------------------------------------------------------- /tests/images/pnm/P4/feep.pbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/pnm/P4/feep.pbm -------------------------------------------------------------------------------- /tests/images/pnm/P5/feep.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/pnm/P5/feep.pgm -------------------------------------------------------------------------------- /tests/images/pnm/P6/pbmlib.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/pnm/P6/pbmlib.ppm -------------------------------------------------------------------------------- /tests/images/psd/test.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/psd/test.psd -------------------------------------------------------------------------------- /tests/images/pvrtc/128x256.pvr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/pvrtc/128x256.pvr -------------------------------------------------------------------------------- /tests/images/pvrtc/64x64.pvr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/pvrtc/64x64.pvr -------------------------------------------------------------------------------- /tests/images/pvrtc/compressions/eac_r.pvr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/pvrtc/compressions/eac_r.pvr -------------------------------------------------------------------------------- /tests/images/pvrtc/compressions/eac_rg.pvr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/pvrtc/compressions/eac_rg.pvr -------------------------------------------------------------------------------- /tests/images/pvrtc/compressions/etc2_a1.pvr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/pvrtc/compressions/etc2_a1.pvr -------------------------------------------------------------------------------- /tests/images/pvrtc/compressions/etc2_a8.pvr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/pvrtc/compressions/etc2_a8.pvr -------------------------------------------------------------------------------- /tests/images/pvrtc/compressions/etc2_rgb.pvr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/pvrtc/compressions/etc2_rgb.pvr -------------------------------------------------------------------------------- /tests/images/pvrtc/compressions/pvrtc_2bpp_rgb.pvr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/pvrtc/compressions/pvrtc_2bpp_rgb.pvr -------------------------------------------------------------------------------- /tests/images/pvrtc/compressions/pvrtc_2bpp_rgba.pvr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/pvrtc/compressions/pvrtc_2bpp_rgba.pvr -------------------------------------------------------------------------------- /tests/images/pvrtc/compressions/pvrtc_4bpp_rgb.pvr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/pvrtc/compressions/pvrtc_4bpp_rgb.pvr -------------------------------------------------------------------------------- /tests/images/pvrtc/compressions/pvrtc_4bpp_rgba.pvr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/pvrtc/compressions/pvrtc_4bpp_rgba.pvr -------------------------------------------------------------------------------- /tests/images/qoi/test.qoi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/qoi/test.qoi -------------------------------------------------------------------------------- /tests/images/tga/fileformat/CBW8.TGA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tga/fileformat/CBW8.TGA -------------------------------------------------------------------------------- /tests/images/tga/fileformat/CCM8.TGA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tga/fileformat/CCM8.TGA -------------------------------------------------------------------------------- /tests/images/tga/fileformat/CTC16.TGA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tga/fileformat/CTC16.TGA -------------------------------------------------------------------------------- /tests/images/tga/fileformat/CTC24.TGA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tga/fileformat/CTC24.TGA -------------------------------------------------------------------------------- /tests/images/tga/fileformat/CTC32.TGA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tga/fileformat/CTC32.TGA -------------------------------------------------------------------------------- /tests/images/tga/fileformat/FLAG_B16.TGA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tga/fileformat/FLAG_B16.TGA -------------------------------------------------------------------------------- /tests/images/tga/fileformat/FLAG_B24.TGA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tga/fileformat/FLAG_B24.TGA -------------------------------------------------------------------------------- /tests/images/tga/fileformat/FLAG_B32.TGA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tga/fileformat/FLAG_B32.TGA -------------------------------------------------------------------------------- /tests/images/tga/fileformat/FLAG_T16.TGA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tga/fileformat/FLAG_T16.TGA -------------------------------------------------------------------------------- /tests/images/tga/fileformat/FLAG_T32.TGA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tga/fileformat/FLAG_T32.TGA -------------------------------------------------------------------------------- /tests/images/tga/fileformat/MARBLES.TGA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tga/fileformat/MARBLES.TGA -------------------------------------------------------------------------------- /tests/images/tga/fileformat/UBW8.TGA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tga/fileformat/UBW8.TGA -------------------------------------------------------------------------------- /tests/images/tga/fileformat/UCM8.TGA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tga/fileformat/UCM8.TGA -------------------------------------------------------------------------------- /tests/images/tga/fileformat/UTC16.TGA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tga/fileformat/UTC16.TGA -------------------------------------------------------------------------------- /tests/images/tga/fileformat/UTC24.TGA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tga/fileformat/UTC24.TGA -------------------------------------------------------------------------------- /tests/images/tga/fileformat/UTC32.TGA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tga/fileformat/UTC32.TGA -------------------------------------------------------------------------------- /tests/images/tga/fileformat/XING_B16.TGA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tga/fileformat/XING_B16.TGA -------------------------------------------------------------------------------- /tests/images/tga/fileformat/XING_B24.TGA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tga/fileformat/XING_B24.TGA -------------------------------------------------------------------------------- /tests/images/tga/fileformat/XING_B32.TGA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tga/fileformat/XING_B32.TGA -------------------------------------------------------------------------------- /tests/images/tga/fileformat/XING_T16.TGA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tga/fileformat/XING_T16.TGA -------------------------------------------------------------------------------- /tests/images/tga/fileformat/XING_T24.TGA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tga/fileformat/XING_T24.TGA -------------------------------------------------------------------------------- /tests/images/tga/fileformat/XING_T32.TGA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tga/fileformat/XING_T32.TGA -------------------------------------------------------------------------------- /tests/images/tga/test.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tga/test.tga -------------------------------------------------------------------------------- /tests/images/tga/type_1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tga/type_1.tga -------------------------------------------------------------------------------- /tests/images/tga/type_10.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tga/type_10.tga -------------------------------------------------------------------------------- /tests/images/tga/type_2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tga/type_2.tga -------------------------------------------------------------------------------- /tests/images/tif/test.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tif/test.tif -------------------------------------------------------------------------------- /tests/images/tif/test_16.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tif/test_16.tif -------------------------------------------------------------------------------- /tests/images/tif/test_bif.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/tif/test_bif.tif -------------------------------------------------------------------------------- /tests/images/vtf/test.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/vtf/test.vtf -------------------------------------------------------------------------------- /tests/images/webp/extended.16x32.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/webp/extended.16x32.webp -------------------------------------------------------------------------------- /tests/images/webp/lossless.16x32.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/webp/lossless.16x32.webp -------------------------------------------------------------------------------- /tests/images/webp/lossy.16x32.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/webp/lossy.16x32.webp -------------------------------------------------------------------------------- /tests/images/webp/riffx.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/webp/riffx.webp -------------------------------------------------------------------------------- /tests/images/webp/test.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/images/webp/test.webp -------------------------------------------------------------------------------- /tests/jpeg.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/jpeg.rs -------------------------------------------------------------------------------- /tests/jxl.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/jxl.rs -------------------------------------------------------------------------------- /tests/ktx2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/ktx2.rs -------------------------------------------------------------------------------- /tests/png.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/png.rs -------------------------------------------------------------------------------- /tests/pnm.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/pnm.rs -------------------------------------------------------------------------------- /tests/psd.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/psd.rs -------------------------------------------------------------------------------- /tests/pvrtc.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/pvrtc.rs -------------------------------------------------------------------------------- /tests/qoi.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/qoi.rs -------------------------------------------------------------------------------- /tests/reader.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/reader.rs -------------------------------------------------------------------------------- /tests/tga.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/tga.rs -------------------------------------------------------------------------------- /tests/tif.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/tif.rs -------------------------------------------------------------------------------- /tests/vtf.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/vtf.rs -------------------------------------------------------------------------------- /tests/webp.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roughsketch/imagesize/HEAD/tests/webp.rs --------------------------------------------------------------------------------