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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. converting image to bitmap

converting image to bitmap

Scheduled Pinned Locked Moved C#
graphicscsharphelp
4 Posts 4 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.
  • D Offline
    D Offline
    dogmatic69
    wrote on last edited by
    #1

    Hi... I have been working with a image thing and all the stuff i have done is with the system.drawing.image part. now i would like to use some of the system.drawing.bitmap fetchers and would like to do it with out saving the Image to file and opening it as a Bitmap. Running in VS2005 C#. I have been trying all sorts of things i have read all around the Internet but just cant seem to get the right syntax. all help would be greatly appreciated. thanks:confused:

    J 1 Reply Last reply
    0
    • D dogmatic69

      Hi... I have been working with a image thing and all the stuff i have done is with the system.drawing.image part. now i would like to use some of the system.drawing.bitmap fetchers and would like to do it with out saving the Image to file and opening it as a Bitmap. Running in VS2005 C#. I have been trying all sorts of things i have read all around the Internet but just cant seem to get the right syntax. all help would be greatly appreciated. thanks:confused:

      J Offline
      J Offline
      Judah Gabriel Himango
      wrote on last edited by
      #2

      Bitmap bit = new Bitmap(image);

      Tech, life, family, faith: Give me a visit. I'm currently blogging about: The Lord Is So Good The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

      N 1 Reply Last reply
      0
      • J Judah Gabriel Himango

        Bitmap bit = new Bitmap(image);

        Tech, life, family, faith: Give me a visit. I'm currently blogging about: The Lord Is So Good The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

        N Offline
        N Offline
        Not Active
        wrote on last edited by
        #3

        What!? You mean it's that simple? After all the hours spent researching this if I had only read the documentation, Bitmap.Bitmap(Image) Constructor :omg:


        only two letters away from being an asset

        V 1 Reply Last reply
        0
        • N Not Active

          What!? You mean it's that simple? After all the hours spent researching this if I had only read the documentation, Bitmap.Bitmap(Image) Constructor :omg:


          only two letters away from being an asset

          V Offline
          V Offline
          Vasudevan Deepak Kumar
          wrote on last edited by
          #4

          Mark Nischalke wrote:

          You mean it's that simple

          True. System.Drawing.Imaging is a magic wand in fact. I was inspired to put down a few points on the same as an UtilityAPI here: http://dotnetspider.com/kb/Article3446.aspx[^]

          Vasudevan Deepak Kumar Personal Homepage
          Tech Gossips
          Regional Weblog (in Tamil) :: Voicing for the Society
          Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.

          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