I've been looking at this js image processing library, pixastic.com. How can I save the new image with php? Is it even possible?
Asked
Active
Viewed 365 times
0
-
no, if the image is processed client side (js) php (server-side) has no access. – Feb 21 '12 at 23:09
-
What are you actually trying to achieve? – Kieran Andrews Feb 21 '12 at 23:10
-
apparently theres a `getImageData()` function in HTML5 that returns raw pixel information you could pass that and rework it with gd? – miki Feb 21 '12 at 23:10
-
I guess I'll have to wait till html5 enabled browsers are the norm. – localhost Feb 21 '12 at 23:46
-
if the functionality doesn't exist in the browser, pop up a message explaining that they need to use a compliant browser to enable that feature, then suggest a few. – dqhendricks Feb 22 '12 at 00:36