JPG picture combine horizantally/vertically by manipulating image data

All
Please look at attached VI. I have two graphs that I wish to merge as one. I tried playing with image data and I've been successful in merging them veritically. I've not been able to place them side by side. Does any one have experience with picture manipulation ?
Kudos always welcome for helpful posts

Because talk is cheap I figured I would give a try at the merge of two images horizontally and vertically.  Attached is what I was thinking.  It uses the OpenG Picture tools to open the image but could be removed if you know the file format of the image.
Alternativly I could have used something like what is shown here to translate the pictures which would probably be more efficient.
Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.
Attachments:
Merge Pictures.zip ‏7 KB

Similar Messages

  • HR:Load Employee  JPG Pictures in to Database with a script

    Hi,
    We are on 11.5.10.I would like to know whether any body has loaded Employee pictures in to HR through a script
    I have checked the column on per_images.The Data Type hich stores the picture in per_images is long Raw.
    How do we load jpg pictures in to a longraw column.
    regards,
    A

    Pls check following MOS notes, you will get your answer
    How to enter images in the HRMS Application [ID 103263.1]
    Cannot Load Images in Oracle HRMS [ID 398926.1]
    How To Upload 100 Employee Pictures in Oracle HRMS (Persons Screen) Via API [ID 602252.1]
    from GUI
    How To Load New Photographs to the Employee Directory [ID 452165.1]
    regards,

  • How convert to jpg picture into bmp ?

    Hi experts,
    I am trying to convert my jpg picture into bmp. for this i write one report but showing some
    TRANSFER WA_MIME1 TO DSN1.
    HERE IS MY FULL CODE PLZ HELP ME.
    REPORT  ZSE78_7.
    DATA: blob TYPE w3mimetabtype,
           blob_size TYPE w3param-cont_len,
           blob_type TYPE w3param-cont_type  .
    DATA:
         p_color_scheme      TYPE char20  ,
         p_labels_groupid    TYPE igs_label_tab,
         p_labels_category   TYPE igs_label_tab  ,
         p_data     TYPE     igs_data_tab,
         p_charttype     TYPE     char20,
         p_legend     TYPE     char20,
         l_igs_chart TYPE  REF TO cl_igs_chart ,
         l_igs_chart_engine TYPE  REF TO cl_igs_chart_engine,
         i_igs_image_converter TYPE REF TO cl_igs_image_converter,
         mime TYPE  w3mimetabtype,
         html TYPE  w3htmltabtype,
         html_line TYPE  w3html,
         l_msg_text(72) TYPE  c,
         l_url TYPE  w3url,
         l_content_length TYPE  i,
         l_content_type TYPE  w3param-cont_type,
         l_content_subtype TYPE  w3param-cont_type.
    CALL FUNCTION 'GUI_UPLOAD'
       EXPORTING
         filename                      = 'e:\katoch.jpg'
        filetype                      = 'BIN'
    *      HAS_FIELD_SEPARATOR           = ' '
    *      HEADER_LENGTH                 = 0
    *      READ_BY_LINE                  = 'X'
    *      DAT_MODE                      = ' '
    *      CODEPAGE                      = ' '
    *      IGNORE_CERR                   = ABAP_TRUE
    *      REPLACEMENT                   = '#'
    *      CHECK_BOM                     = ' '
    IMPORTING
        filelength                    = l_content_length
    *      HEADER                        =
       TABLES
         data_tab                      = mime
    EXCEPTIONS
        file_open_error               = 1
        file_read_error               = 2
        no_batch                      = 3
        gui_refuse_filetransfer       = 4
        invalid_type                  = 5
        no_authority                  = 6
        unknown_error                 = 7
        bad_data_format               = 8
        header_not_allowed            = 9
        separator_not_allowed         = 10
        header_too_long               = 11
        unknown_dp_error              = 12
        access_denied                 = 13
        dp_out_of_memory              = 14
        disk_full                     = 15
        dp_timeout                    = 16
        OTHERS                        = 17
    IF sy-subrc <> 0.
         MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                 WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CREATE OBJECT i_igs_image_converter .
    i_igs_image_converter->input = 'image/jpeg'.
    i_igs_image_converter->output = 'image/x-ms-bmp'.
    i_igs_image_converter->width = '100'.
    i_igs_image_converter->height = '100'.
    CALL METHOD i_igs_image_converter->set_image
       EXPORTING
         blob      = mime
         blob_size = l_content_length.
    CALL METHOD i_igs_image_converter->execute
       EXCEPTIONS
         communication_error = 1
         internal_error      = 2
         external_error      = 3
         OTHERS              = 4.
    IF sy-subrc = 0.
       CALL METHOD i_igs_image_converter->get_image
         IMPORTING
           blob      = blob
           blob_size = blob_size
           blob_type = blob_type.
       DATA dsn1(20) TYPE c VALUE 'E:\test.bmp'.
    DATA wa_mime1 TYPE w3mime.
    *DATA wa_mime1 TYPE w3mimetabtype.
       OPEN DATASET  dsn1   FOR OUTPUT IN BINARY MODE.
       LOOP AT blob INTO wa_mime1.
         TRANSFER wa_mime1 TO dsn1.
         CLEAR wa_mime1.
       ENDLOOP.
    MESSAGE ' successfull' TYPE 'I'.
       CLOSE DATASET dsn1.
    ELSE.
       DATA: num TYPE i, message TYPE string.
       CALL METHOD i_igs_image_converter->get_error
         IMPORTING
           number  = num
           MESSAGE = message.
    MESSAGE 'not successfull' TYPE 'I'.
    ENDIF.

    HI
    i already converted it in binary form but when i transferring it to binary mode it generate error.
    the code is like this.
    LOOP AT blob INTO wa_mime1.
         TRANSFER wa_mime1 TO dsn1.
         CLEAR wa_mime1.
       ENDLOOP.
       CLOSE DATASET dsn1.

  • Snow Leopard Freeze on Screensaver with "Alias" jpg-pictures?

    Hi all
    I have now updated my 10.5 to 10.6 installation.
    My Setup for Screensaver on 10.5 was:
    - Folder in Photo-Folder “Screensaver”
    - in this Folder I have a few “Alias” (Links) to Fotos in the other Photo-Folders
    - Setup of Screensaver => Added this Folder and activated
    With 10.5 this works perfectly.
    Now with 10.6 my Mac freez completely. Only with Hard-Reset/Restart helps ...
    Also now when I go to the Screensaver-Setup the Mac freez ...
    => when I start setup of Screensaver with Folder-jpg-Alias => Mac freez
    => when the screensaver start => Mac freez
    Only one time I was very fast and I have change the setup in the Screensaver to a Mac-standard Screensaver “Beach”. With this work the Screensaver.
    After that I have tested with a Folder with normal jpg-pictures (No Alias) => Works.
    It is possible, that the new 10.6 Screensaver doesn’t work with JPG-Alias?
    Thanks

    Have exactly the same problem with the new OS.
    Have a directory of image alias that I want to appear within the screen saver. None of the aliases are recognised, and when you try to delete the directory from the screen saver followed by clicking '+' to add it back again system preferences crashes. Relaunch, then I can add directory, but result is the same. i.e. I assume there is no caching etc of any relevance.
    The new os x was supposed to be a refinement fixing bugs, finding that my 5 years old printer is no longer supported and now this is a great disappointment.

  • When taking photos, it won't open the jpg picture, message is "unable to display file:

    I have problems to open my jpg picture when taking photos.  The message I receive is "unable to display file:  20150104_173558.jpg  -  What should I do to rectify this problem?

    Hi and welcome to the BlackBerry Community support forums!
    Do you have the images on phone memory or on a micro sd card? Ether way, plug the device into a computer and move the pictures onto that computer to see if the computer will recognize them. If not they are corrupt.
    As far as the device, There seems to be a problem saving the pictures properly, I would recommend reloading device software through BlackBerry desktop software.
    Good Luck and let me know if I can further assist you.
    This article may be of use.
    http://docs.blackberry.com/en/smartphone_users/deliverables/32608/Reload_BBDtSW_using_BBDeviceMngr_6...
    1. If a post has helped you, show your appreciation by clicking Like at the bottom of the message box.
    2. If a post has solved your question, please click ''accept as solution'' to verify your question has been solved.

  • How much Image Data can the Scenegraph hold?  handling big pictures?

    I have some jpg pictures that are taken with a standard compact camera.
    Pictures are around 2MB in size. I would like to load them full size so I can Zoom into them later.
    I can load about 4 of this pictures (total 8MB data), but not 5 of them.
    Where is the limitation?
    How much Image Data can the Scenegraph hold?
    any tweeks or workaround for big pictures?

    You mean this:
    The default maximum heap size is half of the physical memory up to a physical memory size of 192 megabytes and otherwise one fourth of the physical memory up to a physical memory size of 1 gigabyte.
    For example, if your machine has 128 megabytes of physical memory, then the maximum heap size is 64 megabytes, and greater than or equal to 1 gigabyte of physical memory results in a maximum heap size of 256 megabytes.So Java doesn't want to use a lot of ram by default. My 3 Year PC has allready 4 GB Ram. But well there are laptops with 1 or 2 gb RAM. Even my 5 year old video-pc, only there to watch some movies, has 1.2GB RAM. So Whatever, maybe Oracle will change this in Java7 or 8. As well also Anyway, i can do make the a little bit more effiecient, but if someone want to load a jpg captuared with a 12MegaPixel Camera, you just need some Ram.

  • How do I load a picture from the clipboard (either Windows clipboard or Labview clipboard) into image data that can then be processed in Labview?

    I want to load a picture from the Windows clipboard (and if not possible, then from the Labview clipboard) into actual numerical image data so that it can be processed in lab view. When I'm at the main screen where I can add controls, I see a section of controls called "Vision" in the tool bar where all the different controls can can be added from. When I go to the control called "Image" and put that on my form, and then look at the flowchart/blockdiagram programing window to see what inputs and outputs it has, I only see one output, and no inputs. And when I right click on it, I see NO way to load an image into the Image control. PLEASE help me.
    Message Edited by Ben321 on 11-09-2008 04:32 PM

    Hi Ben,
    National Instruments has an image processing software called Vision and although I am not completely sure, I think the controls that you found in the control pallet are used in conjunction with the software. Depending on what kind of image processing you want to conduct in LabVIEW, you might want to consider purchasing that product.
    If cost is an issue, there are functions in LabVIEW which allows you to take in image files and process them. However, please keep in mind that the capabilities are limited.
    Images should be loaded onto LabVIEW not via the clipboard but through loading it from folders or directories. (There might be a way to and so if you find a way please let me know! I would like to know myself =D) If you open the function pallet by right clicking on the block diagram, in the programming folder you should find a directory called "Graphic and Sound". There, you'll find functions in which allows you to process images.
     In the "Graphic Type" directory there should be a function called Read JPEG file.vi. There are also others which allows you to read png and bmp files. Please note that there are functions which write as well. Set a file path on the block diagram and inside the "Grahic and Sound" there is a "Picture Function" directory and inside there, there should be a function called "Draw Flattened Pixmap.vi" That changes the image into a format where you can process on LabVIEW. Inside the "Picture Function" directory there are several functions which allows you to process the specified image. Play around with it and see how it goes. And don't forget to Write the file in the end to save any changes.
    I hope this helps
    National Instruments Japan
    Applications Engineer Taiki Hoshi

  • I am using Photoshop Elements 11.  Do all .jpg formatted file have to be retangular in shape?  I want to create an oval .jpg picture to insert into a book.  Haven't been able to do so.  It would work if I could make the area outside the oval completely tr

    I am using Photoshop Elements 11.  Do all .jpg formatted file have to be retangular in shape?  I want to create an oval .jpg picture to insert into a book.  Haven't been able to do so.  It would work if I could make the area outside the oval completely transparent.  Can anyone help me here?

    JPG does not support transparency, so even if you create an oval with transparent background, the saved JPG will have white background. Instead, save it as a PNG, TIFF, or GIF which preserve the transparency.
    Here is one of many ways to create your oval:
    Create a new file the approximate size of the oval. Add the oval with the Custom Shape Ellipse tool, and simplify the shape layer.
    In the Layers Palette, Ctrl-click the oval to select it and copy the selection to the clipboard (Edit > Copy).
    Then do File > New from Clipboard. This creates the oval with transparent background cropped to the oval size.
    Then save it as one of the file types that support transparency (and also supported by the application where you are sending the picture to).
    Note:  Is is not even necessary to do step 2. That is only if some reason you want the oval to be tightly cropped. It is sufficient to delete the Background layer in step 1 (or turn off its visibility) and save the file. The oval will appear correctly in the book with either version.

  • I am trying to batch convert cr2 to jpg. in bridge i go tools ps image processor and it returns a message "Image Processor.jsx could not be found." I updated cc to no avail. i am on mac 10.7.5

    I am trying to batch convert cr2 to jpg. in bridge i go tools>ps>image processor and it returns a message "Image Processor.jsx could not be found." I updated cc to no avail. i am on mac 10.7.5

    I go to file scripts but there is no option there for Image Processor

  • How can I turn off the 2 blue lines running vertically in my image in Photoshop?

    How can I turn off the 2 blue lines running vertically through my image in Photoshop? I want to save my work but do not know if these lines will persist in the saved image.

    normfb wrote:
    I assume the Rulers are showing. In that case, to get rid of each line use the Move tool to straddle the line and drag it whence it came. I really didn't need to add this comment but it is the first time in years I have had a chance to use the word "whence".
    Is this a guide I see before me? Doeth it conspire to confuseth mine eyes with sapphire lines that afoul my worthy parchment, and draw my quill from its righteous path? Be gone foul guide from whence thou cometh.  Verily, forsooth, and hey nonny nonny.

  • Smartforms: how can I include a jpg picture stored an a web server ?

    I want do include a business graphic (JPG) in a smartforms window. The picture is created by a web serves and stored on a web server.
    the jpg-picture can be loaded on by an http-adress.
    How can I include the picture in the smartforms form ?
    thanks
    Richard

    hi,
    use transction SE78 to upload the picture .
    Then use it in smartforms.
    regards,
    guru

  • How can I change picture data to image data

    I have an array that I am displaying in a picture control as an 16-bit data type. How can I change this into an Image data type with out saving it first?

    Sean,
    Use IMAQ ArrayToImage, which will take your array and convert it to an IMAQ image.
    Bruce
    Bruce Ammons
    Ammons Engineering

  • Open a JPG picture in Camera Raw

    Is there a possibility to open from the command line a JPG picture first in Camera Raw to get it then in PS ?
    What do I have to specify?

    Thanks a lot for the answers.
    I know these possibilities. The reason for my question is that i would like to open a JPG file from another application such as ViewNX or Expression Media directly in Camera Raw to do some adjustments. After that, i use PS for all other editings. Therefore i need to specify in these other applications a command that i have somewhat like "open with..." in a popup menu.
    I know as well that there is a command "open with Camera Raw..." in the Bridge. But i don't like the Bridge very buch because it is not the best choice for using with 2 monitors. To work with 2 or 3 monitors, ViewNX or Expression Media are much more user friendly.

  • How to use batch processing with jpg pictures taken with iphone cameras?

    How to use batch processing with jpg pictures taken with iphone cameras?

    Open the editor . Go to file>process multiple files
    Sent from my iPad

  • Manipulating images from Bridge

    I have been manipulating images I have placed in Bridge.  When I am finished, the image now goes to the bottom of Bridge folder.  I am unable to make the original accompany the manipulated to the bottom of Bridge file.

    You can change the way images are sorted in Bridge by going to View>Sort

Maybe you are looking for

  • Can't update iPhoto after loading yosemite

    Uploaded Yosemite and can't update iPhoto.  message is that the app was bought by another user or cancelled.  Not true.  What should I do?

  • IPod not recognized by Computer or iTunes (but it used to be)

    Okay, I have an iPod, I had problems, and I fixed them, but what's making me mad is that my grandpa got one, and he's having the exact same problems and they can't be fixed in the same way. So here's what's happening: iTunes doesn't recognize the iPo

  • How can i get value from tilelist?

    I have created checkbox in itemRenderer that use for TileList How can i get value (checked) from checkbox?

  • Security Update 2015-003

    i have second screen connected to my imac, after install security update 2015-003 , the second screen goto off after 1-3 min . what i must do ??

  • Cross join of dimensions

    Hi, For example:  two dimension tables and one fact table. dim1: branch branch1 branch2 dim2: time day1 day2 fact: sales branch1, day2, 100 what I want in answers when using branch and time and sales without any filters: Branch1, day1, 0 branch1, day