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

Need a simple way to read and display image files (using IPP library)

teju_sanghavi
Beginner
459 Views
Hi All,
I've been struggling with some basic image interface stuff using IPP.
Please note that all the following questions apply to the linux system.
also I'm using the evaluation version of the 5.0 IPP version.
1. Can someone please tell me how to read an image file (eg. bmp or jpeg) into the IPP library, such that I can later use all the image processing functions on that file?
2. How to view an image file ?
I know that there is function called ipView. however, it's not available in the evaluation version for linux. There are some Windows examples on the Intel website that use IpView, but there is a tools.zip package provided which has the IpView defined. However, this only works on Windows.
Does anyone know how to make it work on linux ?
Is there is any other way to view an image, which has been obtained after performing all the computations by the IPP library ?
Any pointers/ideas/guesses etc. would be sincerely appreciated.
Thanks,
Tejas
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
459 Views

Hi Tejas,

Actually we have a lot of samples which you can download from here:
http://www.intel.com/cd/software/products/asmo-na/eng/238686.htm

Regarding JPEG and BMP I can recommend you to take a look on JPEG Codingsamples, which are available for both Windows and Linux, and demonstrate how to decode and display JPEG images.

Regards,
Vladimir

0 Kudos
Reply