Uses of Class
cloud.opencode.base.image.exception.ImageReadException
Packages that use ImageReadException
-
Uses of ImageReadException in cloud.opencode.base.image
Methods in cloud.opencode.base.image that throw ImageReadExceptionModifier and TypeMethodDescriptionstatic int[]OpenImage.getDimensions(Path path) Get image dimensions without fully loading 获取图片尺寸(不完全加载)static ImageInfoGet image info from path 从路径获取图片信息static ImageRead image from path 从路径读取图片static BufferedImageOpenImage.readBufferedImage(Path path) Read BufferedImage directly from path 直接从路径读取BufferedImage