< Home - < Back

OpenImageIO


Information about the package, OpenImageIO, which is shipped with common Linux distributions. The OpenImageIO package is designed for, Library for reading and writing images.


Package Name:

OpenImageIO

Summary:

Library for reading and writing images

Description:

OpenImageIO is a library for reading and writing images, and a bunch of related classes, utilities, and applications. Main features include: - Extremely simple but powerful ImageInput and ImageOutput APIs for reading and writing 2D images that is format agnostic. - Format plugins for TIFF, JPEG/JFIF, OpenEXR, PNG, HDR/RGBE, Targa, JPEG-2000, DPX, Cineon, FITS, BMP, ICO, RMan Zfile, Softimage PIC, DDS, SGI, PNM/PPM/PGM/PBM, Field3d. - An ImageCache class that transparently manages a cache so that it can access truly vast amounts of image data.

Architecture:

x86_64

Version:

1.2.3

Release:

3.el6

Size:

1.2 M

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for OpenImageIO


Control the OpenImageIO package with the following handy commands outlined below.


Command

Description of Command

yum install OpenImageIO

This command will install OpenImageIO on the server.

yum remove OpenImageIO

This command will un-install OpenImageIO on the server. When you run this command, you will be asked if you are sure that you want to remove OpenImageIO, so you have to manually confirm that you want to do this.

yum -y remove OpenImageIO

This command will un-install OpenImageIO on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove OpenImageIO when using the -y flag.

yum update OpenImageIO

This command will update OpenImageIO to the latest version. When you run this command, you will be asked if you are sure that you want to remove OpenImageIO, so you have to manually confirm that you want to do this.

yum -y update OpenImageIO

This command will update OpenImageIO to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove OpenImageIO when using the -y flag.

yum info OpenImageIO

This command will show you core information about the OpenImageIO package.

yum deplist OpenImageIO

This command will show you the dependencies for OpenImageIO. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update OpenImageIO

This command will check if there is an update waiting on OpenImageIO. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.