Package org.apache.commons.imaging
Interface ImageFormat
- All Known Implementing Classes:
ImageFormats
public interface ImageFormat
Simple image format interface.
-
Method Summary
Modifier and TypeMethodDescriptionString[]
Gets the file extension associated with thisImageFormat
.getName()
Gets the name of thisImageFormat
.
-
Method Details
-
getDefaultExtension
-
getExtensions
String[] getExtensions()Gets the file extension associated with thisImageFormat
.- Returns:
- String extension
-
getName
Gets the name of thisImageFormat
.- Returns:
- String name
-