Function save from cvio 
 Brief description
save(image:IplImage,filename:String):void
Saves an image using the OpenCV image save function More ...
 Function information
| Name: | save | 
| Base: | IplImage | 
| Group: | OpenCV plugins:I/O plugins:Image I/O | 
| Icon: | opencv.png | 
| Color: | blue | 
| Authors: | Aless Lasaruk | 
| Copyright: | (c) 2010 Aless Lasaruk | 
 Detailed description
Saves an image using the OpenCV image save function
 Input parameters
- 
image: 
IplImage
- Image to save
- 
filename: 
String
- Name of the file to load
 Return values
- 
Default return value: 
void
