M
Marcel Preda
Guest
Hi,
How can I do in IC5.1.41 a screen shot of "drawing area".
I mean menus or borders of active window have to be removed from the
screenshot.
Something like
hiWindowSaveImage(
?target getCurrentWindow()
?path "/home/my_user/wnd.jpg"
?toplevel nil
?format "jpeg"
?quality 90
)
Which is available in 6.1.*
Until now I was able to do a screenshot using an external command
"import" from imagemagick .
But using this one is taking the entire window(with borders and menus)
Is there anyway to identify at least the size of the "drawing area" ?
I mean X and Y in pixels.
I need such a a screenshots because with some external script (based
on "convert" imagemagick) I have to put some "markers" and add some
notes on the resulted screenshots.
And I want to place the "markers" as good as possible.
Thank you,
Marcel
How can I do in IC5.1.41 a screen shot of "drawing area".
I mean menus or borders of active window have to be removed from the
screenshot.
Something like
hiWindowSaveImage(
?target getCurrentWindow()
?path "/home/my_user/wnd.jpg"
?toplevel nil
?format "jpeg"
?quality 90
)
Which is available in 6.1.*
Until now I was able to do a screenshot using an external command
"import" from imagemagick .
But using this one is taking the entire window(with borders and menus)
Is there anyway to identify at least the size of the "drawing area" ?
I mean X and Y in pixels.
I need such a a screenshots because with some external script (based
on "convert" imagemagick) I have to put some "markers" and add some
notes on the resulted screenshots.
And I want to place the "markers" as good as possible.
Thank you,
Marcel