removed forgotten debug info in imagetopnm()

This commit is contained in:
Antonin Descampe 2011-01-11 08:21:13 +00:00
parent 985a163e33
commit 08459fd944
2 changed files with 3 additions and 3 deletions

View File

@ -5,6 +5,9 @@ What's New for OpenJPEG
! : changed
+ : added
January 9, 2011
- [antonin] removed forgotten debug info in imagetopnm().
January 9, 2011
! [antonin] imagetopnm() has been rewritten to allow 16-bits precision, and PAM (P7) support. See Netpbm for more info. (patch from szukw000).

View File

@ -1295,9 +1295,6 @@ int imagetopnm(opj_image_t * image, const char *outfile)
want_gray = (*tmp == 'g' || *tmp == 'G');
ncomp = image->numcomps;
fprintf(stderr,"%s:%d:ncomp(%d) opj_prec(%d) prec(%d)\n",
__FILE__,__LINE__,ncomp,opj_prec,prec);
if (ncomp > 2
&& image->comps[0].dx == image->comps[1].dx
&& image->comps[1].dx == image->comps[2].dx