DFtiff2ras — Convert a TIFF file into individual PNG files
{infile}
{outfile}
is used to convert TIFF files into individual PNG files whose names are comprised of the output stem followed by a 3-digit page number. The raster files are converted to 100DPI images but are not image processed in any other way.
exits with one of the following statuses:
0 | The command was successful. |
2 | The command failed because there was an error in the command-line arguments, or the required input file could not be read. |
> 0 | The command was successful but one or more output files could not be created. The exit status is the number of output files that could not be created. |