Renato Silva
Renato Silva
Hi @siralam ! First, without further look at the actual running code, I would like to point out that errors like these most often comes from unexpected-sized input. The input...
The renderscript version you pointed out looks great @siralam ! I might give it a try at some point to include it in the library :) Thanks!
Hi @jeetdholakia ! Yes they should work with alpha channels, check https://github.com/silvaren/easyrs/blob/master/easyrs/src/main/java/io/github/silvaren/easyrs/tools/params/SampleParams.java for an example on how to build the LUTs to use with the library.
Hi! Most likely the dimensions you are passing to the library are incorrect. Without looking at the code it's very hard to know what is actually going on, so if...