Hi,
I'm trying to load an image into a bitmap (httputils2) but I've just realized I can't use this line:
because B4i implementation only has "Initialize" (local file) and "Initialize2" (inputStream), it lacks "Initialize3" (Bitmap).
How should I add the image?
Thanks!
I'm trying to load an image into a bitmap (httputils2) but I've just realized I can't use this line:
B4X:
BMPhoto.Initialize3(Job.GetBitmap)
How should I add the image?
Thanks!