Closed Optimizer0 closed 4 years ago
No, I have no specifications on the changes, do them at your own risk. You can safely remove all if( ElCount == 1..2..3 )
branches if you plan to use 4 channels only. Removing gamma correction won't reduce code size much. You can modify the code as you wish, only the originator (me) should me mentioned.
cool
First of all, thank you so much for giving us this incredible library. I can't believe it's free and open-source considering it's top-notch quality. Output results look amazing, speed is mind-blowing and the interface is as simple as it can get. Again can't thank you enough for this.
I'm creating an Image Processor for android. Tho the library itself is amazing, I would like to implement my own version of the algorithm to be used in my application. Mainly for the following reasons.
So my questions are,
1) Do you have any specification at the moment, that I can use to implement it? 2) Do you think I'll be able to cut off the size by a considerable amount by removing unused features such as (16,24 bit / sRGB featues) 3) Do I have your permission to implement it into my application? You of course will be credited properly both in docs and the application itself.