diff options
| author | Antonin Descampe <antonin@gmail.com> | 2015-07-03 17:36:39 +0200 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2015-07-03 17:36:39 +0200 |
| commit | eadfad7a5014e0bf2a56667194af976fc9fc987c (patch) | |
| tree | afad024a5f59d80c82e605a64aaa4e6b1931e9e0 /src | |
| parent | 14361eee248dffe61d0f5681a43608bdd6f95597 (diff) | |
commented out printf line
Diffstat (limited to 'src')
| -rw-r--r-- | src/bin/jp2/convert.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/jp2/convert.c b/src/bin/jp2/convert.c index 9868ce36..92e043b6 100644 --- a/src/bin/jp2/convert.c +++ b/src/bin/jp2/convert.c @@ -2962,8 +2962,8 @@ int imagetopng(opj_image_t * image, const char *write_idf) png_set_packing(png); } // printf("%s:%d:sgnd(%d,%d,%d) w(%d) h(%d) alpha(%d)\n",__FILE__,__LINE__, -image->comps[0].sgnd, -image->comps[1].sgnd,image->comps[2].sgnd,width,height,has_alpha); +//image->comps[0].sgnd, +//image->comps[1].sgnd,image->comps[2].sgnd,width,height,has_alpha); adjustR = (image->comps[0].sgnd ? 1 << (image->comps[0].prec - 1) : 0); adjustG = (image->comps[1].sgnd ? 1 << (image->comps[1].prec - 1) : 0); |
