|
VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
|
class to read client_surface.dat. does not load images from client_highres.dat More...
Inherited by VoK.Sdk.Exporters.ImageExporter.
Public Member Functions | |
| byte[] | GetImage (IDatFile datFile, uint imageId, out string fileExtension, out ImageFormat imageFormat) |
| gets the raw binary of an image and provides the image format and normalized file extension. remember, some images live in the localized dat file (local_Englash.dat) More... | |
| byte[] | GetImage (uint imageId, out string fileExtension, out ImageFormat imageFormat) |
| gets the raw binary of an image and provides the image format and normalized file extension. will automatically check the localized file if not found in client_surface. More... | |
| byte[] | GetPngImageBytes (uint imageId) |
| gets the image of the associated file id and converts it to a PNG More... | |
| Image | GetPngImage (uint imageId) |
| gets the image of the associated file id and converts it to a PNG More... | |
| string | GetPngSource (uint imageId) |
| byte[] | GetPngImageBytes (IDatFile datFile, uint imageId) |
| gets the image of the associated file in the specified dat file and converts it to a PNG. if the file is not in the dat, returns null. More... | |
| Image | GetPngImage (IDatFile datFile, uint imageId) |
| gets the image of the associated file in the specified dat file and converts it to a PNG. if the file is not in the dat, returns null. More... | |
| string | GetHtmlSource (uint imageId) |
| gets the html source for a PNG image of the associated file id, in the format: "data:image/png;charset=utf-8;base64, {base64}" More... | |
| string | GetHtmlSource (IDatFile datFile, uint imageId) |
| string | GetHtmlSource (byte[] pngData) |
| string | GetHtmlSource (Image image) |
| void | Overlay (Image under, Image over) |
| void | Dispose () |
class to read client_surface.dat. does not load images from client_highres.dat