VectSharp
2.2.1
A light library for C# vector graphics
|
Classes | |
class | ImageSharpContextInterpreter |
Contains methods to render a Page to an Image. More... | |
Enumerations | |
enum | OutputFormats { OutputFormats.BMP, OutputFormats.GIF, OutputFormats.JPEG, OutputFormats.PBM, OutputFormats.PNG, OutputFormats.TGA, OutputFormats.TIFF, OutputFormats.WebP } |
Enumeration containing the supported output formats. More... | |
|
strong |
Enumeration containing the supported output formats.
Enumerator | |
---|---|
BMP | Windows bitmap format |
GIF | Graphics interchange format |
JPEG | Joint photographic experts group format |
PBM | Portable bitmap format |
PNG | Portable network graphics format |
TGA | Truevision graphics adapter format |
TIFF | Tag image file format |
WebP | WebP format |
Definition at line 954 of file ImageSharpContext.cs.