Enum ImageFormat

java.lang.Object
java.lang.Enum<ImageFormat>
com.agisoft.metashape.ImageFormat
All Implemented Interfaces:
Serializable, Comparable<ImageFormat>

public enum ImageFormat extends Enum<ImageFormat>
  • Enum Constant Details

    • ImageFormatUndefined

      public static final ImageFormat ImageFormatUndefined
    • ImageFormatJPEG

      public static final ImageFormat ImageFormatJPEG
    • ImageFormatTIFF

      public static final ImageFormat ImageFormatTIFF
    • ImageFormatPNG

      public static final ImageFormat ImageFormatPNG
    • ImageFormatBMP

      public static final ImageFormat ImageFormatBMP
    • ImageFormatEXR

      public static final ImageFormat ImageFormatEXR
    • ImageFormatPNM

      public static final ImageFormat ImageFormatPNM
    • ImageFormatSGI

      public static final ImageFormat ImageFormatSGI
    • ImageFormatCR2

      public static final ImageFormat ImageFormatCR2
    • ImageFormatBZ2

      public static final ImageFormat ImageFormatBZ2
    • ImageFormatSEQ

      public static final ImageFormat ImageFormatSEQ
    • ImageFormatBIL

      public static final ImageFormat ImageFormatBIL
    • ImageFormatASCII

      public static final ImageFormat ImageFormatASCII
    • ImageFormatXYZ

      public static final ImageFormat ImageFormatXYZ
    • ImageFormatWebP

      public static final ImageFormat ImageFormatWebP
  • Method Details

    • values

      public static ImageFormat[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ImageFormat valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null