cyotek / imagelistview

Automatically exported from code.google.com/p/imagelistview
5 stars 0 forks source link

ConvertToBitmap() bug for rare bmp formats #140

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download test images at http://entropymine.com/jason/bmpsuite/
2. Load and display them.

Bug is caused (my fault) by line 656 in ThumbnailExtractor.cs:
sourceWpf.Format != System.Windows.Media.PixelFormats.Bgr32)

Remove the line and it will fix all issues except for g08res21.bmp.

Best regards,
Jens

Original issue reported on code.google.com by modernv...@arcor.de on 19 Sep 2011 at 6:30

GoogleCodeExporter commented 9 years ago
Thank you Jens.

Regards,
Ozgur

Original comment by oozcitak on 26 Sep 2011 at 9:35

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r659.

Original comment by oozcitak on 26 Sep 2011 at 9:35