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.
29285 Discussions

Automatic save of Bitmaps from plotted QuickWin Graphics

onkelhotte
New Contributor II
665 Views
Hi there,
when I plot some kind of graphics in a QuickWin Window I can save that file manually as a bmp with file -> save. Is there a way to save that graphic automatical when its being plotted on the screen? I could catch that window with saveimage (x,y...) but I need a more general way to save that graphic.
Thanks in advance,
Markus
0 Kudos
3 Replies
Jugoslav_Dujic
Valued Contributor II
665 Views
I don't see what's wrong with SaveImage? Can you clarify?
Jugoslav
0 Kudos
onkelhotte
New Contributor II
665 Views
With saveimage I have to use different coordinates for every single image. With an automatic save I dont have to think about that...
0 Kudos
Jugoslav_Dujic
Valued Contributor II
665 Views
Well, I'm affraid there's no simpler way -- but you can retrieve the bounding coordinates relatively easily as one of:
1) coordinates from your code, or
2) returned from GetViewport, or
3) returned from GetWindowConfig
depending on which is the most suitable.
Jugoslav
0 Kudos
Reply