GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
image_storage_properties(3) Arcan Lua API image_storage_properties(3)

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)

June 2022 image

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.