dotdot New Member Sep 8, 2013 #1 Hi~ I use Bitmap to load a mpo image as following. Dim b as bitmap b.Initialize(imagesFolder,"test.mpo") But It only show the left side picture, How can I read mpo picture file (Left + Right)? Thank You~ Attachments test.jpg 52.5 KB · Views: 229 test_mpo.zip 68.2 KB · Views: 232
Hi~ I use Bitmap to load a mpo image as following. Dim b as bitmap b.Initialize(imagesFolder,"test.mpo") But It only show the left side picture, How can I read mpo picture file (Left + Right)? Thank You~
Erel B4X founder Staff member Licensed User Longtime User Sep 8, 2013 #2 Android doesn't have built-in support for MPO files. However you should be able to split the image file into two standard JPEG files. Upvote 0
Android doesn't have built-in support for MPO files. However you should be able to split the image file into two standard JPEG files.