Results 1 to 1 of 1

Thread: converting Image to Bitmap... would it reallocate memory?

  1. #1

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    converting Image to Bitmap... would it reallocate memory?

    I'm wondering if I have an image img and I do a Ctype(img, Bitmap), would the framework create another object in the memory? in another words, concerning the memory, would it be any different from doing this:
    Dim bmp as New Bitmap(img)
    Last edited by MrPolite; Feb 10th, 2004 at 10:31 PM.
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width