Package | Description |
---|---|
com.groupdocs.editor.htmlcss.resources.images.raster |
The com.groupdocs.editor.htmlcss.resources.images.raster namespace provides classes that represent only raster image resources.
|
Modifier and Type | Class and Description |
---|---|
class |
BmpImage
Represents one image in BMP (BitMap Picture) format with its metadata and additional methods
|
class |
GifImage
Represents one image in GIF (Graphics Interchange Format) format with its metadata and additional methods
|
class |
IconImage
Represents one image in ICON format with its metadata and additional methods
|
class |
JpegImage
Represents one image in JPEG (Joint Photographic Experts Group) format with its metadata and additional methods
|
class |
PngImage
Represents one image in PNG (Portable Network Graphics) format with its metadata and additional methods
|
Modifier and Type | Method and Description |
---|---|
RasterImageResourceBase |
RasterImageResourceBase.reduceToNewHeight(int targetHeightInPixels)
Creates and returns a new reduced image resource of the same type, but with specified new reduced height and proportionally reduced width.
|
Copyright © 2018. All rights reserved.