Gimp.Display
const Gimp = imports.gi.Gimp;
let display = new Gimp.Display({
id: value,
});
Functions to create, delete and flush displays (views) on an image.
Hierarchy
-
GObject.Object
- Gimp.Display
const Gimp = imports.gi.Gimp;
let display = new Gimp.Display({
id: value,
});
Functions to create, delete and flush displays (views) on an image.