Skip to content

ImageSharp.ImageFormatException 'Too many coefficients 64 > 63 #309

Closed
@Meday7

Description

@Meday7

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions