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
An exception is thrown by the decoder when attempting to decode animated WEBP images:
System.Exception: Can´t encode WebP
In WebP.DecodeatWebPWrapper.WebP.Decode(Byte[]rawWebP)
at Gsemac.Drawing.Imaging.WebPImageCodec.DecodeWebPBitmap(Streamstream)
at Gsemac.Drawing.Imaging.WebPImageCodec.Decode(Streamstream)
at Gsemac.Drawing.ImageFactoryBase.FromStream(Streamstream,IFileFormatimageFormat)
at Gsemac.Drawing.Extensions.ImageFactoryExtensions.FromFile(IImageFactoryimageFactory,StringfilePath)
An exception is thrown by the decoder when attempting to decode animated WEBP images:
This issue is noted in WebP-wrapper's issue tracker: JosePineiro/WebP-wrapper#27
According to the developer it's already been fixed, so recompiling
WebPWrapper.dll
with the latest source should resolve the problem.The text was updated successfully, but these errors were encountered: