Save picture in the image control

Hello world

The labview picture control has a context menu that includes the option so save the image. I found that it works very well in the development environment. If I click on it, a dialog box opens that allows me to choose where to save the image. However, once an exe file is built, the option will still be there but clicking on it seems to do nothing. Is this a known bug, or would it be a problem with my installation?

I'm under Labview 2012 SP1.

Thanks for the help,

-Gary

Hi Gary!

I can confirm your observations. It's the behavior of my app, im using LabvIEW2013.

Best regards

Dan

Tags: NI Software

Similar Questions

  • How to do this: Photoviewer, Windows cannot save changes to the image due to a problem with the properties of the file!

    Hi, I'm trying to post a photo, but whenever I have try rotation to the right, it says something like: can't save changes to the image due to a problem with the properties of the file. My laptop is MS, but the photos were taken on the Iphone. How to do this?

    I don't know if the following links answer your question, but
    they may be worth a visit:

    Good luck and * proceed at your own risk *.

    FWIW... There is a very long discussion (several pages) to the
    following link:

    Cannot change the imported iPhone 4S photo
    https://discussions.Apple.com/thread/3444951?start=0&TSTART=0

    More Discussion

    iPhone 4S image properties is not compartible with Windows?
    Editing can be done on the computer due to the error
    "Windows Photo Viewer cannot save changes to this picture.
    because there is a problem with the properties of the image file".
    Any help?
    https://discussions.Apple.com/message/17291884#17291884

    More Discussion:

    We cannot turn a few photos in Windows 7 (but can turn others)
    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-pictures/cant-rotate-some-photos-in-Windows-7-but-can/3a809845-9144-4BB1-9bb3-ab4f5b856524

    A simple solution is to open the photos in paint or most other
    digital image editor and modify it.

    Some people have reported success using the following free download
    to remove the metadata.

    Property restrictions stripper iphone 4S (JPEG & PNG Stripper)
    http://www.SteelBytes.com/?mid=30&cmd=download&PID=15

    Here's a way to turn...

    Easily turn locked iPhone 4 and 4 s Photos in Windows 7 with
    the rotator Lossless JPEG free
    http://www.daleisphere.com/easily-rotate-locked-iPhone-4-and-4S-photos-in-Windows-7-with-the-free-JPEG-lossless-Rotator/

    Free download JPEG Lossless rotating
    http://annystudio.com/software/jpeglosslessrotator/

  • How could I possibly remove the default image in the image control?

    I use the image control and a bit of code to create a zoom on a picture effect. Everything works fine however I get a picture of labview when the Vi is loaded for the first time. I'm trying to get a blank area instead cause it looks like not really tidy!

    I have attached a picture and my code.

    Thanks for your help

    The image is configured to be the default value of "Photo". In other words: you must get rid of the default value. You can do this either by:

    (a) 'Image' of delete and recreate. Disadvantage: You have to re-create all the nodes property associated with this control.

    (b) load an image empty and select "data operations > use current default value.

    hope this helps,

    Norbert

  • Image not displayed does not correctly in the image control to the small zoom level

    I display a picture in an image control with a zoom factor of ~0.015 and it is displayed as shown in the picture 1.jpg.  When I Zoom in a little bit more to ~0.016 the image is displayed correctly, as shown in the picture-2.jpg.  The two images are attached.

    Why the image is displayed as a "gray band" in the first picture?  What should I do to have the picture displayed correctly at any zoom factor?  I use LV 2011 with the module for development of vision associated with Windows 7.

    Thank you

    Jonathan-LV


  • the protection of the KING region in the image control.

    I use the return on investment on an image rectangle.

    As you well know, the KING can move or change the size by clicking and moving the mouse.

    But when the user clicks a position outside the KING, the current KING will reset and disappeared from the image control.

    Is there an idea on how to get information about the event or property to protect the KING?

    (Region KING detects the manipulation of the mouse event).

    I just wanted to keep, move or translate the present KING with the handling of the mouse.

    My application must have an entry a consistent ROI in real time.

    labmaster.

    I just put extra code to check if the current KING is valid or not to cash the size of the table of the global rectangle.

    Invalid KING means no size of table or the same position of x 1 and x 2 (for y, the same thing.) of the rectangle.

    I know this isn't a perfect way to keep the KING, but it is OK for me virtually.

    labmaster

  • Satellite A300-177: how to save pictures using the webcam internal

    Hello

    I recently bought a Satallite A300-177 which comes with a web camera bulit in.
    I want to save pictures that I take with him, but it only allows me to send them a mail.

    Could someone help me how to save them or if not possible?

    Thank you very much
    Gill

    Hello

    I put t know if my advice will be useful for you as I don t have the A300, but another internal a series with the webcam.

    In my case, I have access to the software of the webcam. It appears in the taskbar.

    -Double-click and go to the settings.
    -You will find different tabs. Go to the tab called images.
    -Here, you should find the setting and the path to the images created.

    I recommend you to check the source where the created images were stored.

    Greetings mate

  • DisplayImageFile() does not change the dimensions of the image control

    Hello

    I put in an image with DisplayImageFile() control image + assigning to the attribute of control ATTR_FIT_MODE = VAL_SIZE_TO_IMAGE. The image size is larger, then the size of the control and I want the control to resize to the size of the image.

    It works fine except when I ask the dimensions of the control with GetCtrlAttribute (panel, control, ATTR_HEIGHT, & height), I get the original size (before calling DisplayImageFile())...

    It seems I missed something basic...

    Environment: LAB Windows CVI 2012, Windows 7

    Thanks in advance

    Ramy

    I don't know if you still experience this problem or not, but I came across this discussion now and wanted to point out that this could happen if your picture controls if it is covered by another control or is it hidden altogether (and there might be other similar situations that I can't think of right now).

    When this happens, the CVI runtime can pull the image directly on the image. Instead, he plans an asynchronous action that will redraw this section of the Panel from the back to the front (if it's just overlapped, not hidden). It is only in the later action that the image is applied to the control, and it is only then that the control is resized to fit the image. This may seem immediate to the casual observer, but, because it is asynchronous, you can't try to get new size immediately after calling DisplayImageFile, because the image is not yet in control at that moment.

    Ironically, this occurs only if the control has already been set to the image size at the time you call DisplayImageFile. If this isn't the case, then the new size is applied when you later change the mode made programmatically. Whereas if the adjustment mode has been already updated the image size, trying to programmatically set the same value of the image size has no effect and nothing happens then.

    If this is what is happening, one way around this would be to call ProcessDrawEvents or ProcessSystemEvents immediately after the call to DisplayImageFile. Unless the control or Panel has been hidden way explicit, which will require the drawing action will take place at this time, and you should then be able to get the new size of control at any time after that.

    Luis

  • Save pictures to the ENVI format

    Hello

    I do the image acquisition using a PCI 1426 acquisition card and the requirement, I have save the images to the ENVI format. When I searched for information on the ENVI format I found this link: http://groups.google.com/group/comp.lang.idl-pvwave/browse_thread/thread/e29deda284a727f1?pli=1

    Apparently, there is a header file in which the information of the captured image are registered. The device that I use is a line scan camera and capture energy strips any (not exactly what it is). What I need to know is, can I save the images captured in ENVI format? If I can, how can I write the header for the file information?

    Thank you

    Sandeep

    I think that I finally understand how to work with / create files Environment. In my application, I have a camera online scan that will scan/capture only a row of pixels in an image. It's like a normal camera, but the resolution of the image in terms of the complete image is an X by 1. In my case 800 X 1. The camera returns actually a 800 X 270 resolution image, but what represents the 270 is 270 bands of energy that the camera caught for that row of pixels. If the camera has captured 270 each resolution 800 X 1-band information.

    Now what happens after this is the case, the camera pivots from one (very small) angle and captures an another 270 information strips. How many groups is captured.

    Suppose that I captured 270 band information in 300 different positions of the camera. That is to say an image of 800 X 270, turn some angle to take another image of 800 X 270, turn a few angle etc... 300 times.

    Now, the ENVI header file should have the information

    Description Environment = {created ENVI file [3/17/20093:47 PM]}

    Samples = 800

    Lines = 300

    Bands = 270

    header offset = 0

    file type = standard Environment

    data type = 12

    Interleave = bil

    sensor type = unknown

    byte order = 0

    wavelength units = unknown

    Allows to observe some important fields from the list above

    (a) samples - it's the horizontal resolution of the image is captured. (800 in the resolution of 800 X 270)

    (b) lines - this represents the number of frames you available for capture. By lines of what this means is the number of lines (rows) that will be present in the final image that we will build with all the information you entered.

    (c) bands - this represents the number of bands of energy that the camera captures in each image, in this example it's 270 (the second part of the 800 X 270).

    (d) the offset of the header - this indicates if there is no header information before each image information.

    (e) type of file - standard Environment (explicit)

    (f) type of data - how many bits is taken to represent each pixel. My camera takes 12 bits to represent each pixel.

    (g) interleave - this indicates how the data is organized in the binary file. Certain amount of explanation is needed here, because there is confusion.

    Any ENVI file is actually two files, the header which has the above information and the second is the information of the image that is defined in the header file. So, the header file is like a map of the information of the image (in binary). Is what I'm doing, I capture a series of images and write a binary file. Thus, the first line in the binary file will be the first band of the first image, which is the first line of the 1st image of band. The second row will be the second strip of the first image that is in the 1st row of the second image of the band. The 270th line is the 270th band of the first image, which is the first line of the 270th band image. 271st ranked is the first group of the second captured image will be the second line of the 1st image of band etc.

    Therefore, we receive 270 (number of bands) resolution images 800 X 300 of 300 images in resolution 800 X 270. Each of the final pictures will be a bunch of information value. A row of PIX of each of the 300 images form a final image.

    This link has a lot more information about Environmental format images http://groups.google.com/group/comp.lang.idl-pvwave/browse_thread/thread/e29deda284a727f1

    There are many more parameters as those explained above, but the above are sufficient to start.

  • Resize the Bitmap image in the image control in flex3

    I'm loading an image in the image at the start control. Then I am a color transformation applying to this image and want to load this bitmap in flex3. That works, but automatic resizing does not work then. If I load another image, then AutoSize works well. Image control does not support resizing of the same bitmap object image?.

    Here is the part of the code:
    < mx:Image source = "{imgpath}" id = creationComplete = "imageCompleted ('MyImage'); "x ="20"y ="30"width ="365"height ="440"maintainAspectRatio = 'true '.
    / >
    private void applyColor(event:Event):void {}

    myBitmapDataObject = new BitmapData (myImage.height, true, myImage.width, 0x00CCCCCC);

    myBitmapDataObject.draw (myImage.content);
    myBitImage = new Bitmap (myBitmapDataObject);

    myBitmapDataObject.colorTransform (myBitmapDataObject.rect, new ColorTransform (1, 1, 1, 1, 39, 76, 135, 100));
    myImage.removeChildAt (0)
    myImage.load (myBitImage);


    }

    Any help is appreciated.

    You must create the BitmapData as the size of the original loaded image, not mx:Image height and width. Simply convert you / copy only a portion of the original size that matches the size of the Image. That is to say. whether you have a picture of 400 x 400 and your Image is 100 x 100. Your BitmapData is created at 100 x 100, NOT 400 x 400, you need to do. Everything simply because you resize the Image, does not mean that the underlying BitmapData is also resized.

    Also, in general, addChild would serve after removeChild, never used charge myself. Not sure if this is important.

  • How can I set my profile picture? The image everyone sees beside your question?

    How can I put the image everyone sees right next to the question that is posted? The picture on my profile on Firefox?

    On this site, it's called the Avatar and you can update it here:

    https://support.Mozilla.org/en-us/users/edit

  • mouse to zoom to the image control

    Hi all

    LabVIEW 2013 32-bit SP1

    Vision 2013 SP1 32 bit Wizard

    I read a bunch of images from a CameraLink camera and store it in a binary file.

    I then reset at the beginning of the file and read them.

    I have a loop that receives images one at a time and allows the user to select a specific image.

    I have an event loop in the while loop, to capture user events.

    I do a few filters, edge detection, overlays, etc.  (I don't think it's important to question, just to be thorough)

    Each image is displayed in a control from IMAQ Image.

    In case of a loop, I check for "mouse down" on the Image, and then I enter the coordinates where the user clicked.

    That works well.

    However, for this control when the user moves the mouse over the image, the mouse pointer changes under the microscope.

    When the user clicks on the image, I get the coordinates of the click, but the image is also "zoomed".

    I have initially display the image in the format 'fit to screen', and which seems to work very well.

    I would like to cut ownership of 'zoom on mouse click', but I can't find that in the list of properties.

    Any help will be appreciated.

    Thank you
    Jeff

    As soon as you create an indicator image tool KING before Panel Magnifier tool is selected.
    -You can make the current KING tool to the selection tool by creating the current "Tool KING" property node indicator image.

  • property of the mouse to the image control

    In LV 8.5 I noticed that if you reset your image to the default control (using the menu drop-down), the position property of the mouse no longer works, it will always return 0.0 no matter where the mouse is in control.  You must destroy and recreate your image control to fix right here.

    Perhaps this problem has been fixed in later versions of LV but I didn't know any documentation of the present.

    Good afternoon Garvacious,.

    When you say that the pop-up menu, I guess you want to tell the menu that is displayed if you right-click on the control.

    I just tried this in LabVIEW 8.6.1.  My position of mouse cursor reads 0.0 when the mouse is over the control and -1, -1 when the mouse is not over the control.  It is a bug.  I have filed the appropriate internal documentation (Corrective Action Request #167102), while R & D is aware of the issue.

    Thanks for letting us know about this behavior.  I'm sorry for any inconveniencce this bug you has done.

  • How to allow users to save pictures on the web of shared collections

    Dear community

    I love sharing my photos with friends by using the "sync mobile with lightroom collection" feature, making the public collection and send the link. Then, people can get the images they like and my workflow is very lightwight (droping a few images in a collection, that I have synced and people can check for images as they wish).

    But it seems that there is no "easy" way of "save image under" for download on the local hard drive. Get the image url from the source code of the page, but it is not possible for novice users.

    Is it possible to reach my goal? Thx for your help!

    Best regards, Joram

    Using your web browser, connect to your Lightroom Web account. Go to the Collection and to review the part - you will see that Download is an option.

  • Save pictures of the sequence with a given timing

    Hi all

    I create a VI that acquires images from a digital camera and records at any given time, say an image every 200ms. The program also has convert the raw in colorful image image image, by means of her Bayer decoding, so that some time of treatment is necessary. To allow that, I kept a buffer, as I also found in the Labview example ring with Bayer Decoding.vi. I also want to show the images I capture.

    I modified the example ideally, get the program which I enclose below in a snapshot. The program works well, but for now I was not able to record images at a required time. I really do not understand is what is the pace at which the images are saved with the code I wrote.

    Do you think I'm on the right track? How can I implement the synchronization in the program? and how do you regulate the buffer?

    Please let me know.

    As I told you, instant Panel block VI is attached.

    Thank you very much for your help.

    Best regards

    Emanuele


  • Recovery of the pictures in the images folder question.

    I seem to have some problems of blackberry photo file photo recovery. I know that the folder that contains the image, for some reason the screen seems not show the image on my blackberry Simulator.

    Here's the code: can someone help me with this?

    Source of the image;

    Source = Image.createImage ("here's where I give the image path");

    Graphics g = source.getGraphics ();

    ImageItem img =

    new ImageItem ("bg", source, ImageItem.LAYOUT_EXPAND, 'background', ImageItem.PLAIN); / / append (img); new form ("show image.");

    Form mForm =

    mForm.append (img);

    When I run the code above, it does not generate an exception, or it displays the image on the screen. any help will be appreciated

    Thank you

    I think U should use class field Bitmap to display the Image on the screen. And EncodedImage instead of

    createImage.

    EncodedImage image = EncodedImage.createEncodedImage(data, offset, length);        BitmapField bitmapField = new BitmapField();        bitmapField.setImage(image);        add(bitmapField);
    

Maybe you are looking for

  • I can't find Windows Media Player although I have it on the Add-ons Manager. How can I add?

    I can't find Windows Media Player I have and use on my Add-ons Manager. A site asks me to add a plug-in to view a video. I continue to check and update, but I have already. How can I add the Windows Media Player plugin in the Add-ons Manager?

  • HP envy 6 1202sa ultrabook - graphic dedicated question 8750 m AMD

    I bought this phone a little more than a week to help me in my studies together. One of the main reasons for this purchase was to ensure that I have the capabilities of game. I am not a computer expert but have a good knowledge of most of the bases.

  • Emails from Smartphones blackBerry, call logs and BlackBerry Messenger messages deleted

    Almost exactly 2 years from the date that I had my BlackBerry Curve 8300, my emails, call logs and messages from BlackBerry Messenger guard deleted without notice.  The BlackBerry then hold until I have the battery and I connect again. Can anyone hel

  • If - and statements

    HelloI've done some pretty cool PDF forms and general information with the programming, but not so much with javascript.I created a form of order of sorts. In the form, the user grants a 1 or more in the command column next to the item they wish to o

  • Problem; How to clone VMS by powercli

    I am creating clone virtual machine by the cmdlet NEW - VM to my ESXi 4.1 server.but I got following messages is displayed each time.[vSphere PowerCLI] C:\Program Files\VMware\Infrastructure\vSphere PowerCLI > new.VM - name clone1 - datastore datasto