Method |
Description |
Availability |
Image.bmpToJpg() |
Converts a BMP image to a JPG image of the same name. eg. "snapshot.bmp" will be converted to "... |
|
Image.bmpToJpgAdv() |
Converts a BMP image to a JPG image of the same name. eg. "snapshot.bmp" will be converted to "... |
|
Image.bmpToJpgAdvAsync() |
Converts a BMP image to a JPG image of the same name. eg. "snapshot.bmp" will be converted to "... |
|
Image.bmpToJpgAsync() |
Converts a BMP image to a JPG image of the same name. eg. "snapshot.bmp" will be converted to "... |
|
Image.bmpToPng() |
Converts a BMP image to a PNG image with transparency. Transparent areas on your image can be s... |
|
Image.bmpToPngAsync() |
Converts a BMP image to a PNG image with transparency. Transparent areas on your image can be s... |
|
Image.getJpgSize() |
Returns the dimensions of the specified JPEG image file to an Array |
|
Image.getSwfHeader() |
Returns the header information of the specified SWF. |
|
Image.jpgToBmp() |
Converts a JPG image to a BMP file of the same name. eg. snapshot.jpg will be converted to snap... |
|
Image.jpgToBmpAsync() |
Converts a JPG image to a BMP file of the same name. eg. snapshot.jpg will be converted to snap... |
|
Image.jpgToSwf() |
Converts a JPG image to a SWF file of the same name. eg. "snapshot.jpg" will be converted to "s... |
|
Image.jpgToSwfAsync() |
Converts a JPG image to a SWF file of the same name. eg. "snapshot.jpg" will be converted to "s... |
|
Image.jpgToSwfSlideShow() |
Creates a SWF movie file which contains the a slideshow of the specified JPG images. |
|
Image.jpgToSwfSlideShowAsync() |
Creates a SWF movie file which contains the a slideshow of the specified JPG images. |
|
Image.pngToSwf() |
Converts a PNG image to a SWF file of the same name. eg. "snapshot.png" will be converted to "s... |
|
Image.pngToSwfAsync() |
Converts a PNG image to a SWF file of the same name. eg. "snapshot.png" will be converted to "s... |
|
Image.pngToSwfTransparent() |
Converts a PNG image to a SWF file of the same name. eg. "snapshot.png" will be converted to "s... |
|
Image.pngToSwfTransparentAsync() |
Converts a PNG image to a SWF file of the same name. eg. "snapshot.png" will be converted to "s... |
|
Image.setJpgSize() |
Resizes the JPG image and saves the output file to a BMP. |
|