public class EpsInterchangeImage extends EpsImage
Class for Encapsulated PostScript Interchange format
EpsImage
Modifier and Type | Method and Description |
---|---|
EpsBinaryImage |
convertToBinary()
Converts this instance to
EpsBinaryImage |
int |
getEpsType()
Gets EPS subtype value
|
int |
getPreviewHeight()
Gets the height of the preview image
|
int |
getPreviewWidth()
Gets the width of the preview image
|
RasterImage |
getRasterPreview()
Gets b/w raster preview (if present) or null
|
boolean |
hasRasterPreview()
Gets a value indicating whether this instance has format-specific raster preview
|
static EpsInterchangeImage |
to_EpsInterchangeImage(EpsBinaryImage basicImage)
Performs an explicit conversion from
EpsBinaryImage to EpsInterchangeImage |
getBitsPerPixel, getBoundingBoxBottomLeft, getBoundingBoxString, getBoundingBoxTopRight, getCreationDate, getCreationDateString, getCreator, getFileFormat, getHeight, getPageNumber, getPagesCount, getPhotoshopThumbnail, getPostScriptVersion, getTitle, getWidth, saveData
adjustBrightness, adjustContrast, adjustGamma, adjustGamma, binarizeBradley, binarizeBradley, binarizeFixed, binarizeOtsu, cacheData, crop, dither, grayscale, isCached, resize, resize, rotate, rotateFlip
crop, dither, filter, getArgb32Pixel, getDefaultArgb32Pixels, getDefaultPixels, getDefaultRawData, getDefaultRawData, getHorizontalResolution, getImageOpacity, getModifyDate, getPixel, getPremultiplyComponents, getRawCustomColorConverter, getRawDataFormat, getRawDataSettings, getRawFallbackIndex, getRawIndexedColorConverter, getRawLineSize, getSkewAngle, getTransparentColor, getUpdateXmpData, getUseRawData, getVerticalResolution, getXmpData, hasAlpha, hasTransparentColor, isRawDataAvailable, loadArgb32Pixels, loadArgb64Pixels, loadCmyk32Pixels, loadCmykPixels, loadPartialArgb32Pixels, loadPartialPixels, loadPixels, loadRawData, loadRawData, normalizeAngle, normalizeAngle, readArgb32ScanLine, readScanLine, replaceColor, replaceColor, replaceNonTransparentColors, replaceNonTransparentColors, rotate, saveArgb32Pixels, saveCmyk32Pixels, saveCmykPixels, savePixels, saveRawData, setArgb32Pixel, setHorizontalResolution, setPalette, setPixel, setPremultiplyComponents, setRawCustomColorConverter, setRawFallbackIndex, setRawIndexedColorConverter, setResolution, setTransparentColor, setTransparentColor, setUpdateXmpData, setUseRawData, setVerticalResolution, setXmpData, toBitmap, writeArgb32ScanLine, writeScanLine
canLoad, canLoad, canLoad, canLoad, canSave, create, getBackgroundColor, getBounds, getBufferSizeHint, getContainer, getDefaultOptions, getFileFormat, getFileFormat, getFittingRectangle, getFittingRectangle, getInterruptMonitor, getOriginalOptions, getPalette, getProgressEventHandler, getProgressEventHandlerInfo, getProportionalHeight, getProportionalWidth, getSize, hasBackgroundColor, isAutoAdjustPalette, load, load, load, load, load, load, resize, resizeHeightProportionally, resizeHeightProportionally, resizeHeightProportionally, resizeWidthProportionally, resizeWidthProportionally, resizeWidthProportionally, save, save, save, save, save, save, save, setAutoAdjustPalette, setBackgroundColor, setBackgroundColor, setBufferSizeHint, setInterruptMonitor, setPalette
getDataStreamContainer, save, save, save, save
close, dispose, getDisposed
public int getEpsType()
Gets EPS subtype value
getEpsType
in class EpsImage
public boolean hasRasterPreview()
Gets a value indicating whether this instance has format-specific raster preview
hasRasterPreview
in class EpsImage
true
if this instance has format-specific raster preview; otherwise, false
.public RasterImage getRasterPreview()
Gets b/w raster preview (if present) or null
public int getPreviewWidth()
Gets the width of the preview image
public int getPreviewHeight()
Gets the height of the preview image
public static EpsInterchangeImage to_EpsInterchangeImage(EpsBinaryImage basicImage)
Performs an explicit conversion from EpsBinaryImage
to EpsInterchangeImage
basicImage
- The basic imagepublic EpsBinaryImage convertToBinary()
Converts this instance to EpsBinaryImage
EpsBinaryImage