briandonahue / FluxJpeg.Core

Clone of fjcore library that seems to be stagant on google code
http://code.google.com/p/fjcore/
20 stars 10 forks source link

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

Open anders9ustafsson opened 8 years ago

anders9ustafsson commented 8 years ago

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