Posts by Wallas F. Morais • 16 points
2 posts
-
0
votes2
answers534
viewsA: Count of black pixels that have been plotted on the web image
Taking as example the Imagecolorpicker project(https://github.com/Skarabaeus/ImageColorPicker/). https://github.com/Skarabaeus/ImageColorPicker/blob/master/src/ImageColorPicker.js line80 ...…
-
0
votes1
answer76
viewsA: How to run a php command dynamically while running the program
Instead of using PHP to trigger javascript, do the reverse, use javascript/jquery to trigger PHP. And instead of reloading the entire page, reload only the content.