-
-
Notifications
You must be signed in to change notification settings - Fork 851
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
Error with Image.Load #178
Comments
Look like it's an image specific issue, Please provide a copy of the image that causes this issue. |
@tocsoft he has a link in the issue description :) |
My bad, failed to spot the link. |
@jonatan280792 if you feel you found a bug in the CURRENT ImageSharp version, please open a new issue with the issue template filled + image attached, we can't address feedback coming from comments on old issues. Si el idioma es un problema, use el traductor de Google como lo hago ahora :) |
That linked image is a png. |
Prerequisites
DEBUG
andRELEASE
modeDescription
Steps to Reproduce
var image = Image.Load(file.OpenReadStream());
I have error Too many coefficients 64 > 63 for file/link
at ImageSharp.Formats.Jpg.JpegScanDecoder.Refine(InputProcessor& bp, HuffmanTree& h, Int32 delta) at ImageSharp.Formats.Jpg.JpegScanDecoder.DecodeBlock(JpegDecoderCore decoder, Int32 scanIndex) at ImageSharp.Formats.Jpg.JpegScanDecoder.DecodeBlocks(JpegDecoderCore decoder) at ImageSharp.Formats.JpegDecoderCore.ProcessStartOfScan(Int32 remaining) at ImageSharp.Formats.JpegDecoderCore.ProcessStream(ImageMetaData metadata, Stream stream, Boolean metadataOnly) at ImageSharp.Formats.JpegDecoderCore.Decode[TColor](Stream stream) at ImageSharp.Formats.JpegDecoder.Decode[TColor](Configuration configuration, Stream stream, IDecoderOptions options) at ImageSharp.Image.Decode[TColor](Stream stream, IDecoderOptions options, Configuration config) at ImageSharp.Image.Load[TColor](Configuration config, Stream stream, IDecoderOptions options) at ImageSharp.Image.Load(Stream stream) at Biggab.Game.Education.Backend.ViewModels.Words.CreateOrEditViewModelFactory.<SaveFile>d__5.MoveNext() in C:\Projects\BiggabSocial\src\Biggab.Game.Education.Backend\Areas\Backend\ViewModels\Words\CreateOrEditViewModelFactory.cs:line 99
System Configuration
The text was updated successfully, but these errors were encountered: