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
#1 fixes the SIGSEGV for the case when WebPWriter is used, only. Since WebP.encodeRGBA, WebP.encodeRGB(and btw. WebP.decode) are public API, the crash can still happen when the methods are called, which forward the object to JNI only by the .fPointer.
The text was updated successfully, but these errors were encountered:
pbi-qfs
added a commit
to pbi-qfs/webp-imageio
that referenced
this issue
Sep 2, 2020
#1 fixes the SIGSEGV for the case when WebPWriter is used, only. Since
WebP.encodeRGBA
,WebP.encodeRGB
(and btw.WebP.decode
) are public API, the crash can still happen when the methods are called, which forward the object to JNI only by the.fPointer
.The text was updated successfully, but these errors were encountered: