Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
File : GifImahgeParser.java
Formula used for calculating Bits per pixel is wrong .
It should be
int BitsPerPixel = (bhi.colorResolution + 1) ;
instead of
int BitsPerPixel = (bhi.colorResolution + 1) * 3;