Davidah121 / SMPL

A static C++ library that encompasses all of the tools I have made to make development easier.
1 stars 0 forks source link

Fix IDAT chunk size error for linux #112

Closed Davidah121 closed 2 years ago

Davidah121 commented 2 years ago

For some reason, there is a hard cap on the size of an IDAT header for at least the default image viewer in Ubuntu 20.04 even though the standard does not specify a size limit.

Limit size of block to 64KB or potentially less.

Davidah121 commented 2 years ago

Note that the invalid image in question had a size of 86KB per block.