In B4A, it is possible with the Jpeg library to load a portion of an image.
For example:
Is there a way to do this in B4i?
Best regards,
Jack
For example:
B4X:
Inp = File.OpenInput(File.DirAssets, Image)
bmp=jpg.LoadJpegArea(In,0,0,slicewidth,sliceheight)
Is there a way to do this in B4i?
Best regards,
Jack