Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

use Intel IPP to read jpeg files

Rudolf_Hauke
Beginner
579 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
579 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
579 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