Gimp.Image.prototype.freeze_vectors

function freeze_vectors(): Boolean {
    // Gjs wrapper for gimp_image_freeze_vectors()
}
  

Freeze the image's vectors list.

This procedure freezes the vectors list of the image, suppressing any updates to the Paths dialog in response to changes to the image's vectors. This can significantly improve performance while applying changes affecting the vectors list.

Each call to Gimp.Image.prototype.freeze_vectors should be matched by a corresponding call to Gimp.Image.prototype.thaw_vectors, undoing its effects.

Since 2.10.2

Returns

TRUE on success.