Javier Garcia
Javier Garcia
Hi, just add that possibility to you circle picker. Whats your opinion? Javi
Once the palette is imported you can see the palette in a color picker like this http://www.cssblog.es/domains/cssblog.es/public_html/wp-content/uploads/2009/07 /firepalette-firefox-css.png Yes, im inspiring my ideas in FirePalette :). I tried to contact...
Ok, when you want.. :)
thanks, but what do you mean exactly? what should I change in the adapter? why it is not entering to the adapter myFilter?
no, by the moment (just to check if the filter works) I added myFilter() to this class: https://github.com/Gregwar/Image/blob/master/Adapter/AdapterInterface.php
any help?
I have changed the function to `public`: ``` public function myFilter() { die("jfkasld"); $this->negate(); $this->sepia(); } ``` but it still not entering to it, since "jfkasld" is not shown. I...