![]() |
FormIt Plugin API
v23.0.0 (2023.0.0)
|
FormIt.ImageManager namespace.
Functions | |
| json | ReloadImageLayerWithImage (nHistoryID, nLayerID, imageFile) |
| json | ReloadImageLayerWithPlaceholder (nHistoryID, nLayerID) |
| Reloads a layer with a placeholder image. More... | |
| json | GetData (nHistoryID, nImageID, aIncludeSatelliteData) |
| Gets ImageData for a single image. More... | |
| json | GetAllImages (nHistoryID, nSort) |
| Gets all images in given history. More... | |
| json | ImportImage (nHistoryID, fileName, pixelWidth, pixelHeight, worldWidth, worldHeight, isSatelliteImage, addToSelections) |
| Gets all images in given history. More... | |
| json | SetImageName (nHistoryID, imageID, name) |
| Set the Image name. More... | |
| json | SetImageAlpha (nHistoryID, imageID, fAlpha, bFinalChange) |
| Set the Image alpha. More... | |
| json | SetImagePosition (nHistoryID, imageID, nPosition) |
| Set the Image Position. More... | |
| json | ReloadTerrain (nHistoryID, nImageID, imageFile, nRows, nCols, elevations) |
| Reloads terrain based on elevation data and an image. More... | |