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

Generate bmp or jpg image file

zxu4
Beginner
355 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
355 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
355 Views
Can I use saveimage subroutine in the Linux environment?

Thanks!

Roy
0 Kudos
Steven_L_Intel1
Employee
355 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