mansoor-ahmed / openjpeg

Automatically exported from code.google.com/p/openjpeg
Other
0 stars 0 forks source link

(rev554) imagetopng has a bug in OpenJPEG_v1_3/codec/convert.c #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Original code, imagetopng(), line 6:
    int has_alpha, w, h;

Please change to:
   int has_alpha = 0, w, h;

winfried

Original issue reported on code.google.com by szukw...@arcor.de on 30 Mar 2010 at 5:30

GoogleCodeExporter commented 9 years ago
I couldn't find the corresponding line in the current revision, or rev554. 
Could you 
update your comment ?

Original comment by fodev...@gmail.com on 8 Apr 2010 at 6:10

GoogleCodeExporter commented 9 years ago
Please see issue 16.
winfried

Original comment by szukw...@arcor.de on 29 Apr 2010 at 4:44

GoogleCodeExporter commented 9 years ago
issue fixed.

Original comment by antonin on 3 Jul 2011 at 6:10