L lordor Member Mar 21, 2023 #1 I want to change the bit depth of a BMP image. Could you tell me if there is a function that can achieve this? For example, change from 24-bit to 8-bit, or change to 1-bit black and white image. BitmapCreatorEffects and B4XBitmap, no the api thx
I want to change the bit depth of a BMP image. Could you tell me if there is a function that can achieve this? For example, change from 24-bit to 8-bit, or change to 1-bit black and white image. BitmapCreatorEffects and B4XBitmap, no the api thx
Erel B4X founder Staff member Licensed User Longtime User Mar 22, 2023 #2 Using BitmapCreator you can convert an image to black / white. Check BitmapCreatorEffects source code. Upvote 0
Using BitmapCreator you can convert an image to black / white. Check BitmapCreatorEffects source code.
L lordor Member Mar 22, 2023 #3 Erel said: Using BitmapCreator you can convert an image to black / white. Check BitmapCreatorEffects source code. Click to expand... thx very much @Erel Upvote 0
Erel said: Using BitmapCreator you can convert an image to black / white. Check BitmapCreatorEffects source code. Click to expand... thx very much @Erel