In my application I have to get a bitmap and then change the width of this bitmap by multiplying it with 3/4. What is the best possible way of doing this ?
Asked
Active
Viewed 6,338 times
2
-
1[This](http://stackoverflow.com/a/4813072/645270) might help – keyser May 28 '12 at 09:07
-
http://stackoverflow.com/questions/4837715/how-to-resize-a-bitmap-in-android/10703256#10703256 – Akram May 28 '12 at 09:09
-
@Keyser can you tell me what's the filter for and should I set it true or false? – Ankit May 28 '12 at 09:09
-
1[what the filter does](http://stackoverflow.com/questions/2895065/what-does-the-filter-parameter-to-createscaledbitmap-do) – keyser May 28 '12 at 09:57