iprocess(1) - Linux man page

Title

iprocess -- simple image processing operations

Synopsis

Usage:  iprocess [options] inputfile... -o outputfile

Description

This program is part of the OpenImageIO (http://www.openimageio.org) tool suite. Detailed documentation is avaliable in pdf format with the OpenImageIO distribution.

Options

--help

Print help message

-o %s

Set output filename

Image operations:

--add

Add two images

--crop %d %d %d %d
Crop an image (xmin, xmax, ymin, ymax)
--flip

Flip the Image (upside-down)

--flop

Flop the Image (left/right mirror)

Output options:

--filter %s %f
Set the filter to use for resize
--resize %d %d
Resize the image to x by y pixels