public class EpsBinaryImage extends EpsImage
Class for Encapsulated PostScript format with binary header
EpsImage
Modifier and Type | Method and Description |
---|---|
EpsInterchangeImage |
convertToInterchange()
Converts this instance to
EpsInterchangeImage |
int |
getEpsType()
Gets EPS subtype value
|
TiffImage |
getTiffPreview()
Gets the TIFF preview.
|
WmfImage |
getWmfPreview()
Gets the WMF preview.
|
boolean |
hasRasterPreview()
Gets a value indicating whether this instance has format-specific raster preview
|
static EpsBinaryImage |
to_EpsBinaryImage(EpsInterchangeImage basicImage)
Performs an explicit conversion from
EpsInterchangeImage to EpsBinaryImage |
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 WmfImage getWmfPreview()
Gets the WMF preview.
public TiffImage getTiffPreview()
Gets the TIFF preview.
public static EpsBinaryImage to_EpsBinaryImage(EpsInterchangeImage basicImage)
Performs an explicit conversion from EpsInterchangeImage
to EpsBinaryImage
basicImage
- The basic imagepublic EpsInterchangeImage convertToInterchange()
Converts this instance to EpsInterchangeImage
EpsInterchangeImage