| Image.bmpToJpg() | 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.bmpToJpg(inputFilePath:String):Void |
| Parameters |
| inputFilePath:String - Location of BMP file to be converted |
| 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 |
| JPG image files use much better compression and are a fraction of the size of BMPs. |
| Example Code |
| mdm.Image.bmpToJpg("c:\\myScreenshot.bmp"); |
| 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 |