Uses of Enum
com.agisoft.metashape.ImageFormat
Packages that use ImageFormat
-
Uses of ImageFormat in com.agisoft.metashape
Methods in com.agisoft.metashape that return ImageFormatModifier and TypeMethodDescriptionstatic ImageFormatReturns the enum constant of this type with the specified name.static ImageFormat[]ImageFormat.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ImageFormat in com.agisoft.metashape.tasks
Methods in com.agisoft.metashape.tasks that return ImageFormatModifier and TypeMethodDescriptionExportPoints.getImageFormat()Image data format.ExportRaster.getImageFormat()Tile format.ExportModel.getTextureFormat()Texture format.ExportTiledModel.getTextureFormat()Texture format.Methods in com.agisoft.metashape.tasks with parameters of type ImageFormatModifier and TypeMethodDescriptionvoidExportPoints.setImageFormat(ImageFormat value) Image data format.voidExportRaster.setImageFormat(ImageFormat value) Tile format.voidExportModel.setTextureFormat(ImageFormat value) Texture format.voidExportTiledModel.setTextureFormat(ImageFormat value) Texture format.