Class GalleryUtilsKt
-
- All Implemented Interfaces:
public final class GalleryUtilsKt
-
-
Method Summary
Modifier and Type Method Description final static List<Uri>
getUrisFromGalleryResult(Intent data)
final static Bitmap
toBitmap(Uri $self, ContentResolver contentResolver, Function1<Exception, Unit> onException)
final static Bitmap
preprocessBitmap(Bitmap $self, Integer orientation)
-
-
Method Detail
-
getUrisFromGalleryResult
final static List<Uri> getUrisFromGalleryResult(Intent data)
-
toBitmap
final static Bitmap toBitmap(Uri $self, ContentResolver contentResolver, Function1<Exception, Unit> onException)
-
preprocessBitmap
final static Bitmap preprocessBitmap(Bitmap $self, Integer orientation)
-
-
-
-