CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: earlbob91

Search: Search took 0.06 seconds.

  1. Re: [HELP] Double Values in array between 0-255 Displayed as Image on a form

    Ok I'll give that a try thanks, is there anything specific you can recommend me using in the bitmap class? how would you think about going about doing it? just need a bit of inspiration thats all :P...
  2. Re: [HELP] Double Values in array between 0-255 Displayed as Image on a form

    When the ByteArrayToImage method is called it throws the exception:


    System.ArgumentException was unhandled
    Message=Parameter is not valid.
    Source=System.Drawing
    StackTrace:
    at...
  3. [HELP] Double Values in array between 0-255 Displayed as Image on a form

    Hello, I have refined my earlier question that actually got no replies to one that should hopefully get a little bit more attention. I will try to structure the question so that it is easy to get to...
  4. Re: Need Help Converting ESRI .asc Ascii Raster Grid Data to BitMap to draw in progra

    of type double*

    again I cannot edit....or do not know how to, but I see no edit link anywhere :(
  5. Re: Need Help Converting ESRI .asc Ascii Raster Grid Data to BitMap to draw in progra

    Basically, how do I convert a Multi-Dimensional Array or type double to an Image of type BitMap.

    Also can I not edit the title? A better one would be Need help converting multi-dimensional array...
  6. Need Help Converting ESRI .asc Ascii Raster Grid Data to BitMap to draw in program

    I have as part of an assignment a task to open and manipulate raster datasets stored in an ascii string format. The main of the task is complete with the processing part working fine, however I want...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured