Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Meday7 opened this issue Aug 24, 2017 · 2 comments
Closed

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

Meday7 opened this issue Aug 24, 2017 · 2 comments

Comments

@Meday7
Copy link

Meday7 commented Aug 24, 2017

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
@JimBobSquarePants
Copy link
Member

Fairly certain this is a duplicate. Did you check?

@JimBobSquarePants
Copy link
Member

Yup. Duplicate of #178

Thanks for raising this though and thanks for the test image. This really helps us. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants