Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

iinfo(1) [debian man page]

IINFO(1)						      General Commands Manual							  IINFO(1)

NAME
iinfo - print information about images SYNOPSIS
iinfo [options] files... DESCRIPTION
The iinfo utility is invoked as follows: iinfo [options] filename... Where filename (and any following strings) names the image file(s) whose information should be printed. The image files may be of any for- mat recognized by OpenImageIO (i.e., for which ImageInput plugins are available). In its most basic usage, it simply prints the resolution, number of channels, pixel data type, and file format type of each of the files listed: $ iinfo img_6019m.jpg grid.tif lenna.png img_6019m.jpg : 1024 x 683, 3 channel, uint8 jpeg grid.tif : 512 x 512, 3 channel, uint8 tiff lenna.png : 120 x 120, 4 channel, uint8 png For a complete description, see /usr/share/doc/libopenimageio-dev/openimageio.pdf.gz. OPTIONS
--help Print help message -v Verbose output -m %s Metadata names to print (default: all) -f Prefix each line with the filename -s Sum the image sizes -a Print info about all subimages --hash Print SHA-1 hash of pixel values --stats Print image pixel statistics (data window) SEE ALSO
iconvert(1), idiff(1), igrep(1), iprocess(1), iv(1), maketx(1), oiiotool(1). AUTHOR
OpenImageIO was written by Larry Gritz and the other authors and contributors. This manual page was written by IRIE Shinsuke <irieshinsuke@yahoo.co.jp>, for the Debian project (and may be used by others). May 19, 2012 IINFO(1)

Check Out this Related Man Page

IINFO(1)                                                      General Commands Manual                                                     IINFO(1)

NAME
iinfo - print information about images SYNOPSIS
iinfo [options] files... DESCRIPTION
The iinfo utility is invoked as follows: iinfo [options] filename... Where filename (and any following strings) names the image file(s) whose information should be printed. The image files may be of any for- mat recognized by OpenImageIO (i.e., for which ImageInput plugins are available). In its most basic usage, it simply prints the resolution, number of channels, pixel data type, and file format type of each of the files listed: $ iinfo img_6019m.jpg grid.tif lenna.png img_6019m.jpg : 1024 x 683, 3 channel, uint8 jpeg grid.tif : 512 x 512, 3 channel, uint8 tiff lenna.png : 120 x 120, 4 channel, uint8 png For a complete description, see /usr/share/doc/libopenimageio-dev/openimageio.pdf.gz. OPTIONS
--help Print help message -v Verbose output -m %s Metadata names to print (default: all) -f Prefix each line with the filename -s Sum the image sizes -a Print info about all subimages --hash Print SHA-1 hash of pixel values --stats Print image pixel statistics (data window) SEE ALSO
iconvert(1), idiff(1), igrep(1), iprocess(1), iv(1), maketx(1), oiiotool(1). AUTHOR
OpenImageIO was written by Larry Gritz and the other authors and contributors. This manual page was written by IRIE Shinsuke <irieshinsuke@yahoo.co.jp>, for the Debian project (and may be used by others). May 19, 2012 IINFO(1)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

mv files based on filename

I have a directory of about 30,000 image files. The file names are all yearmonthday.jpg however some of the files have yearmonthday-snapshot.jpg i would like to move all files that contain the phrase -snapshot to their own directory. Any assistance with the proper commands would be much... (1 Reply)
Discussion started by: jdblank
1 Replies

2. Shell Programming and Scripting

putting two images together

Hi, I generated many figures in .png format (approximately 120). Right now I need to pair the figures on a single page so that the files with the same file name (i.e. jack) that end with .matrix.png are placed on the left and .cdt.png is on the right (so jack.matrix.png with jack.cdt.png... (6 Replies)
Discussion started by: kylle345
6 Replies

3. Shell Programming and Scripting

matching image files to create one image

Hi, I have two sets of image files. Both sets have names A to Z but set 1 ends with .cdt.png and set 2 ends with .matrix.png. I want set 1 to match with set 2 if the names match (i.e. A.cdt.png will match with A.matrix.png) and with the convert image tool (program for images), it will merge the... (6 Replies)
Discussion started by: kylle345
6 Replies