- setOutputDirPath(String) - Method in class me.echodev.resizer.Resizer
-
Set the output directory path.
- setOutputFilename(String) - Method in class me.echodev.resizer.Resizer
-
Set the output file name.
- setOutputFormat(String) - Method in class me.echodev.resizer.Resizer
-
Set the image compression format by String.
- setOutputFormat(Bitmap.CompressFormat) - Method in class me.echodev.resizer.Resizer
-
Set the image compression format by Bitmap.CompressFormat.
- setQuality(int) - Method in class me.echodev.resizer.Resizer
-
Set the image quality.
- setSourceImage(File) - Method in class me.echodev.resizer.Resizer
-
Set the source image file.
- setTargetLength(int) - Method in class me.echodev.resizer.Resizer
-
Set the target length of the image.