| Class | Description |
|---|---|
| AdobePathBuilder | Deprecated
Use
AdobePathReader instead. |
| AdobePathReader |
Reads a
Shape object from an Adobe Photoshop Path resource. |
| AdobePathWriter |
Writes a
Shape object to an Adobe Photoshop Path or Path resource. |
| Paths |
Support for various Adobe Photoshop Path related operations:
Extract a path from an image input stream,
readPath(javax.imageio.stream.ImageInputStream)
Apply a given path to a given BufferedImage applyClippingPath(java.awt.Shape, java.awt.image.BufferedImage)
Read an image with path applied readClipped(javax.imageio.stream.ImageInputStream)
Write an image with embedded path writeClipped(java.awt.image.RenderedImage, java.awt.Shape, java.lang.String, javax.imageio.stream.ImageOutputStream)
|
Copyright © 2023. All rights reserved.