Is there some kind of built-in SDK function for Android that takes the raster and required new raster sizes and then returns a scaled bitmap?
You can take a look at: Bitmap.createScaledBitmap()
Bitmap.createScaledBitmap()
Bitmap.createScaledBitmap () corrupts the image. I think it changes the encoding to RGB_565, which means that the resulting bitmap is useless junk.
Source: https://habr.com/ru/post/1730270/More articles:How can I embed raw packets into my network - networkingAppSettings in markup question - asp.netShould the Federal Tax ID be encrypted in the database? - securityiPhone, Mobile Safari, YouTube ... stay on page - iphoneHide columns in Flex table - flexNHibernate + Unable to insert null value in - nhibernateComputing a template in dynamic_cast - c ++Control.invoke and parental control - c #Use an array of Matlab cells in a C / C ++ program - c ++how to find out when NSData initWithContentsOfURL finished loading. - iphoneAll Articles