Android Question open pre selected image to crop

Douglas Farias

Expert
Licensed User
Longtime User
hi again
i m trying to open a pre selected imagem to crop but it dont works

http://www.b4x.com/android/forum/threads/library-rscrop-crop-images-with-gallery.19938/

this is the lib
this lib open a galery, you select a imagem to crop

but my question is all to open a imagem

File.DirDefaultExternal , "1.jpg" direct without galery selection

i think is possible because in the lib instructions have this

but dont work i tryed to make this

Dim dada As Bitmap
dada = LoadBitmap(File.DirRootExternal, "1.jpg")

CropImage.cropImage3(False,True,False,False,dada )
but dont work

any ideia? *-*
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…