- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In principle, iso_c_binding will enable IPP to interface directly to Fortran, but I haven't seen it worked out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
status=systemqq('nconvert -quiet -out bmp -o "test.bmp" -ratio -resize 320 0 -i "test.png"')
nconvert is a free shareware image converter

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page