JMagick: levels not working properly
Posted: 2016-08-19T08:58:37-07:00
Hello,
I am working on an Android app, where I need to apply levels to an image via JMagick. JMagick API levelImage takes one string as an argument. Since we need to provide black point, midpoint and white point, could someone please help on how it needs to be provided?
I tried some options with comma separated values like "0%,15%,1", "0,217,1" but did not get expected results.
Thanks for the help.
Regards,
Amit
I am working on an Android app, where I need to apply levels to an image via JMagick. JMagick API levelImage takes one string as an argument. Since we need to provide black point, midpoint and white point, could someone please help on how it needs to be provided?
I tried some options with comma separated values like "0%,15%,1", "0,217,1" but did not get expected results.
Thanks for the help.
Regards,
Amit