SaveAsJPEG Method (GdPictureImaging)
In This Topic
Saves a required GdPicture image to a given file path as jpeg image according to what you have specified.
Overload List
Overload | Description |
SaveAsJPEG(Int32,String) | Saves a required GdPicture image to a given file path as jpeg image. |
SaveAsJPEG(Int32,String,Int32) | Saves a required GdPicture image to a given file path as jpeg image. You can specify the JPEG compression level using this method. |
SaveAsJPEG(Int32,String,Int32,Boolean) | Saves a required GdPicture image to a given file path as jpeg image. You can specify additional JPEG parameters for saving using this method. |
SaveAsJPEG(Int32,String,Int32,Boolean,JPEGSubsamplingMode) | Saves a required GdPicture image to a given file path as jpeg image. You can specify additional JPEG parameters for saving using this method. |
See Also