Scroll to navigation

CPW2(1) General Commands Manual CPW2(1)

NAME

cwp2 - compress an image file to a WP2 file

SYNOPSIS

cwp2 [options] input_file -o output_file.wp2

DESCRIPTION

This manual page documents the cwp2 command.

cwp2 compresses an image using the WP2 format. Input format can be either PNG, JPEG, TIFF, PNM.

OPTIONS

The basic options are:

Specify the name of the output WP2 file. If omitted, cwp2 will perform compression but only report statistics. Using "-" as output name will direct output to 'stdout'.
Drop any metadata present in the source image.
Crop the source to a rectangle with top-left corner at coordinates (x_position, y_position) and size width x height. This cropping area must be fully contained within the source rectangle.
Condense the printed message.
Print summary and statistics.
Don't print anything.
Print version number and exit.
Disable all assembly optimizations.

SEE ALSO

dwp2(1),

June 8, 2022