briandonahue/FluxJpeg.Core

GC-6: Decoder bug: black and grabled/dotted images

Opened this issue · 0 comments

From @GoogleCodeExporter on January 20, 2016 12:59

What steps will reproduce the problem?
1. new FluxJpeg.Core.Decoder.JpegDecoder(fileStream).Decode()
2. Save file

What is the expected output? What do you see instead?
I expect an image that looks like the input. Instead it is black and 
grabled/dotted; see attached file: output.jpg

What version of the product are you using? On what operating system?
Current, on Vista

Please provide any additional information below.
Decoding the image with .NET lib give expected/correct result:
System.Drawing.Bitmap.FromStream(fileStream))

Use the attached 321.jpg image as input.

Original issue reported on code.google.com by snakewar...@gmail.com on 23 Jun 2009 at 12:27

Attachments:

Copied from original issue: #6