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 保存到路径voidImage.save(Path path, ImageFormat format) Save to path with format 保存到路径(指定格式)static voidOpenImage.write(BufferedImage image, Path path) Write image to path 写入图片到路径static voidOpenImage.write(BufferedImage image, Path path, ImageFormat format) Write image to path with format 写入图片到路径(指定格式)voidImage.writeTo(OutputStream out) Write to output stream 写入输出流voidImage.writeTo(OutputStream out, ImageFormat format) Write to output stream with format 写入输出流(指定格式) -
Uses of ImageWriteException in cloud.opencode.base.image.thumbnail
Methods in cloud.opencode.base.image.thumbnail that throw ImageWriteException