Interface IPromptImageFormatConverter
public interface IPromptImageFormatConverter
Computes the new format of an image, based on its current format.
- Since:
- 8.5.0
-
Method Summary
Modifier and TypeMethodDescriptioncomputeNewFormat(String format) Computes the new format of an image, based on its current format.
-
Method Details
-
computeNewFormat
-