image_storage_properties - Retrieve a table describing the current
storage state for the specified object.
proptbl
image_storage_properties( vid:src )
This function is used to retrieve the image state with the same fields as
image_surface_resolve , but dimensions will be that of the backing
store rather than the current presentation size. The extended fields 'type'
and 'refcount' are also provided.
function image_storage_properties0()
a = fill_surface(64, 64, 255, 0, 0, 33, 33);
b = image_storage_properties(a);
print(b.width, b.height);
end
image_surface_properties(3) image_surface_initial_properties(3)