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. C#
  4. Change values of pixels

Change values of pixels

Scheduled Pinned Locked Moved C#
questioncomgraphicstutorial
2 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.
  • G Offline
    G Offline
    gigahertz205
    wrote on last edited by
    #1

    How do i change the value of pixels? I saw this guide (http://www.codeproject.com/KB/GDI-plus/csharpgraphicfilters11.aspx[^]). Is unsafe code the only way to modify the value of pixels? Since Im only working on grayscale images (8 bit depth), is it possible to "color" in the pixels instead of changing the value numerically?

    L 1 Reply Last reply
    0
    • G gigahertz205

      How do i change the value of pixels? I saw this guide (http://www.codeproject.com/KB/GDI-plus/csharpgraphicfilters11.aspx[^]). Is unsafe code the only way to modify the value of pixels? Since Im only working on grayscale images (8 bit depth), is it possible to "color" in the pixels instead of changing the value numerically?

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

      Try this : Bitmap bitmap = (Bitmap)Bitmap.FromFile(@"D:\colors.jpg"); bitmap.SetPixel(10, 10, Color.Yellow); pictureBox1.Image = bitmap;

      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