Uses of Class
cloud.opencode.base.image.exception.ImageException
Packages that use ImageException
-
Uses of ImageException in cloud.opencode.base.image.exception
Subclasses of ImageException in cloud.opencode.base.image.exceptionModifier and TypeClassDescriptionclassImage Format Exception 图片格式异常classImage IO Exception 图片IO异常classImage Operation Exception 图片操作异常classImage Read Exception 图片读取异常classImage Resource Exception 图片资源异常classImage Timeout Exception 图片处理超时异常classImage Too Large Exception 图片过大异常classImage Validation Exception 图片验证异常classImage Write Exception 图片写入异常 -
Uses of ImageException in cloud.opencode.base.image.security
Methods in cloud.opencode.base.image.security that throw ImageExceptionModifier and TypeMethodDescriptionGet image info safely 安全获取图片信息SafeImageService.process(Raster raster, ImageOperation operation) Process raster with operation under timeout / concurrency controls.SafeImageService.read(byte[] bytes) Read raster safely from bytes 从字节数组安全读取 rasterRead raster safely from path 从路径安全读取 rastervoidSafeImageService.save(Raster raster, Path path, ImageFormat format, Path baseDir) Save raster safely with explicit format 以指定格式安全保存 rastervoidSave raster safely 安全保存 raster