Uses of Class
cloud.opencode.base.image.exception.ImageIOException
Packages that use ImageIOException
Package
Description
-
Uses of ImageIOException in cloud.opencode.base.image
Methods in cloud.opencode.base.image that throw ImageIOExceptionModifier and TypeMethodDescriptionstatic voidQuick JPEG compress. | 快速 JPEG 压缩。static voidOpenImage.convert(Path input, Path output, ImageFormat format) Quick format conversion. | 快速格式转换。static voidQuick crop. | 快速裁剪。static voidOpenImage.flipHorizontal(Path input, Path output) Quick horizontal flip. | 快速水平翻转。static voidOpenImage.flipVertical(Path input, Path output) Quick vertical flip. | 快速垂直翻转。static ImageImage.from(byte[] bytes) Create image from byte array 从字节数组创建图片static ImageCreate image from path 从路径创建图片static ImageOpenImage.fromBase64(String base64) Read image from Base64 string 从Base64字符串读取图片static voidQuick grayscale. | 快速灰度。static ImageOpenImage.read(byte[] bytes) Read image from byte array 从字节数组读取图片static ImageOpenImage.read(InputStream in) Read image from input stream 从输入流读取图片static voidQuick resize. | 快速缩放。static voidQuick rotate. | 快速旋转。static voidQuick thumbnail (preserve aspect to maximum dimension). | 快速缩略图(保持比例)。static byte[]Encode image bytes from path. | 将路径中的图片转为字节。 -
Uses of ImageIOException in cloud.opencode.base.image.exception
Subclasses of ImageIOException in cloud.opencode.base.image.exceptionModifier and TypeClassDescriptionclassImage Read Exception 图片读取异常classImage Write Exception 图片写入异常 -
Uses of ImageIOException in cloud.opencode.base.image.responsive
Methods in cloud.opencode.base.image.responsive that throw ImageIOExceptionModifier and TypeMethodDescriptionGenerate all variants for all sources.Generate all variant/format combinations and write them to the output directory.static ResponsiveBuilderCreate a ResponsiveBuilder from a file path. -
Uses of ImageIOException in cloud.opencode.base.image.thumbnail
Methods in cloud.opencode.base.image.thumbnail that throw ImageIOExceptionModifier and TypeMethodDescriptionstatic ThumbnailBuilderThumbnailBuilder.of(byte[] bytes) Factory: from raw image bytes.static ThumbnailBuilderFactory: from path.