Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Adding effect to an image from a bitmap file?

Adding effect to an image from a bitmap file?

Scheduled Pinned Locked Moved Visual Basic
questioncsharpgraphicstutorial
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    ziuss2
    wrote on last edited by
    #1

    im not sure about the title , but i will try to explain , if you use a program like resourcehacker and check the bitmap files in C:\Windows\System32\shell32.dll there is 2 bitmap files Bitmap_633 and Bitmap_632 these 2 files are the leftside panel in the control panel features like windows firewall ,as far as i understood the Bitmap_632 is a layer to add effects to Bitmap_633 so my question is what is this technique called and if there is a tut on how to use it in vb.net would be great

    L 1 Reply Last reply
    0
    • Z ziuss2

      im not sure about the title , but i will try to explain , if you use a program like resourcehacker and check the bitmap files in C:\Windows\System32\shell32.dll there is 2 bitmap files Bitmap_633 and Bitmap_632 these 2 files are the leftside panel in the control panel features like windows firewall ,as far as i understood the Bitmap_632 is a layer to add effects to Bitmap_633 so my question is what is this technique called and if there is a tut on how to use it in vb.net would be great

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      There are plenty of tutorials here on CodeProject[^], and a similar search on Google will probably find lots more.

      One of these days I'm going to think of a really clever signature.

      Z 1 Reply Last reply
      0
      • L Lost User

        There are plenty of tutorials here on CodeProject[^], and a similar search on Google will probably find lots more.

        One of these days I'm going to think of a really clever signature.

        Z Offline
        Z Offline
        ziuss2
        wrote on last edited by
        #3

        hmm , you got me a "bitmap vb.net" search , so i guess you kinda missed what was my main question is , which is what is the name of the technique here is a link for the image , on the right side there is the used bitmap to give an effect to the image on the left side http://fc04.deviantart.net/fs70/f/2011/051/0/d/0d99883f6374c5eb4df00bd155d3861f-d327f95.png[^]

        L 1 Reply Last reply
        0
        • Z ziuss2

          hmm , you got me a "bitmap vb.net" search , so i guess you kinda missed what was my main question is , which is what is the name of the technique here is a link for the image , on the right side there is the used bitmap to give an effect to the image on the left side http://fc04.deviantart.net/fs70/f/2011/051/0/d/0d99883f6374c5eb4df00bd155d3861f-d327f95.png[^]

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          You are probably referring to alpha blending which makes bitmaps semi-transparent. In older systems each pixel in a bitmap consisted of 3 fields Red, Green and Blue. With alpha-blending a fourth field, Alpha, is added which gives the opacity of the pixel, from 0 meaning opaque to 255 meaning transparent.

          One of these days I'm going to think of a really clever signature.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups