Closed
Description
Description
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 }); }
Here is my image: https://yadi.sk/i/umUKZBd23MHWAm
System Configuration
- ImageSharp version: 1.0.0-alpha9-00182
- Environment (Operating system, version and so on): Windows 10, ubuntu
- .NET Framework version: .net core 1.1