Uses of Class
org.exoplatform.forum.common.image.FileNotSupportedException
Packages that use FileNotSupportedException
Package
Description
Provides services to resize the dimension of images.
-
Uses of FileNotSupportedException in org.exoplatform.forum.common.image
Methods in org.exoplatform.forum.common.image that throw FileNotSupportedExceptionModifier and TypeMethodDescriptionResizeImageService.resizeImage(String imageName, InputStream is, int requestWidth, int requestHeight, boolean keepAspectRatio) Resizes an image to given dimensions.ResizeImageService.resizeImageByHeight(String imageName, InputStream is, int requestHeight) Resizes an image to a given height.ResizeImageService.resizeImageByWidth(String imageName, InputStream is, int requestWidth) Resizes an image to a given width. -
Uses of FileNotSupportedException in org.exoplatform.forum.common.image.impl
Methods in org.exoplatform.forum.common.image.impl that throw FileNotSupportedExceptionModifier and TypeMethodDescriptionResizeImageServiceImpl.resizeImage(String imageName, InputStream is, int requestWidth, int requestHeight, boolean keepAspectRatio) Resizes an image to given dimensions.ResizeImageServiceImpl.resizeImageByHeight(String imageName, InputStream is, int requestHeight) Resizes an image to a given height.ResizeImageServiceImpl.resizeImageByWidth(String imageName, InputStream is, int requestWidth) Resizes an image to a given width.