|
Generated by JDiff |
||||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |
This file contains all the changes in documentation in the packagecom.itextpdf.io.image
as colored differences. Deletions are shownlike this, and additions are shown like this.
If no deletions or additions are shown in an entry, the HTML tags will be what has changed. The new HTML tags are shown in the differences. If no documentation existed, and then some was added in a later version, this change is noted in the appropriate class pages of differences, but the change is not shown on this page. Only changes in existing text are shown here. Similarly, documentation which was inherited from another class or interface is not shown here.
Note that an HTML error in the new documentation may cause the display of other documentation changes to be presented incorrectly. For instance, failure to close a tag will cause all subsequent paragraphs to be displayed differently.
Class ImageDataFactory, ImageData create(Image, Color)
Gets an instance of an Image from a java.awt.Image @param image the java.awt.Image to convert @param color if different from null
the transparency pixels are replaced by this color @return RawImage @throws java.io.IOException if an I/O error occurs.
Class ImageDataFactory, ImageData create(Image, Color, boolean)
Gets an instance of an Image from a java.awt.Image. @param image the java.awt.Image
to convert @param color if different from null
the transparency pixels are replaced by this color @param forceBW if true
the image is treated as black and white @return RawImage @throws java.io.IOException if an I/O error occurs.
Class ImageDataFactory, ImageData create(String)
Create an ImageData instance representing the image from the specified file. @param filename filename of the file containing the image @return The created ImageData object. @throws MalformedURLException if an error occurred generating the URL.
Class ImageDataFactory, ImageData create(String, boolean)
Create an ImageData instance representing the image from the specified file. @param filename filename of the file containing the image @param recoverImage whether to recover from a image error (for TIFF-images) @return The created ImageData object. @throws MalformedURLException if an error occurred generating the URL.
Class ImageDataFactory, ImageData createJpeg(URL)
Create
a
an ImageData instance from a Jpeg image url @param url
URL
URL @return the created JPEG image
Class RawImageHelper, void updateRawImageParameters(RawImageData, int, int, int, int, byte[])
Update original image with Raw Image parameters. @param
image
image to update its parameters with Raw Image parameters. @param width the exact width of the image @param height the exact height of the image @param components 1,3 or 4 for GrayScale, RGB and CMYK @param bpc bits per component. Must be 1,2,4 or 8 @param data the image data @throws IOException on error