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 continued on and finished, the test site looks good so far, no errors or issues. But wasn't sure if theres anything I can look in logs.
 
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 :)
 
Back
Top Bottom