Cedric Gampert

Results 21 comments of Cedric Gampert

It must be because the toolchain which build the optware binaries doesn't have updated materials then the binaries aren't that compatible (will update the document). So if something must be...

Hi, Perhaps you can try to, before reinitialize, destroy jrac; e.g.: ``` javascript $('img').jrac('destroy'); ``` Or by selecting the crop element (class is 'jrac_crop') and then resizing it with jQuery...

Hello, I've tried with the same settings as you described but couldn't reproduce the issue. I did try with opera 11, firefox 10 and iexplorer 9. Perhaps let me know...

Pixastic use the html5 canvas object and it is what is returned by its process() method, eg: ``` javascript canvas = Pixastic.process(img, "desaturate"); ``` Then, you can use the toData()...

Hello, yes jrac only output crop/dimension coordinates. Cheers, Cedric

Hi Alec and thanks for your comment. You can do a "pull request" on the feature you would like I merge in jrac, it is welcome of course. :-) As...

Hello, of course make the pull request! Cedric

It's also used for the crop box and other drag effects... Of course the dependency can be removed but not without some work. Feel free to fork & pull request...

I have added the following options to the jrac() method: - viewport_width and viewport_height - viewport_image_surrounding Let me know if it help in your case. Ps: Yes I should look...

Rotate feature try: https://github.com/trepmag/jrac/issues/14