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(Image image, ImageOperation operation) Process image with operation 使用操作处理图片SafeImageService.read(byte[] bytes) Read image safely from bytes 从字节数组安全读取图片Read image safely from path 从路径安全读取图片voidSave image safely 安全保存图片