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
Some game engines use custom data chunk in png header.
For example, in some games made with kirikiriz, the offset value is stored in the PNG header with oFFs chunk.
Currently, png crate don't support reading these headers, so I need to write a custom function to read the offset value.
A example code is here.
A example png file.