commented out a printf line
This commit is contained in:
parent
c9e231508b
commit
14361eee24
|
@ -2961,7 +2961,7 @@ int imagetopng(opj_image_t * image, const char *write_idf)
|
||||||
{
|
{
|
||||||
png_set_packing(png);
|
png_set_packing(png);
|
||||||
}
|
}
|
||||||
printf("%s:%d:sgnd(%d,%d,%d) w(%d) h(%d) alpha(%d)\n",__FILE__,__LINE__,
|
// printf("%s:%d:sgnd(%d,%d,%d) w(%d) h(%d) alpha(%d)\n",__FILE__,__LINE__,
|
||||||
image->comps[0].sgnd,
|
image->comps[0].sgnd,
|
||||||
image->comps[1].sgnd,image->comps[2].sgnd,width,height,has_alpha);
|
image->comps[1].sgnd,image->comps[2].sgnd,width,height,has_alpha);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue