richgel999 / jpeg-compressor

C++ JPEG compression/fuzzed low-RAM JPEG decompression codec with Public Domain or Apache 2.0 license
210 stars 57 forks source link

Increase max width/height of JPEG that can be decoded to 32768x32768 #6

Closed druidsbane closed 4 years ago

druidsbane commented 9 years ago

16384x16384 was a reasonable limit in the past but now that there are some JPEG's that are larger that need decoding it makes sense to raise that limit a bit if that's alright.