Function save from qttools
Brief description
save(image:QImage,file_name:String):void
Saves the image to the disk More ...
Function information
| Name: | save |
| Base: | QImage |
| Group: | Qt plugins:Image plugins |
| Icon: | qtimage.png |
| Color: | darkGreen |
| Authors: | Aless Lasaruk |
| Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Saves the image to the disk
Input parameters
-
image:
QImage
- Image to save
-
file_name:
String
- Name of the file
Return values
-
Default return value:
void
