|
From: strk <st...@ke...> - 2004-04-26 08:36:58
|
I've fixed C code in utils/png2dbl.c (var declarations in the wrong place). What I'd like to ask you is: 1) Can linking safely go -lpng ? now goes -lpng12 2) Did png12 header define 'byte' ? png2 has png_byte, I've typedef'd byte in png2dbl.c instead of renaming to png_byte.. I guess someone with libpng<2 should try this... TIA --strk; |