Java org.apache.commons.imaging ImageInfo fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.imaging ImageInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.imaging ImageInfo.

The text is from its open source code.

Method

intgetColorType()
Returns the color type of the image, as a constant (ie.
ImageFormatgetFormat()
Returns the image file format, ie.
StringgetFormatName()
Returns a string with the name of the image file format.
intgetHeight()
Returns the height of the image in pixels.
StringgetMimeType()
Returns the MIME type of the image.
StringtoString()