How to apply BitmapConversionOptions to Bitmap
Hello there,
I was trying to convert a grayscale image to bitmap and can't move forward as couldn't find any documentation how to utilize BitmapConversionOption superclass.
This is what my script like.
#target photoshop
var doc = app.activeDocument;
doc.changeMode(ChangeMode.GRAYSCALE);
doc.changeMode(ChangeMode.BITMAP);
And from this point on I can't figure out to proceed with BtimapConversionOptions, to pass the parameters. Anyone can shed some light on this issue? It will be greatly appriciated

