Xbasic
A5_IMAGE_TRANSFORM Function
Syntax
Image2 as B = a5_image_transform(B imagedata )
Arguments
- imagedataBinary
An image read into a blob variable.
Returns
- Image2Binary
A processed image in memory.
Description
The A5_IMAGE_TRANSFORM() function displays the Image Transform dialog box. This utility allows you to scale, crop or rotate 8 bit Window Bitmap (.BMP) or JPEG images.
Example
b1 = file.to_blob("C:\Documents and Settings\ELarrabee\Desktop\alpha8.bmp") b2 = a5_image_transform(b1)
Limitations
Desktop applications only.
See Also