bitmap - Is there some API on BlackBerry for "smooth" image resizing? -


I use the scaleImage32 () encoded image to get image thumbnails on Blackberry. It works fine, but when I open the original image viewer (from the camera app), I see the difference in quality - the native viewer thumbnails look good (smooth, anti-aliased), while I'm a bit ugly Is that the native viewer resizes the images using some filters (like Bibbic or Smooth), how can I do this? Is there some API for "smooth" resizing? Starting in 5.0, the Bitmap Class has a method in Scale () that has a smooth scaling of an image. Can use filters to filter better than filter without scaling. See for more information.


Comments