ImageTask.SaveAsBytes Method
Definition
- Namespace
- GleamTech.ImageUltimate
- Assembly
- GleamTech.ImageUltimate.dll
Executes all the commands in the chain and saves the resulting image as a byte array.
public byte[] SaveAsBytes(ImageFormat? imageFormat = null)
Parameters
imageFormatImageFormat?The file format used to save the image. If not specified, the same file format of the source image will be used and if the format is not supported for saving, then Jpeg format will be used.
Returns
- byte[]
A byte array containing the image.