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