Uses of Class
cloud.opencode.base.image.exception.ImageOperationException
Packages that use ImageOperationException
-
Uses of ImageOperationException in cloud.opencode.base.image
Methods in cloud.opencode.base.image that throw ImageOperationExceptionModifier and TypeMethodDescriptionImage.toBase64()Encode to Base64 using current format. | 以当前格式编码为 Base64。Image.toBase64(ImageFormat format) Encode to Base64 with explicit format. | 以指定格式编码为 Base64。byte[]Image.toBytes()Encode to bytes using current format. | 以当前格式编码为字节。byte[]Image.toBytes(ImageFormat format) Encode to bytes with explicit format. | 以指定格式编码为字节。 -
Uses of ImageOperationException in cloud.opencode.base.image.thumbnail
Methods in cloud.opencode.base.image.thumbnail that throw ImageOperationExceptionModifier and TypeMethodDescriptionbyte[]ThumbnailBuilder.toBytes()Build and return as bytes 构建并返回字节数组