Juho Vepsäläinen
Juho Vepsäläinen
Can you try modifying [hex extra](https://github.com/bebraw/colorjoe/blob/master/src/extras.js#L96)? Here's [rgb](https://github.com/bebraw/colorjoe/blob/master/src/extras.js#L12). Maybe there's some corner case missing.
@tchinou1 Any luck? Do you want me to have a look? If you can set up a standalone test case for me to study, that will help.
@tchinou1 Just something to illustrate the issue. Do you see it at the online demo?
> I got 2 problems when I try to manually enter a color. First, in the RGB field my cursor keep coming back to the end, I need to remplace...
Third issue: Before opening the selector, we should probably do a cropping check against the window. I mean we should open at top of the input if it's going to...
Hey, can you link to the filter in question? You can definitely [develop your own filters](http://camanjs.com/guides/#Extending) if needed.
Maybe we could implement some extra parameter for stepped scaling? Any better ideas?
I would try converting Base64 to image before passing it to CamanJS. There's a [SO thread that shows how to achieve that](http://stackoverflow.com/questions/6926016/nodejs-saving-a-base64-encoded-image-to-disk).
Would it be possible for you to set up a jsfiddle or similar I can execute? By the way, you can implement simple cropping like this without Caman unless you...
Hmm. Maybe your source and target are in the wrong order? In [the documentation](http://camanjs.com/guides/#BasicUsage) target comes first. You could try to reduce the problem further and see if you can...