Package com.pspdfkit.document.image
Picking and capturing images from gallery and camera.
See: Description
-
Class Summary Class Description SimpleOnImagePickedListener Empty implementation of the OnImagePickedListener interface. ImagePicker A helper class for launching gallery image picker or a camera for taking a picture. BaseImagePickerFragment Base fragment for image picker implementations. BitmapUtils Extension to android.graphics.BitmapFactory that allows decoding bitmaps from content provider Uris. CameraImagePickerFragment Fragment used for firing up the camera for capturing an image. GalleryImagePickerFragment Fragment used for picking up the image from gallery / filesystem. -
Interface Summary Interface Description OnImagePickedListener Interface for listening for image picker results.