LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Save Panel to JPEG with Title/Menus/Border

Again, do you have a demo for the Image Toolbox for LabVIEW 7.0 so I can try
what you describe below?

"zou" <x@no.email> wrote in message news:185535@exchange.ni.com...
> Save to jpeg directly require WinXP.<br><br>Or you can specify a RECT, and
> get the flattened pixmap, using NI's VI to save it to a jpeg
> file.<br><br>George


0 Kudos
Message 11 of 16
(877 Views)
Neal,

Are you able/willing to use IMAQ Vision functions?

George: I bet you could sell 2x your current level of LabVIEW add-on software if your Web site were more clear and better-organized!

--John
0 Kudos
Message 12 of 16
(862 Views)
John,

Unfortunately, this is for an application/product that will be widely
distributed and the IMAQ licensing is way too expensive for what I need this
for. I can actually get by with the function in LabVIEW that lets me save
the front panel but it would be nicer if I could include the title bar and
that is why I am pursuing other options. Thanks anyways!

"Johnner" <x@no.email> wrote in message news:186170@exchange.ni.com...
> Neal,<br><br>Are you able/willing to use IMAQ Vision
> functions?<br><br>George: I bet you could sell 2x your current level of
> LabVIEW add-on software if your Web site were more clear and
> better-organized!<br><br>--John


0 Kudos
Message 13 of 16
(855 Views)
Demo for SnapView (LabVIEW 7.0) is available for download at:
http://www.geocities.com/gzou999/imgtool.htm

George Zou
http://gtoolbox.yeah.net
George Zou
0 Kudos
Message 14 of 16
(841 Views)
George,

I was able to make your utility work but it is extremely slow in my
application! What took just a fraction of a second before takes about three
seconds for a 1024x768 screen shot with your utility and this is on a very
fast computer. I am doing a continuous data acquisition in a parallel loop
to the screen capture but the capture halts my acquisition loop and forces a
buffer overrun. It doesn't look like this will work for my application.

P.S. In the example you posted you can use FP.WindBounds to get the bounds
of the entire window instead of using FP.PanelBounds and adding offsets that
do not work consistently.

"zou" <x@no.email> wrote in message news:186608@exchange.ni.com...
> Demo for SnapView (LabVIEW 7.0) is available for download at:<br>
> http://www.geocities.com/gzou999/imgtool.htm<br><br>George
> Zou<br>http://gtoolbox.yeah.net


0 Kudos
Message 15 of 16
(825 Views)
Convert the captured image to pixmap data takes a lot of time. If you want speed, you have to use direct save.

For the window rect, you can use NI's lvwutil32.zip to avoid calculation.


George Zou
http://gtoolbox.yeah.net
George Zou
0 Kudos
Message 16 of 16
(823 Views)