I need to reduce the bitmap size converting it from 24bpp to 1bpp-monochrome in my OCR application in Android.
I found this very good piece of software that converts the Bitmap to 1bpp-monochrome (https://github.com/acdevs/1bpp-monochrome-android). It converts to 1bpp-monochrome but the final file does not have the size reduced.
Any suggestion in how to reduce the bitmap file size converting a bitmap to 1bpp-monochrome?
Thank you in advance for your help.