Uses of Class
com.itextpdf.io.image.RawImageData
-
Uses of RawImageData in com.itextpdf.io.image
Modifier and TypeMethodDescriptionprotected static void
RawImageHelper.updateCcittImageParameters
(RawImageData image, int width, int height, boolean reverseBits, int typeCcitt, int parameters, byte[] data) static void
RawImageHelper.updateImageAttributes
(RawImageData image, Map<String, Object> additional) protected static void
RawImageHelper.updateRawImageParameters
(RawImageData image, int width, int height, boolean reverseBits, int typeCCITT, int parameters, byte[] data, int[] transparency) protected static void
RawImageHelper.updateRawImageParameters
(RawImageData image, int width, int height, int components, int bpc, byte[] data) Update original image with Raw Image parameters.protected static void
RawImageHelper.updateRawImageParameters
(RawImageData image, int width, int height, int components, int bpc, byte[] data, int[] transparency)