Is there some API on BlackBerry for "smooth" image resizing?
Posted
by Arhimed
on Stack Overflow
See other posts from Stack Overflow
or by Arhimed
Published on 2010-05-16T07:25:41Z
Indexed on
2010/05/16
7:30 UTC
Read the original article
Hit count: 234
To get image thumbnails on BlackBerry I use EncodedImage.scaleImage32(). It works Ok, but when I open native image viewer (from the Camera app) I see the difference in quality - native viewer thumbnails look nice (smooth, anti-aliased), while mine are a bit ugly. Looks like native viewer resizes images using some filter (bicubic or smth like that). How can I do the same? Is there some API for "smooth" resizing?
© Stack Overflow or respective owner