iOS Question Slice Image Into Parts

Jack Cole

Well-Known Member
Licensed User
Longtime User
In B4A, it is possible with the Jpeg library to load a portion of an image.

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
 
Top