How to read jpg files in windows vista

 hi all,
 I am having difficulty in reading the .jpg file using windows vista as a operating system.
When I am using read jpeg file vi I am getting an error that file path may contain expression not supported by OS.
But the path I am provided is like C:\users\desktop\abc.jpg
I dont know what is the correct file path format for the jpeg file to read in vista..
plz guide me ...

Guruthilak wrote:
shruthi,
can you verify once that the "abc.jpg" file is actually a "jpg" file and not a .png or .bmp file?
There are chances that the file extension might have changed and the the LV vi can not read it
Guru
That's another good option.
Could you show your VI and/or upload the jpg?
Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas
LabVIEW, programming like it should be!

Similar Messages

  • How do I share files from Windows Vista to a Mac with Lion OSX?

    How do I share files from Windows Vista to a Mac with Lion OSX?  I'm having SO much trouble with this!  Any help would be appreciated!!!

    In a finder window, under 'shared' you should be able to see the windows computer name, click on it and connect to it. I am assuming here you have sharing turned on and permissions granted on the windows computer.
    Will add a note though, I have frequently accessed files from a PC on the LAN using XP, not vista.

  • HOW TO READ .JPG FILES ?

    MY OPERATING SYSTEM IS WINDOWS 7 AND I HAVE INSTALLED ADOBE READER  XI but I am not able to read  .jpg files
    How can i solve this problem ?   
    THANK YOU

    Hello techaprendo,
    About view .jpg file in Adobe reader, it is recommended to post in the related Adobe reader forum.
    About change default program in Windows, please take a look at the following article.
    http://windows.microsoft.com/en-hk/windows/change-default-programs#1TC=windows-7
    Additionally, you could use Windows Photo Viewer to open the .jpg file.
    Best regards,
    Fangzhou CHEN
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How to read .jpg.vem files

    how to read .jpg.vem files

    Is a Sony MicroVault USB memory stick involved? If so, files (e.g. .jpg) dragged and dropped onto the USB stick are automatically compressed into the .vem format. These can only be decompressed using a couple of programs on a Windows machine. I do not believe there is a Mac decompression solution — not supported in Stuffit Expander, or Unarchiver.
    Can you get another copy of that jpg that is not saved to this Sony memory stick?
    Article on the Sony MicroVault memory stick issues and decompression software.

  • Windows Easy Transfer can't transfer files from Windows Vista or Windows XP

    I'm running a English Windows Vista Ultimate and just bought a
    ENGLISH Windows 8.1. I've downloaded the WET for Windows vista and tried to complete the second portion of the transfer by specifying the saved .MIG file WET created. Then I got the error message: "Windows Easy Transfer can't transfer
    files from Windows Vista or Windows XP".
    The truth is, Microsoft was too busy integrating special effects to it's operating system and claimed it as fully polished instead of making sure built-in tools were worth using.
    Another harsh reality is that THERE IS NO WAY TO TRANSFER a file from Windows Vista to Windows 8. That's because engineers didn't even bother to make that possibility happen. Just Google: "Transfer from windows vista to windows 8" and you'll see
    there are no relevant Microsoft web page about this.
    Worse, Microsoft is giving excuses. To solve this issues, they came with a toolbox of fake scenarios in order to confuse clients even further, while they know damn well the Windows Easy Transfer is NOT EASY and certainly in multiple cases
    DOES NOT TRANSFER jack to begin with.

    I somewhat agree with you.
    Trying to transfer from 7 to 8.1 and although it looks like the "7" side of the equation is working, the "8" side isn't.
    "7" is trying to connect to "8" but "8.1" is being just plain stupid.
    Not even sure why the MIG file step is even necessary if all I want to do is transfer one file between two machines.  Said file is really BIG, or i'd just use my network, and the "8.1" rig doesn't have a dvd reader...
    Per the MIG step... my file again, is big... I'd need to "mig" this file just to send it? Can't even get to the step where I'd mig-it and if i did, how long would that take?
    So this is what progress is all about... geez... gimmie a NULL MODEM CABLE !!!

  • How to open pages documents with windows vista

    Does anyone know how to open pages document with windows vista? i saved it onto a usb stick but when i tried to open it on the computers in my university which support windows vista, it didnt reconise the file and opened with a page of question marks!!!! Im panicking now!!!!!
    Id appreciate any help!!! thanks!!!!!

    beckstarr wrote:
    Does anyone know how to open pages document with windows vista? i saved it onto a usb stick but when i tried to open it on the computers in my university which support windows vista, it didnt reconise the file and opened with a page of question marks!!!! Im panicking now!!!!!
    You cannot open it on Windows Vista. The only application in the world that opens a Pages document is Pages, and it is Mac OS X only.
    Your options:
    1. Find a Mac with Pages installed, and save the document as doc or pdf, which you can open on Vista.
    or, if that is impossible,
    2. Open the files in a texteditor like Notepad.exe on Windows and try to piece text fragments together to get at least part of your original text back. The images should also be available somewhere, even though all formatting is gone.

  • How to use jpg files as a background in a Frame

    Could anyone help me to figure out how to get jpg files set as my background of my Frame. I have used Awt to create my frame. Should i use the swing classes to do this? If so could you help me with what is needed to be done to accomplish this task.
    Thanks
    Chad

    Here is a sample code to set a jpg image in a frame:
    import java.awt.*;
    import java.awt.event.*;
    public class ImageFrame extends Frame{   
    private ImageCanvas c;
    private Image i;
    ImageFrame()
         Toolkit tk = Toolkit.getDefaultToolkit();
         // This assumes you have an image named
         // "somePic.jpg" in the current directory.
         i = tk.getImage( "somePic.jpg" );
         c = new ImageCanvas( i );
         add( c );
         public static void main( String[] args ) {       
         ImageFrame f = new ImageFrame();
         f.addWindowListener( new WindowAdapter()
    public void windowClosing( WindowEvent e ) {                
         System.exit( 0 );
         f.setSize( 400, 400 );
         f.show();
    private class ImageCanvas extends Canvas {       
         Image i;
         public ImageCanvas( Image i ) {           
         this.i = i;
    public void paint( Graphics g ) {           
         g.drawImage( i, 0, 0, 400, 400, this );
    I hope I can have my dukes now :-)

  • How to reduce jpg file size, not pixel dimensions?

    I am preparing images for the web and I really have 2 questions: one about gifs, and one about jpgs.
    My standard procedure is to reduce the image to the desired pixel dimensions at 600 dpi
    That gives me a crisp small image. then I either use it as is if the file size is low enough (I try for under 600 kb) or convert it to a gif with the save for web and devices tool.
    So here are my 2 questions (I will count this solved with either answer)
    1) When I convert to a gif I have the 4 boxes: one with original size, the other 3 with options but often the options are too low res for me How do I change my 3 options to start at a higher gif res?
    2) If I try to reduce the file size of the jpg in the image size box I set the resolution lower ( 400, 300), which lowers the pixel dimensions and the filesize, but I don't want to cahnge the pixel dimensions. And  If I reset the pixel dimensions back to the size I want them, even though it is a lower resolution the file size doesn't change. How to reduce jpg file size using only the resolution, not pixel dimensions?  PS I have tried messing with checking and unchecking the 3 little boxes( scale styles, constrain proportions, and resample) but nothing has worked.

    Gif is not a great filetype, especially if you want a crisp image. What are your pixel dimensions?
    For web, it makes no difference what the dpi is, only the final pixel dimensions so once you have that as you want, use 'Save for Web and Devices' and you can lower the quality - 100% being max and 0% being lowest. I wouldn't save anything below 55%. For a 600kb image, your dimensions must be rather big.

  • How to read XML file and update the data in MS CRM 2011?

    Hi Folks,
    Can anyone please help me finding some references to read XML files and push the data to MS CRM 2011 preferably by using a console application.
    Please let me know if any ways of handling it in simple ways.
    Thanks,
    Sri

    HI,
    How to read XML file:
    https://social.msdn.microsoft.com/Forums/en-US/5dd7261b-86c4-4ca8-ba87-95196ef3ba50/need-to-display-xml-file-in-textboxes-edit-the-data-and-save-the-new-xml-file?forum=csharpgeneral
    How to work with CRM:
    ClientCredentials credentials = new ClientCredentials();
    credentials.Windows.ClientCredential = new System.Net.NetworkCredential("USER", "Password", "Domain");
    Uri uri = new Uri("http://server/Organization/XRMServices/2011/Organization.svc");
    OrganizationServiceProxy proxy = new OrganizationServiceProxy(uri, null, credentials, null);
    proxy.ServiceConfiguration.CurrentServiceEndpoint.Behaviors.Add(new ProxyTypesBehavior());
    IOrganizationService service = (IOrganizationService)proxy;
    //using "service" you can create, update and retrieve entities.
    More information here about service functions:
    https://msdn.microsoft.com/en-us/library/gg328198.aspx

  • How to store a file in windows registry

    Hi, I'm a student of java and I've a problem, can any body tell me that how to store a file in windows registry in java.

    Store the file on disk and put the path in the registry.

  • How to read pmd files on mac?

    How to read pmd files on mac?

    There is no native support to open PageMaker documents on the Mac. I would check to see what PageMaker document versions that InDesign CS6 can open, ether on Mac or PC.
    Adobe still has the trial of PageMaker 7 for Windows (Adobe link) and PM7 PDF, which you could install in Boot Camp, or Mac Virtual Machine in Windows 7.
    I just checked the latest release of LibreOffice, and there is no support for PageMaker anything.
    zamzar dot com does not support .pmd content.

  • How to run .java file in windows ?

    How to run .java file in windows without installing any program? Thx!

    First, U must make sure that there is JDK on your computer
    Then, set the envionment variables which the os can find your compiler and interpreter: javac java
    after those, you must complie your .java file to .class file, then you can excute it by java, for example " java helloworld"

  • How to convert JPG files to PDF

    Suggestions on how to convert JPG files to PDF using Adobe?

    You would either need the PDF Pack service, or Adobe Acrobat or Photoshop.

  • How to read the file from a folder.

    Hi All,
    How to read the file from a folder or directory from the non sap server / remote server.
    Regards
    Sathis

    open dataset filename for input in text mode
                         encoding default.
    filename is character type variable with the destination filename.
    Edited by: Jino Augustine on Apr 19, 2010 1:31 PM

  • How to read .xml file from embedded .swf(flash output) in captivate

    I have been trying to read .xml file from the .swf (Flash output) that is embedded within the captivate file but no luck yet . Please if anyone got any clue on how get this thing done using Action script 3.0 then let me know. I am using Adobe Captivate 5.5 at present and Flash CS 5.5.
    I am well aware about how to read .xml file through action script 3.0 in flash but when insert the same flash in captivate and publish nothing comes in captivate output. I would higly appreciate if anyone could help me out with that.
    Here is is graphical demonstration of my query :
    Message was edited by: captainmkv

    Hi Captainmkv,
    Does the information in this post cover what you're trying to do: http://forums.adobe.com/message/5081928#5081928
    Tristan,

Maybe you are looking for

  • My iPod won't let me download anything from iTunes or app store

    My iPod won't let me download new apps or music . I used a gift card visa and it says that I had a problem with the last perchase.i thaught if I added a iTunes gift card I would be all set. But still takes me to the billing place even though I have m

  • Safari won't open .pdf and .wmv pages

    Safari does not work when I try to access a webpage with a pdf. I get a black page and and a spinning ball. Safari does not work when I try a link on a web page for a .wmv. This time it's a blank page with a spinning ball. I am even unable to close t

  • Date/Time on X-Axis with JFreeChart

    Hi guys, I've asked this question on the JFreeChart forums, but got no response. If anyone has any experience with JFreeChart, help would be most appreaciated. I am drawing a XY Line Chart to display CPU usage retrieved from a database. The user can

  • Apps deleting when i plug into itunes

    when i plugged my ipod touch into itunes, because none of my purchased apps were working becasue of the flash memory, all of my recent pruchases (30 or so apps and a movie (zombieland)) got removed from my ipod so i am wonder if you will pay fora lln

  • How do I prevent new windows?

    Greetings, When I go to thePirateBay.com, a new window opens. The website opens a new window using Javascript (window.open). I've tried opening the site in a Private Window but it doesn't help. How can I prevent new windows from opening? Thanks, Shan