iOS Question Bitmap doesn't have Initialize3

jaraiza

Active Member
Licensed User
Longtime User
Hi,

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)
because B4i implementation only has "Initialize" (local file) and "Initialize2" (inputStream), it lacks "Initialize3" (Bitmap).

How should I add the image?

Thanks!
 
Top