Closed 08carmelo closed 7 years ago
if (actualWidth < 0 || actualHeight < 0) { Bitmap bitmap2 = BitmapFactory.decodeFile(filePath); actualWidth = bitmap2.getWidth(); actualHeight = bitmap2.getHeight(); }
if (actualWidth < 0 || actualHeight < 0) { Bitmap bitmap2 = BitmapFactory.decodeFile(filePath); actualWidth = bitmap2.getWidth(); actualHeight = bitmap2.getHeight(); }