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()Convert to Base64 string 转换为Base64字符串Image.toBase64(ImageFormat format) Convert to Base64 string with format 转换为Base64字符串(指定格式)byte[]Image.toBytes()Convert to byte array 转换为字节数组byte[]Image.toBytes(ImageFormat format) Convert to byte array with 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 构建并返回字节数组