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

Problem while decoding a TIFF image tile compressed with JPEG2000

vishalamcagmail_com
1,694 Views
Hi There!
I am working with a C++ Image Server where I need to convert Aperio (TIFF) imagesto JPEGs and send to Front end (which is a .NET application). At the minute we support jpeg compressed tiffs. These are quite easy to work with since the tiff library can pull out and decode the tiles from a tiff directly. The new requirement is to support jpeg2000 compressed tiffs. So I thought to extract JPEG2000 encoded tile using TIFF Lib and use INTEL Performance primitives library V6.x to decode it.
AccordinglyI amtrying to decode the TIFF Image (got sample code from UIC Sample downloaded from Intel site)and then encoding the output data as a JPEG as my final objective is to get a JPEG as the outcome from Imageserver. But always I see a blank image as an output. I know JPEG Encoding work OK as it gives me the expected results for other images. So the problem should be with JPEG2000 Decoding.

Can any one please tell me if this is possible to decode a JPEG2000 compressed TIFF image using Intel libs? I can post the code snippet if you want to look at it. Thanks much in advance.
Please respond to my problem.

Regards,
Vishala
0 Kudos
21 Replies
Vladimir_Dudnik
Employee
150 Views
Hi Ole,

for the library working with images of that big size you definetely should be interested in Intel Performance Libraries to speedup operations. Have you integrated any of Intel products into your framework? We would be interested to hear any feedback on how it work for you. In case you do not use Intel software products we would be interested to know what stops you from doing that?

Regards,
Vladimir
0 Kudos
Reply