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
I got next error when trying to handle specific image:
ImageSharp.ImageFormatException 'Too many coefficients 64 > 63
Steps to Reproduce
Here is my code: using (var image = Image.Load(fileInfo.PhysicalPath)) { image .Resize(new Size(width, height)) .Save(path, new JpegEncoder() { Quality = quality }); }
Description
I got next error when trying to handle specific image:
Steps to Reproduce
Here is my code:
using (var image = Image.Load(fileInfo.PhysicalPath)) { image .Resize(new Size(width, height)) .Save(path, new JpegEncoder() { Quality = quality }); }
Here is my image: https://yadi.sk/i/umUKZBd23MHWAm
System Configuration
The text was updated successfully, but these errors were encountered: