public static class ImageIntent.ImageOptions extends Object
ImageIntent.processResultIntent(int, int, Intent, Context, ImageOptions).| Constructor and Description |
|---|
ImageOptions() |
| Modifier and Type | Method and Description |
|---|---|
ImageIntent.ImageOptions |
inSize(int width,
int height)
Sets the dimensions to which should be the obtained image bitmap re-sized.
|
public ImageIntent.ImageOptions inSize(int width, int height)
width - The desired image width to re-size to.height - The desired image height to re-size to.