Blackberry - how to resize image?
I wanted to know if we can resize an image. Suppose if we want to draw an image of 200x200 actual size with a size of 100 x 100 size on our blackberry screen. Thanks Maksym Gontar Just an alternative: BlackBerry - draw image on the screen BlackBerry - image 3D transform You can do this pretty simply using the EncodedImage.scaleImage32() method. You'll need to provide it with the factors by which you want to scale the width and height (as a Fixed32 ). Here's some sample code which determines the scale factor for the width and height by dividing the original image size by the desired size, using