public abstract class EpsImage extends RasterCachedImage
Base class for EPS format
Modifier and Type | Method and Description |
---|---|
int |
getBitsPerPixel()
Gets the image bits per pixel count.
|
Point |
getBoundingBoxBottomLeft()
Gets the bounding box bottom left position
|
String |
getBoundingBoxString()
Gets the BoundingBox string value
|
Point |
getBoundingBoxTopRight()
Gets the bounding box top right position
|
Date |
getCreationDate()
Gets the CreationDate field
|
String |
getCreationDateString()
Gets he CreationDate field string value
|
String |
getCreator()
Gets the Creator field
|
abstract int |
getEpsType()
Gets EPS subtype value
|
long |
getFileFormat()
Gets a value of file format
|
int |
getHeight()
Gets the image height.
|
Integer |
getPageNumber()
Gets the page number
|
Integer |
getPagesCount()
Gets the pages count
|
JpegImage |
getPhotoshopThumbnail()
Gets Photoshop preview thumbnail (if it's present in initial EPS data)
|
String |
getPostScriptVersion()
Gets the PostScript version field
|
String |
getTitle()
Gets the Title field
|
int |
getWidth()
Gets the image width.
|
abstract boolean |
hasRasterPreview()
Gets a value indicating whether this instance has format-specific raster preview
|
void |
saveData(com.aspose.ms.System.IO.Stream stream)
Saves the data.
|
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 long getFileFormat()
Gets a value of file format
getFileFormat
in class Image
public abstract int getEpsType()
Gets EPS subtype value
public JpegImage getPhotoshopThumbnail()
Gets Photoshop preview thumbnail (if it's present in initial EPS data)
public abstract boolean hasRasterPreview()
Gets a value indicating whether this instance has format-specific raster preview
true
if this instance has format-specific raster preview; otherwise, false
.public int getBitsPerPixel()
Gets the image bits per pixel count.
getBitsPerPixel
in class Image
public int getWidth()
Gets the image width.
getWidth
in interface IObjectWithBounds
getWidth
in class Image
public int getHeight()
Gets the image height.
getHeight
in interface IObjectWithBounds
getHeight
in class Image
public String getPostScriptVersion()
Gets the PostScript version field
public String getTitle()
Gets the Title field
public String getCreator()
Gets the Creator field
public String getCreationDateString()
Gets he CreationDate field string value
public Date getCreationDate()
Gets the CreationDate field
public String getBoundingBoxString()
Gets the BoundingBox string value
public Point getBoundingBoxBottomLeft()
Gets the bounding box bottom left position
public Point getBoundingBoxTopRight()
Gets the bounding box top right position
public Integer getPagesCount()
Gets the pages count
public Integer getPageNumber()
Gets the page number
public void saveData(com.aspose.ms.System.IO.Stream stream)
Saves the data.
stream
- The stream to save data to.