Blackberry - how to resize image?

后端 未结 8 2019
栀梦
栀梦 2020-11-30 05:11

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

8条回答
  •  遥遥无期
    2020-11-30 05:40

    Keep in mind that the default image scaling done by BlackBerry is quite primitive and generally doesn't look very good. If you are building for 5.0 there is a new API to do much better image scaling using filters such as bilinear or Lanczos.

提交回复
热议问题