Forgotten debug output removed.

This commit is contained in:
Andrey Kiselev 2004-06-07 09:05:09 +00:00
parent 10413ec127
commit 670cdcb608

View File

@ -1,5 +1,5 @@
/******************************************************************************
* $Id: tiffset.c,v 1.5 2004-06-05 09:05:26 dron Exp $
* $Id: tiffset.c,v 1.6 2004-06-07 09:05:09 dron Exp $
*
* Project: libtiff tools
* Purpose: Mainline for setting metadata in existing TIFF files.
@ -29,7 +29,10 @@
******************************************************************************
*
* $Log: tiffset.c,v $
* Revision 1.5 2004-06-05 09:05:26 dron
* Revision 1.6 2004-06-07 09:05:09 dron
* Forgotten debug output removed.
*
* Revision 1.5 2004/06/05 09:05:26 dron
* tiffset now can set any libtiff supported tags. Tags can be supplied by the
* mnemonic name or number.
*
@ -174,10 +177,7 @@ main(int argc, char* argv[])
case TIFF_SRATIONAL:
case TIFF_DOUBLE:
for (i = 0; i < fip->field_writecount; i++)
{
((double *)array)[i] = atof(argv[arg_index+i]);
printf("%f\n", ((double *)array)[i]);
}
break;
case TIFF_FLOAT:
for (i = 0; i < fip->field_writecount; i++)