You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried a BlurTransformation on multiple images, but the result is that the image is not blurred.
I tried to increase the value of "radius" (I tried (25,3), (100,2), (1,1), (20,3)) but nothing, the images still remain as before.
I also tried:
.apply(new RequestOptions().transform(new BlurTransformation(25))), but nothing.
The text was updated successfully, but these errors were encountered:
Hi,
I tried a BlurTransformation on multiple images, but the result is that the image is not blurred.
I tried to increase the value of "radius" (I tried (25,3), (100,2), (1,1), (20,3)) but nothing, the images still remain as before.
I also tried:
.apply(new RequestOptions().transform(new BlurTransformation(25))), but nothing.
The text was updated successfully, but these errors were encountered: