We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15765c0 commit a28f72cCopy full SHA for a28f72c
library/src/main/java/jp/co/cyberagent/android/gpuimage/GPUImage.java
@@ -256,8 +256,6 @@ public void setScaleType(ScaleType scaleType) {
256
* This gets the size of the image. This makes it easier to adjust
257
* the size of your imagePreview to the the size of the scaled image.
258
*
259
- * @param width The bitmap width
260
- * @param height The bitmap height
261
* @return array with width and height of bitmap image
262
*/
263
public int[] getScaleSize() {
0 commit comments