| Image.bmpToJpgAdv() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
| Back to Image Class Summary |
| Availability |
| Windows, Mac OSX, Linux |
| Usage |
| mdm.Image.bmpToJpgAdv(inputFilePath:String, compressionQuality:Number):Void |
| Parameters |
| inputFilePath:String - Location of BMP file to be converted compressionQuality:Number - Quality of saved image |
| Returns |
| Nothing |
| Description |
| Converts a BMP image to a JPG image of the same name. eg. "snapshot.bmp" will be converted to "snapshot.jpg" |
| Notes |
| This command is exactly the same as mdm.Image.bmpToJpg with the added option of setting the quality of the output JPG file. |
| Example Code |
| mdm.Image.bmpToJpgAdv("c:\\myScreenshot.bmp", 50); |
| mdm.Image Class Example Downloads |
| No Example Downloads Available |
| Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here | |
| After Logging In, Click Here to Refresh This Page |