Seltix
Seltix
Hello, Ok after further testing the error is related with the PNG format. Because I updated the canvasImageResample() method with the code as I said before the "oImg" internal variable...
so, I just add this code : ``` if ($l > 0.5) { if ((2 - $maximum - $minumum) == 0) { RETURN 0; } } else { if (($maximum...
hi, I just create the PR https://github.com/xymak/smartcrop.php/pull/4 with a small diference, your image with/height check with original width/height, I put it inside the debug variable because I dont think by...
PS : the comparison in saturation() method must be with `==` and not with `===` because `0 !== 0.0` and thus causing false negatives.
> Use this plugin https://github.com/HaylLtd/cordova-background-geolocation-plugin/ hi, I try to compile for andorid with that plugin but I get an error too, any tips? I already try to removed/add android platform....
hello, sorry for the type error. so, I changed the CSS in this line https://github.com/gwatts/jquery.sparkline/blob/657f42892ee384691e2540fae1f04058da4145d5/src/interact.js#L139 position: static !important; => position: absolute !important;
After testing with older releases, all the versions output the same visual until 3.0.1, in this one I get the error "/lib64/libc.so.6: version `GLIBC_2.14' not found" because my server only...
I wold love this feature too!
Thanks @andyf101 , it may be temporary solution but it works like a charm and it does not need to change the core code. Great!