You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is obvious bug in the code.
When a chunk of unknown typw is found error is raised if (PUBLIC(chunkid))
However, the standard says that An unknown chunk type is not treated as an error unless it is a critical chunk, so the condition shall be if (PUBLIC(chunkid) && CRITICAL(chunkid))
Reasoning: metanorma/pngcheck-ruby#17 (comment)
Approach as discussed with @maxirmx :
Agree. I know this is not ideal but it's what is possible.
The latter please.
The text was updated successfully, but these errors were encountered: