|
-
Feb 10th, 2004, 07:10 PM
#1
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|