Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Scaling API

rohit-dhamija
Beginner
252 Views
Hi list,
Is there any API available in Intel IPP library for

1. scaling the image before compressing it to JPEG format? Example : Input raw buffer of resolution 1280X1024, 32 bit, and output to JPEG format with 800X600.

2. Is resize API's do same task as scaling/resampling? i saw there are some resize api's avialable..

Thanks.
0 Kudos
2 Replies
Naveen_G_Intel
Employee
252 Views

Hi Rohit,

As I know you can convert to different bit depth of an image by using ippiscale function.

There are many functions available under Image Geometry Transforms APIs, please refer ipp image processing manual to identify suitable function for your requirements.

Thanks,

Naveen Gv

0 Kudos
Naveen_G_Intel
Employee
252 Views

Hi Rohit,

As I know you can convert to different bit depth of an image by using ippiscale function.

There are many functions available under Image Geometry Transforms APIs, please refer ipp image processing manual to identify suitable function for your requirements.

Thanks,

Naveen Gv

0 Kudos
Reply