Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

use Intel IPP to read jpeg files

Rudolf_Hauke
Beginner
506 Views

Sorry,

I am new to Fortran . I wonder how to use Intel IPP for loading jpeg images.

Are there Interfaces or is sample code available?

I only found Fortran Interface for IPP crypto.

thanks,

rudolf

0 Kudos
2 Replies
TimP
Honored Contributor III
506 Views
In principle, iso_c_binding will enable IPP to interface directly to Fortran, but I haven't seen it worked out.
0 Kudos
Rudolf_Hauke
Beginner
506 Views
not elegant - but it works

status=systemqq('nconvert -quiet -out bmp -o "test.bmp" -ratio -resize 320 0 -i "test.png"')

nconvert is a free shareware image converter
0 Kudos
Reply