Class PngImageInfo
java.lang.Object
org.apache.commons.imaging.ImageInfo
org.apache.commons.imaging.formats.png.PngImageInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.commons.imaging.ImageInfo
ImageInfo.ColorType, ImageInfo.CompressionAlgorithm
-
Method Summary
Modifier and TypeMethodDescriptionGets the physical scale of Image.Methods inherited from class org.apache.commons.imaging.ImageInfo
dump, getBitsPerPixel, getColorType, getComments, getCompressionAlgorithm, getFormat, getFormatDetails, getFormatName, getHeight, getMimeType, getNumberOfImages, getPhysicalHeightDpi, getPhysicalHeightInch, getPhysicalWidthDpi, getPhysicalWidthInch, getWidth, isProgressive, isTransparent, toString, toString, usesPalette
-
Method Details
-
getPhysicalScale
Gets the physical scale of Image.- Returns:
PhysicalScale
. If undefined thenPhysicalScale.UNDEFINED
is returned.
-
getTextChunks
-