Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
image_storage_properties(3)	 Arcan Lua API	   image_storage_properties(3)

NAME
       image_storage_properties	 -  Retrieve  a	 table	describing the current
       storage state for the specified object.

SYNOPSIS
       proptbl
       image_storage_properties( vid:src )

DESCRIPTION
       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.

EXAMPLE
       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

SEE ALSO:
       image_surface_properties(3) image_surface_initial_properties(3)

image				  April	2025	   image_storage_properties(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=image_storage_properties&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help