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.

Generate bmp or jpg image file

zxu4
Beginner
763 Views
Hi,
I want to generate an image file to display my output.
I have an array of numerical data and want to put them on different location of the image. There will be lines to connect each numerical values in the picture. Something like a tree.

Any advices are welcome!

Thanks!

Roy
0 Kudos
3 Replies
onkelhotte
New Contributor II
763 Views

Hi Roy,

you can save images with the "saveimage" routine. Just make sure you have activated the right window.

Markus

0 Kudos
royxu
Beginner
763 Views
Can I use saveimage subroutine in the Linux environment?

Thanks!

Roy
0 Kudos
Steven_L_Intel1
Employee
763 Views
SAVEIMAGE is a QuickWim routine and doesn't do what you want (and isn't on Linux).

I'd suggest looking at the PGPLOT graphics library.
0 Kudos
Reply