Difference between revisions of "Category:image"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Quick Overview== | == Quick Overview== | ||
− | *'''[[image.copy]]'''( | + | *'''[[image.copy]]'''(theImage, width, height) : Returns a copy of the input image scaled to fit the specified pixel width and height. |
− | *'''[[image.height]]'''( | + | *'''[[image.height]]'''(theImage) : Returns the height of the ''image'' |
− | *'''[[image.new]]'''( | + | *'''[[image.new]]'''(theImage) : Allocates a new [[TI.Image]] |
− | *'''[[image.width]]'''( | + | *'''[[image.width]]'''(theImage) : Returns the width of the ''image'' |
Revision as of 11:52, 11 June 2011
Quick Overview
- image.copy(theImage, width, height) : Returns a copy of the input image scaled to fit the specified pixel width and height.
- image.height(theImage) : Returns the height of the image
- image.new(theImage) : Allocates a new TI.Image
- image.width(theImage) : Returns the width of the image
Pages in category "image"
The following 6 pages are in this category, out of 6 total.