How JAVA modify bmp image bit depth, there are parameters to control it?
<-! Main posts under Banner (D4) -><-! Posts under the main text (D5) ->
Reply:
If it is android, I do not know Bitmap.Config is not what you're looking for.
Reply:
Reply:
Bitmap.Config can control how many bits as Bitmap.Config.ARGB_4444, Bitmap.Config.ARGB_8888, Bitmap.Config.RGB_565 etc.
No comments:
Post a Comment