Open deepakyogi1995 opened 5 years ago
Hello @imrankst1221
if i set height up to 255 in CreateBitmap method. Bitmap bmpGrayscale = Bitmap.CreateBitmap(OriginalBitmap.Width, 257, Bitmap.Config.Argb8888);
Bitmap bmpGrayscale = Bitmap.CreateBitmap(OriginalBitmap.Width, 257, Bitmap.Config.Argb8888);
then DecodeBitmap method return null
DecodeBitmap
byte[] command = Utils.DecodeBitmap(bmpGrayscale);
Please guide me
Hello @imrankst1221
if i set height up to 255 in CreateBitmap method.
Bitmap bmpGrayscale = Bitmap.CreateBitmap(OriginalBitmap.Width, 257, Bitmap.Config.Argb8888);
then
DecodeBitmap
method return nullbyte[] command = Utils.DecodeBitmap(bmpGrayscale);
Please guide me