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