pyou10622

Results 1 issues of pyou10622

In my project, I use the nativescript-bitmap-factory (version 1,8.1) to crop an image: public cropImage(image : ImageSource) : ImageSource { let mutable = BitmapFactory.makeMutable(image); return BitmapFactory.asBitmap(mutable).dispose((bmp) => { let croppedImage...