I have some images as bitmap,
I want to reduce the resolution of an image so it will be easier to work with (for computes on all the pixels).
- I want to do it for images in different sizes.
- I want that the size will stay the same (when I present it in the imageView)
How can i reduce the resolution and create a new bitmap to work with?