Uses of Class
cloud.opencode.base.image.exception.ImageWriteException
Packages that use ImageWriteException
-
Uses of ImageWriteException in cloud.opencode.base.image
Methods in cloud.opencode.base.image that throw ImageWriteExceptionModifier and TypeMethodDescriptionvoidSave to path inferring format from extension. | 按扩展名保存到路径。voidImage.save(Path path, ImageFormat format) Save to path with explicit format. | 以指定格式保存到路径。voidImage.writeTo(OutputStream out) Write to output stream using current format. | 用当前格式写入输出流。voidImage.writeTo(OutputStream out, ImageFormat format) Write to output stream with explicit format. | 以指定格式写入输出流。 -
Uses of ImageWriteException in cloud.opencode.base.image.thumbnail
Methods in cloud.opencode.base.image.thumbnail that throw ImageWriteException