How to program two layers picture?

Hi,
I want to program a picture in a panel which has a map in the background and position coordinates from a GPS as a figure are updated into the map. Map file format can be e.x. bmp. NI example alphablend with x% transparency is something which I could develop further, but I wonder if there is faster way to do that without re-drawing the whole picture every time a position point figure is added to a map ? The same program has to communicate  simultaneously with an instrument for quite intensive amount of measurement values.   
Thanks for any advice. 
/petri
Solved!
Go to Solution.

When it comes to drawing lines, isn't the canvas control the best choice?
You can make the background transparent and draw lines to show vehicle's path.
But I'm not sure you can make the lines thick enough to be visible over a colorful background like a map.
S. Eren BALCI
www.aselsan.com.tr

Similar Messages

  • How to join two similar layers together?

    Hey all! Please help me out, It is a little thing to do, but I am really stocked at this. How to join two layers together?? For example two Text layers or anything. Pleas can you describe the way to do it and write (if it exist) the shortcut for it?
    Now I know, that layers in AAF can't be joined, there is just a "Pre-Compose". But this function is disabled the FX colone, and I have to have it there.
    In this tut http://www.videocopilot.net/tutorials/shatterize/ he joined two text layers. But with some shortcut so I don't know, how he did it.
    Can anyone help me plz?
    THX for reply

    Lufty09 wrote:
    Yes, but this is disabled the Fx button :/
    Now you need to look up precomposing in the help system. It's all explained there.
    Nesting and precomping are advanced functions and require careful planning or inspired improvisation within the limits of the software. You also need to look up how the rasterization button works in its two operation modes.
    bogiesan

  • Can you please help me by saying me how can i join two different picture to make it as one picture.??

    Hi Sir/ Madam,
       My name is Rishav and I am facing some problem with my Photoshop CC. Actually I have a question. If you guys could help me out i will be very obliged. The quest in "Can you please help me by saying me how can i join two different picture to make it as one picture.??"

    Maybe you should post over at
    Photoshop for Beginners
    or start with the "Get Started" section of the Help:
    Photoshop Help | Photoshop Help
    And your question
    Can you please help me by saying me how can i join two different picture to make it as one picture.??
    does not seem particularly specific – do you want to simply combine two images as they are, do you want to clip elements from the one and insert them into the other, …?
    Could you post (lores of) the images and explain what you intend to achieve?

  • How to synchronize two database in ur java program

    Hi All
    How to synchronize two data base of mysql using java programing language?
    If somebody has any idea that will help me a lot.
    Thanks and regards
    Srikant

    Of corse I have an idea, but not good!
    If you know the database stucture then copy data from one to another.
    Open 2 connections: one to source and one to dest.
    And:
    String sql = "SELCET * from mytable1";// from source
    string sql2;
    Statement st1 = connSrc.createStatement();
    Statement st2 = connDest.createStatement();
    ResultSet rs = st1.executeQuerry(sql);
    while(rs.next()){
    sql2 = "INSERT INTO mytable1 ('field1', 'filed2') VALUES ("+
    "'"+rs.get(filed1")+"',"+
    "'"+rs.get(filed2')+"'"+
    st2.executeUpdate(sql2);
    // the destination was cleared before this: DELETE FROM mytable1 WHERE 1
    This is a mysql sample without processing the errors.
    Szabi

  • How does this happen: The picture of recent apps you get when double clicking the home button showed in Settings-Wifi that I had been connected to a network I have not been near for two months. Its not a recent "image" of Settings-Wifi. Can anyone explain

    How does this happen: The picture of recent apps you get when double clicking the home button showed in Settings-Wifi that I had been connected to a network I have not been near for two months. Its not a recent "image" of Settings-Wifi. Can anyone explain?

    Greetings,
    I've never seen this issue, and I handle many iPads, of all versions. WiFi issues are generally local to the WiFi router - they are not all of the same quality, range, immunity to interference, etc. You have distance, building construction, and the biggie - interference.
    At home, I use Apple routers, and have no issues with any of my WiFi enabled devices, computers, mobile devices, etc - even the lowly PeeCees. I have locations where I have Juniper Networks, as well as Aruba, and a few Netgears - all of them work as they should.
    The cheaper routers, Linksys, D-Link, Seimens home units, and many other no name devices have caused issues of various kinds, and even connectivity.
    I have no idea what Starbucks uses, but I always have a good connection, and I go there nearly every morning and get some work done, as well as play.
    You could try changing channels, 2.4 to 5 Gigs, changing locations of the router. I have had to do all of these at one time or another over the many years that I have been a Network Engineer.
    Good Luck - Cheers,
    M.

  • I want to send 10 bit ADC from PIC via serial communicaton. i send it separetly 8 bit first then the other 2 bit. how to program in labview to capture those two packet then combine it togother

    i want to send 10 bit ADC from PIC mCu via serial communicaton.
     i send it separetly 8 bit first then the other 2 bit (2 bit --> with zero at 6 bit from LSB).
    how to program in labview to capture those two packet and then combine it together
    so i have 10 bit in lab view
    thank you

    Close, but now quite. You need to specify to the VISA Read how many bytes to read, not how many bits. Thus, the input would be 2, not 16. It's also not clear why you're trying to use the "String to Byte Array". The Type Cast will give you a number based on what data type you wired. You're basically telling it how to interpret the string. In this case we're telling it to interpret the string a 16-bit value, so we'll get a 16-bit integer. I know you said you wanted a 10-bit, but you can't have that. You'll get a 16-bit with 6 bits set to zero. Note: I did not completely understand what you said so we may need to change this slightly, but we want to get the communication and reading collection working first.
    Also, since you seem to be setting this in a loop you probably want to monitor this or to collect the data. For that you need a shift register. See attached for a modified version of your attempt. You need to set the datatype to I16 or U16 based on whether the value you get from the PIC is signed or unsigned.
    Message Edited by smercurio_fc on 05-01-2007 02:28 PM
    Attachments:
    Read PIC.vi ‏21 KB
    Read PIC.png ‏7 KB

  • Using the content aware move tool, I want to move an item from one image to another image but it does not seem to work. I think I need two layers on one document so how do I do this

    Using the content aware move tool, I want to move an item from one image to another image but it does not seem to work. I think I need two layers on one document so how do I do this

    Good day!
    A simple Paste does not work for you?
    It should place the clipboard content as a new Layer which you can then move around.
    If there is any chance that the elements need to be scaled, rotated etc. I would prefer to place them as Smart Objects (File > Place …) and do the masking that is specific to the images themselves in those.
    Regards,
    Pfaffenbichler

  • I'v just installed creative cloud 64 bit windows. How can I make bridge the default program to upload pictures rather than lightroom?

    I've just installed creative cloud 64 bit windows.  How can I make bridge the default program to upload pictures rather than lightroom?

    Usually the default program associated with an image file extension is an image developing Program like Lightroom or an image editing program like Photoshop. If you want to change the default associated program to Adobe Bridge you would use Window's Controls Panel file association applet.

  • How to put two pictures side by side without loosing the size?

    how to put two pictures side by side without loosing the size? I did create a new canvas and double the size but my pictures are smaller in the new canvas please help meeeeeeee!!! my pictures are High13.6 and wide 20.533 with a resolution 240 im working on photoshop cs3 or cs6

    Are you trying to print two pictures on the same sheet of paper?  If so, then use Picture Package in CS3  (it is not part of CS6 unfortunately)
    http://voices.yahoo.com/using-adobe-photoshop-picture-package-great-digital-614329.html

  • To move an image behind a part of our "first picture", as if two layers are overlapped !

    Hello,
    I'm french, and I already posted a question a few times ago, on this forum and I was very satisfied with your quick answers, so I come ask again a little question...
    It's about Photoshop CS6 and I would like to know if it's possible to move an image behind a part of our "first picture", as if two layers are overlapped (the first picture and the picture that I add !) and one layer was partially hidden by the first !
    It's quite complicated to understand and explain... I know ... and I'm very sorry ...
    Example: If I want to move a book behind furniture (which is located in the center of my "background" or "first picture", surrounded by a nonuniform setting !), so to see only part of the book and the other part is hidden by the furniture ! Like the picture below (where we see that the "Coraya" is behind the desk !!) :
    I thank you in advance for all your quick responses and I congratulate you in advance to your understanding and your professionalism about Photoshop !
    Makarsh

    Makarsh,
    One easy way to accomplish that look is to add a Layer Mask to the "book" Layer, in the shape of the furniture, that you wish to hide part of the book behind.
    That would probably be easier by creating a Selection for that part of the furniture, with the Selection Tool of your choice. I personally like to do such work with the Pen Tool (creates a Path), as it is very exact. However, if one is not comfortable with the Pen Tool and Paths, then the Lasso (perhaps constraining it for straight lines) might be easier. If you do use the Pen Tool, when complete, go to the Paths Panel, and from the little arrow in the top-right, choose Make Selection.
    Then, with that Selection still active, go to the book Layer, and click on the Create Layer Mask icon, at the bottom of the Layers Panel.
    If necessary, you can do touchup to that Layer Mask, after it has been created.
    Good luck, and hope that helps.
    Hunt

  • How do I see my pictures that are in my aperture library in finder?  I would like I be able to select  photos in finder when I am making photo books online without having to export them first from aperture jinto a new folder. Is there any way to view

    How do I see my pictures that are in my aperture library in finder?  I would like I be able to select  photos in finder when I am making photo books online without having to export them first from aperture jinto a new folder. Is there any way to view and download my pictures directly from finder?

    SamanthaR22 wrote:
    How do I see my pictures that are in my aperture library in finder?  I would like I be able to select  photos in finder when I am making photo books online without having to export them first from aperture jinto a new folder. Is there any way to view and download my pictures directly from finder?  [Emphasis added.]
    The digitization of data has introduced a complexity to our interactions with it that we continue to struggle with.  "Picture" and "Photo" now mean different things in different contexts.  In this case (and in general) defining our terms clearly is the first step towards understanding what we are trying to do.  Understanding is the path that allows us to do it.
    All pedantic, but please stick with me here  .
    You record a set of instantaneous data with a camera.
    That data is processed by your camera and saved to a file.
    The file format is usually either RAW or JPG.
    You transfer those files to your computer, and you import them into the program Aperture (often in one operation).
    From each camera-file imported, Aperture creates a record in its database (called, imho unhelpfully, a Library) and an Image that you see in the Aperture Browser and Viewer.
    Aperture links the Image and the imported file.
    The imported file is called, within Aperture, an Original.
    Every Image has an Original.
    The Image is not the Original.  The Image is what you see in Aperture.
    The Original is a file that is stored on your computer.
    You can make changes to an Image.
    Aperture calls these changes Adjustments.
    Adjustments are saved to another file attached to the record in the database.  Let's call this file the Changes File.
    Aperture uses these two files attached to the record in the database to create the Image.
    Image = Original + Changes File.
    The Image is not a file.
    Because the Image is not a file, it cannot be shared with other programs.  It exists only inside of Aperture.
    In order to share an Image with another program, you must first create a file of the Image.
    You do this by exporting Images ("File ▹ Export ▹ Version" is the command in Aperture; should be, imho, "File ▹ Export ▹ Image").
    You may ask, "Why all the complexity?  Why doesn't Aperture save Images as files?"  The answer is simple:  Images can require less — and in many cases very very much less — storage space than files of Images.  Rather than save a full-size file for every Image, Aperture saves only instructions on how to make that full-size file.  The gain in storage efficiency is huge.  The trade-off is that although your Images are always available to be made into share-able files, you must create those files when needed (which you do by exporting selected Images).
    Here is your question reworded with more precise terms:
    SamanthaR22 might have written:
    How do I access Images in my Aperture Library in the Finder?  I would like I be able to select files in the Finder when I am making photo books online without having to create them by exporting Images from Aperture into a new Finder folder. Is there any way to view and download my Images directly from the Finder?
    No, there is not.  Images exist only in Aperture, and are not accessible for use in other programs.  You must create, for each Image in your Aperture Library, a new file outside of your Aperture Library in order to use it with another program.
    Aperture does allow you to create and save within your Library share-able files of your Images.  These files are called Previews.  You specify the file parameters in Aperture Preferences on the Previews tab.  These files are available to other programs via the OS X Media Browser.  These files are what you get when you drag selected Images out of the Aperture program and drop them on another program or on your desktop (which is part of the Finder).
    HTH.
    —Kirby.

  • How to merge adjustment layers to several layers and export layers to files

    Hi!
    I have now exactly the same problem as below with over 1000 images, I have saved them in .psd that has over 100 layers each. On top of those there is curves and levels layer that affects every layer below. I want to save all images to .jpg for videoedit with those curves at least. I don't want to merge same curves 100 times. Is there a solution in phothoshop cs5 or cs6 available? Would save alot of working hours. All I have got by this far is blank white images of adjustment layers and non adjusted jpg-files.
    This discussion was opened in 2010 and I quess this is same problem:
    How to merge adjustment layers to hundreds of layers?
    Jul 28, 2010 10:38 AM
    Say I have a photoshop File with 100 layers.  And say I created 3 adjustment layers on top of those 100 layers to get the adjustments that i want for those layers.   I'm happy with the adjustments but Then I NEED to merge those 3 adjustment layers to ALL those 100 layers.   Is there a way to easily permanently apply the adjustments to each of those layers without having to do it manually?     I absolutely need to merge the adjustments to the seperate layers because of how the layers are being used in a seperate 3d program.   
    So far what I've been doing is duplicating the adjustment layers for each layer and merging them to said layers separately.. Anyone have a better way? I wish I could just right click the adjustment layer and Tell it to merge to everylayer it affects  or apply to every layer underneath it!
    Anyone?
    Thanks!
    Thanks alot if u solve this!
    -Anne

    first
    doing action on one photo only with any effects or filtters .
    second
    doing Droplet  = File > Automate > Create Droplet.
    for more details with pictures here
    http://www.absba.org/showthread.php?t=1172143

  • I have to reopen the scan program after each picture is saved.

    When I scan a picture using the HP Solution Center program, it forces me to Save and Finish after each scan and then I have to open Solution Center program all over for each picture.  The older version allowed me to scan and save a picture but left new scan window open to preview and scan the next picture placed on the flatbed.  How do I scan multiple pictures, each with its own file name, without having to restart the program for each and ever picture. The solution center run on a laptop that still has Vista on it will allow the multiple scans. The same program run under Windows 7 does not.

    Hello again Multiscanner,
    I have located two documents that I think may help with the issue at hand.
    Please click the following links for The Product Does Not Function Correctly After Reinstalling on a Network and Upgrading from Windows V...
    The second link is for Resolving HP Solution Center Scan and printer Status Issues After Upgrading From Windows Vista to W....
    If the troubleshooting does not help resolve your issue, I would then suggest calling HP's Technical Support to see about further options for you. If you are calling within North America, the number is 1-800-474-6836 and for all other regions, click here: click here.
    Thank you once again for your time.
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • Is there two layers of audio on imovie or idvd

    I just finished A 300 picture presentation on Vietnam for a friend using keynote(excellent program). Each picture has a different show time(10 - 20 seconds) because of amount of text on it and info in the picture. We want to include back ground music for the presentation but also do a voice over on some to explain whats going on in some of the pictures. Does either Imovie or Idvd have two audio layers or do I have to use final cut which I can but then I have to go back through all the stills and reset the play time. Thanks karl

    You are mindless!!! Just kidding.
    You are forgetting the Database is an operating system.  The operating system (database) has Data, Users, and Account, Methods.
    There is an association between a User and an Account.  When a user logs onto any operating system there is data/properies that is owned by the user.  The properties are obtained by the operating system from the Account when you log.
    The OOP objects in a database are tables.  Normally OOPs refers to class object, but a database table can be considered a class type object.  The association in a database is where two or more tables share a common field.  You can use a SQL
    Join statement to combine database tables by there common fields.
    jdweng

  • How do I get the pictures from my iPhoto on my external Hard Drive to show up in the already existing iPhoto on my MacBook?

    I have an early 2008 MacBook. I had been using iPhoto on this MacBook until I purchased an iMac in 2011, at which time I copied my iPhoto Library from my MacBook to my iMac. Then I realized that my pictures and music were consuming the memory on my iMac, so I moved iPhoto and my iTunes LIbrary to an external Hard Drive. Now I am in a situation where I do not have access to my iMac, but will need to use my MacBook as my main computer for the next year. So, I have my iPhoto on an external hard drive and I plug it into my MacBook and see the iPhoto Library folder, but when I click on it, it opens up the old iPhoto that is still existing on my MacBook and will not show any of the new pictures?! At first I thought it wasn't able to show up anything because my MacBook was running two operating systems behind what my iMac was when I was running my iPhoto Library from that computer. So, I upgraded to OS X 10.7.5 and upgraded the existing iPhoto on my MacBook to iPhoto '11 version 9.4.3. However whenever I plug in the external hard drive and click on the iPhoto Library folder to open it up, it is still just opening up the already existing iPhoto on the MacBook (with my older pictures) rather than the iPhoto on the hard drive (with my newer pictures). How can I access my pictures that are on my external hard drive?

    Thank you for your advice. I followed your directions, but came up with the same results. However, I did discover that whenever I open up the iPhoto Library that is already existing on my MacBook a certain set of pictures shows up. But then when I open up the iPhoto Library from the Hard drive another set of pictures shows up. BUT not ALL of my pictures are showing up on the iPhoto Library from the hard drive. At least the last two years of pictures are not showing up?! Actually, it appears that all the pictures are there from when I started using iPhoto about 5 years ago up until around the time that I got my iMac desktop computer and started using that (2 years ago). I have noticed that more recent videos I have made are showing up in a folder on the hard drive, but will not appear when I open up iMovie?! Any ideas on how to access my pictures from the last 2 years off of the hard drive???

Maybe you are looking for

  • Integrated Planning Vs BPS

    Hi Where do I get detailed information on Integrated planning Vs SEM BPS. I would like to get some documentation around this piece. If anybody has documentation pls forward to [email protected] Thanks - Sriram

  • Why my i pad screen is disabled? can't use and open!!!

    Why my ipad tell to me connect itunes? screen alway ipad is disabled??? Please who can reply me???

  • Usernames and Passwords are not Saved

    I made sure that the security option for remembering saved passwords was checked; but the new version of Firefox is NOT saving them; I must enter them each time I visit any site that requires a username or password. There was no problem with version

  • Question before purchase

    I've read about several concerns regarding problems during streaming video to the ATV. Is it possible to sync movies and TV shows to the ATV's HDD from a PC then just play the movies without streaming them? This would work like an ipod I guess.

  • Accept terms and sign in each time a product is used?

    Why do we all have to "Accept Terms" and sign in every time we use the CC products. The "Accept Terms" appears every time I use a product. It's not like I haven't already accepted terms and it's an interruption in workflow. So Adobe, why are you maki