GrayScale property in Image Save Options level

Hello
Do you find it useful to add a GrayScale boolean property to save options for these 4 formats?
bmp gif tga tiff

BmpOptions.GrayScale
GifOptions.GrayScale
TgaOptions.GrayScale
TiffOptions.GrayScale

To mimic the RasterImage.Grayscale() behavior?

Having this inside Image Save Options will make things a lot easier for the developer :slight_smile:

Thanks for consideration.

@australian.dev.nerds , we will review your request and give a feedback shortly!

@australian.dev.nerds , Grayscale property may be confusing whether to grayscale image colors or to use grayscale pixel format. So it is better to use RasterImage.Grayscale to adjust colors and use other specific ImageOptionsBase props to set output pixel format.
Hope this helps!