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

FreeBSD Manual Pages

  
 
  

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

NAME
       image_state - Get a string representing the internal subtype of a video
       object.

SYNOPSIS
       typestr
       image_state( vid	)

DESCRIPTION
       This  is	 primarily  intended for debugging / troubleshooting purposes.
       Will output (frameserver, 3d object, asynchronous state,	3d camera, un-
       known)

EXAMPLE
       function	image_state0()
	     local img = load_image("test.png");
	     print(image_state(img));
       end

EXAMPLE
       function	image_state1()
	     local cam = null_surface(32, 32);
	     camtag_model(cam);
	     print(image_state(img));
       end

SEE ALSO:
image				  April	2025			image_state(3)

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

home | help