pngcp - create a new PNG file, having changed some attributes
Contents
Bugs
There are no known bugs in pngtools. If you find one, please contact mikal@stillhq.com and let me know.
01 April 2024 PNGCP(1)
Description
The pngcp create a new PNG file using the image data from the input file. The output file will have the
bitdepth and number of samples per pixel as specified on the command line. There are limits on what is a
valid combination imposed by the PNG specification -- pngcp will inform you of invalid combinations.
Samples with more than eight bits are not correctly handled at the moment.
Example
pngcp toucan.png new.png
Name
pngcp - create a new PNG file, having changed some attributes
Returns
Nothing
See Also
tiffcp(1) pngchunkdesc(1) pnginfo(1)
Synopsis
pngcp [-d <depth>] [-s <samples per pixel>] <input filename> <output filename>
Version
This documentation was generated for pngtools 0.2 by autodocbook (http://www.stillhq.com).
