Robert Eisele

Results 135 comments of Robert Eisele

Good point. I'll add an additional callback for the acceptance of the plugin as soon as my time allows.

Hmm..can you again provide some more code? I used the example code from #7 and used the format specification from here. Unfortunately, I can't reproduce your problem.

Ah, I now understand your problem. It's a misunderstanding of the brackets of the format directive. When you put the dash (-) into the brackets, it will be "active" as...

Hi, yes, the dimensions are hardcoded at two places. I tried to control both via the JS-params but it didn't actually work. If you've any suggestions on this, let me...

Well, if you take a look into the project history, you'll see that I changed the behavior of the complementary function with version 1.6: https://github.com/infusion/jQuery-xcolor/commit/afe53c4d3c89da5303306a17a50b2b6a8d56acbf I decided to change this,...

It's enough to comment out var e = new JPGEncoder(quality); and comment in the return false. A recompilation generates the canvas-only version because all dependencies are not embedded. Robert

It's not that easy from the current code base but I'm working on it.

I made a complete rewrite of xcolor, which also comes with a npm package. I developed this package completely test driven, but I need some time to add more test...

Okay, I'll see if I can make in the next 3 weeks :)

Thanks for the list! It would make sense to format the matrix as an actual 2d array, but the intention was to use it with CSS3 "transform: matrix3d(n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n)". See example...