Package org.apache.pdfbox.debugger.ui
Class ImageUtil
java.lang.Object
org.apache.pdfbox.debugger.ui.ImageUtil
- Author:
- Tilman Hausherr Utility class for images.
-
Method Summary
Modifier and TypeMethodDescriptionstatic BufferedImage
getRotatedImage
(BufferedImage image, int rotation) Return an image rotated by a multiple of 90°.
-
Method Details
-
getRotatedImage
Return an image rotated by a multiple of 90°.- Parameters:
image
- The image to rotate.rotation
- The rotation in degrees.- Returns:
- The rotated image.
-