dockusan / android-jhlabs

Automatically exported from code.google.com/p/android-jhlabs
0 stars 0 forks source link

Grayscale does not work #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Import the test project
2. Change the filter to Grayscale and remove the setWidth line
3. Run project on either a Android 2.3 device or 4.0.4 device and the image is 
not grayscaled.

What is the expected output? What do you see instead?
I expected a grayed out image, instead I got the exact same image.

What version of the product are you using? On what operating system?
I am using the most recent version on 2.3 and 4.0.4.

Please provide any additional information below.
Several other filters don't appear to be working but this is the most obvious.

Original issue reported on code.google.com by mitchell...@gmail.com on 6 Mar 2013 at 4:48

GoogleCodeExporter commented 9 years ago
Actually I figured it out, the modified image is a return value unlike the 
GaussianBlur filter where it returns the modified image to the src.  Little 
confusing without having to dig through the source code to figure it out.

Original comment by mitchell...@gmail.com on 6 Mar 2013 at 5:02

GoogleCodeExporter commented 9 years ago
thanks Mitchell, same problem here. Solved

Original comment by ori...@gmail.com on 21 Mar 2014 at 2:09