Not a bug libpng warning: Ignoring attempt to set cHRM RGB triangle with zero area

Did it halt the process or was it allowed to continue? If it was just a warning (as the message suggests) then it's safe to ignore.
 
It will be safe to ignore, as it's just a warning thrown by the underlying library. If execution continued, then our code likely handled it gracefully and it's nothing to worry about :)
 
Top Bottom