Hi, I was wondering what kind of type are bitmap initialized with Bitmap.Initialize(Dir, FIlename).
Does the pictures taken with the camera have the same type?
Dim r As Reflector
Dim bmp As Bitmap
bmp.InitializeMutable(20, 20) ' example Bitmap
r.Target = bmp
r.Target = r.RunMethod("getConfig")
Msgbox(r.ToString, "Format")
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.