How do I convert an image file into an array?

I am using LabVIEW v.6.0.2
I have no NI IMAQ device or IMAQ card, also no Vision
The image file I have can be saved as a file containing numbers relating to the picels. I want to put these numbers into an array and plot a cross section intensity chart ( I am investigating young's double slits experiment and want to see the interference fringes in graphical form).

I'm not sure what you're asking.
In the GRAPHICS palette, there are READ JPEG file, READ BMP file, and READ PNG file VIs. Choose one and together with DRAW FLATTENED PIXMAP and a PICTURE indicator, you can display a picture with two functions and two wires.
If you have spreadsheet-type data and import it with READ FROM SPREADSHEET FILE (in the File I/O palette), you can plot that directly to an intensity indicator.
Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com
Blog for (mostly LabVIEW) programmers: Tips And Tricks

Similar Messages

  • How can you convert a PDF File into a picture format for uploading?

    How can you convert a PDF File into a picture format for uploading?

    If you have Acrobat 11, you'd select: File > Save As Other > Image
    and select one of the available image formats.

  • How do I convert an ASP file into a PDF?

    How do I convert an ASP file into a PDF?

    None of the free Adobe Reader products (Adobe Reader Touch, Adobe Reader for iOS/Android, Adobe Reader XI for desktop) provide the support for converting ASP to PDF.
    Acrobat XI Pro and Standard (which are not free) can convert an ASP page into PDF.
    Please note that Acrobat XI Pro, Standard, and Reader XI are not compatible with the Windows RT operating system.

  • How do I convert an Excel file into a pdf?

    how do I convert an Excel file into a pdf?

    Hi tomduffey,
    You can either use Create pdf service or Adobe Acrobat software for the purpose.
    Please refer -
    Using Create PDF service : https://www.acrobat.com/createpdf/en_GB/convert-excel-to-pdf-converter.html
    Using Adobe Acrobat : http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/products/acrobat/pdfs/adobe- acrobat-xi-create-pdf-files-tutorial-ue.pdf

  • How do I convert an Adobe file into a word document?

    How do I convert an Adobe file into a word document?

    What type of Adobe document are you trying to convert?  Which Adobe software or service are you utilizing?

  • How do i convert a pdf file into a editable word

    how do i convert a pdf file into a editable word

    Converting a PDF to Word requires Acrobat, or the ExportPDF service.

  • I have Adobe PDF Pack. How do I convert a pdf file into word or Docx?

    I have Adobe PDF Pack. How do I convert a pdf file into word or Docx?

    Use Tools in Adobe Reader, or sign in directly at https://cloud.acrobat.com/convertpdf
    [topic moved to PDF Pack forum]

  • How do I convert a prel file into..

    How do I convert a prel file into a mp3, avi, etc. I am needing to upload the video onto youtube and the file is not compatible as a prel. I am using adobe premier elements 12.

    mgroce
    Given you have Premiere Elements 12/12.1. (limit...2 GB 15 minutes, even if you have an extended time account at YouTube...the extended time account applies only to file uploaded to YouTube at the YouTube web site)
    If your goal is to get a Premiere Elements 12 Timeline uploaded to YouTube, you have two possible routes....
    a. Publish+Share/Social Websites/YouTube and your selection of the preset that matches your Timeline properties
    or
    b. Publish+Share/Computer/AVCHD with one of the .mp4 preset to export the Timeline content to a file saved to the computer hard drive from where you upload it to YouTube at the YouTube Web site.
    For best results, I would suggest an AVCHD.mp4 file instead of the "avi" that you mentioned. What is the video compression that goes with that "avi" wrapper?
    As for .mp3, that is a audio file extension, what is your intent on that....an upload to YouTube with just music and with a black video display? YouTube strictly enforces any copyright issues, so please assure that there are none associated with these .mp3 otherwise YouTube will remove them.
    Please review and consider, and then let us know if you have the information that you sought.
    Thank you.
    ATR

  • How can I convert a pdf file into a usable xcel file

    how can I convert a pdf file into a xcel file. the pdf file file is layed out in colums, justified and separated in various types - i need to be able to set colum limits manualy,  thanks for your input/

    Without further information, I would suggest using either Acrobat or the Export PDF service.

  • How do I convert a .pub file into a PDF, 2 page spread without the dotted line down the center?  I can select 2 page view and cover page in 2 page view, but the dotted line shows up.  Thank you!!

    How do I convert a .pub file into a PDF, 2 page spread without the dotted line down the center?  I can select 2 page view and cover page in 2 page view, but the dotted line shows up.  Thank you!!

    Hi skt102711,
    I would like to inform you that acrobat doesn't support .epub to .pdf format conversion. Please browse this Link for more information : Supported file formats | Acrobat, Reader
    Regards,
    Rahul

  • I have purchased the program and now how do I convert a PDF file into excel?

    I have purchased the program and now how do I convert a PDF file into excel?

    Hi johnhnk2,
    Please see Getting Started with ExportPDF | Adobe Community.
    That document will tell you what you need to know to get started. Please note, however, that it can take 24-48 hours for an order to process fully.
    Best,
    Sara

  • How do you convert a jpeg file into word document so i can edit it?

    How do you convert a jpeg file into word document so i can edit it?

    http://office.microsoft.com/en-us/mac-word-help/training-edit-pictures-in-office -for-mac-2011-RZ103709558.aspx

  • How do you convert a jar file into a java file,  ?

    how do you convert a jar file into a java file ?
    I am new to Java ,but have a little experience in C++ and Visual Basic.
    I want to edit and maybe create my own mobile games that are written or converted into jar files.
    At the moment I am using Java NetBeans , and Easy Java( the java pad).
    However the only solution I tried was to open the JAR file in winrar and see that its made up of png picture files,
    midi music files and class files. Unfortunately when I uncompressed the JAR file , there was NO java file to be seen and the JAVA editors Do not show the class file like a Java file. So why is there no extension Java file in the mobile JAR game ?

    801283 wrote:
    how do you convert a jar file into a java file ?You generally don't. There exist decompilers, but if you're meant to have the source, you should either have it because you are the author, or you should be able to get it from the author.
    I am new to Java ,but have a little experience in C++ and Visual Basic.Does that experience include turning .exe files into C++ code? Because that's the equivalent of what you're asking
    I want to edit and maybe create my own mobile games that are written or converted into jar files.Eh?
    Are you saying you want to take existing games and modify them? If the creators allow you to modify their source, then they'll provide you with that source (the .java files). If you're allowed to add things but not modify, you don't need .java files. Just documentation, which, again, the creators should be providing.
    Or are you saying you want to create your own games and distribute them in jar files? If so, there's no need to turn jars into .java.
    However the only solution I tried was to open the JAR file in winrar and see that its made up of png picture files,
    midi music files and class files. Unfortunately when I uncompressed the JAR file , there was NO java file to be seen and the JAVA editors Do not show the class file like a Java file. So why is there no extension Java file in the mobile JAR game ?Why would you expect there to be one?

  • How do I convert a prel file into a mpeg or avi file?

    how do I convert a prel file into a mpeg or avi file?

    The Elements Tutorial Links Page http://forums.adobe.com/thread/1275830 will help... click the publish/share links

  • How do I convert an .ms13 file into an .ms12 file?

    How do I convert an .ms13 file into an .ms12 file, if at all possible?
    Thanks,
    JC

    Hello,
    Multisim is not backwards compatible. Version 13 files can't be opened in version 12.
    Regards,
    Fernando D.
    National Instruments

Maybe you are looking for

  • CONTROL_FLUSH_ERROR with GUI_DOWNLOAD

    Dear All   My report throws "CONTROL_FLUSH_ERROR with GUI_DOWNLOAD "   even though i am using it in foreground . Any help will be rewarded . Regards Jaman

  • Missing ttyUSB0 and cant hibernate after system update

    Hi! I'm using usb modem huawai. Before my yesterday's update everything was fine, but after it ttyUSB0 had gone missing. E.g. it (ttyUSB0) doesn't appear when i plug in my usb modem any more. Also gnome's hibernate utility doesn't work anymore. When

  • Some serious problems with Mountain Lion

    Hi everyone, I upgraded my mid 2010 15" MBP to Mountain Lion 2 days ago, and I have some serious problems with my machine now. - Wifi problem: like many members 's machines, mine has problem to connect to the wifi after sleep or restarting, I had to

  • Lightroom 4.3 is applying the wrong Camera Calibration profile Nikon D600

    Running Lightroom 4.3 on my Mac, I have my D600 set to shoot using "Camera Neutral" profile. However, upon import into LR, for some reason, it changes to "Adobe Standard" profile. I can change it to camera neutral, but it's a pain. Any other users ex

  • How to copy iPhoto library to my new Macbook?

    I did a search and found some related topics that helped, but I wanted to make sure I got some more detail on this, as it seems to be a bit more complicated than I thought: I recently purchased a MacBook Pro, and need to copy my iPhoto library from o