Thread: Image OverLay

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    68

    Image OverLay

    Hi UAll,

    I need help???I am tring to do image overlay. My image DIB 24 bit (3 layer RGB) and i want to do image Overlay on top of it. I know that it is posssible but don't know how to do it. Please some one help you know how to do it. If possible give me an algorithm to do it.

    Thanks

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    1) Open overlay image in <insert graphics program name here>.
    2) Select the area to overlay.
    3) Copy it.
    4) Open image to over lay onto.
    5) Paste.
    6) Save.

    Optional steps include playing with transparency layers and blending.

    Quzah.
    Hope is the first step on the road to disappointment.

  3. #3
    Registered User
    Join Date
    Oct 2001
    Posts
    68

    Image OverLay

    Hi UALL,

    I want to write a program that can overlay, i know how to overlay using photoshop and fireworks.......

    Thanks

  4. #4
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >I want to write a program that can overlay
    Good for you, have fun.

    -Prelude
    My best code is written with the delete key.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem reading tiff image files?
    By compz in forum C++ Programming
    Replies: 9
    Last Post: 10-30-2009, 04:17 AM
  2. Replies: 1
    Last Post: 05-27-2009, 12:46 PM
  3. Replies: 4
    Last Post: 03-02-2003, 09:12 AM
  4. Image OverLay
    By simly01 in forum Windows Programming
    Replies: 3
    Last Post: 07-14-2002, 10:10 AM