djaodjin-annotate
djaodjin-annotate copied to clipboard
Simple jquery plugin to annotate a screenshot
I have set the options as follow options = { width: "600", // Width of canvas height: "500", // Height of canvas color:"red", // Color for shape and text type...
After saving an image, a black strip comes around the image. The resolution also decreases. Tried to position the image to center and remove the strip but nothing worked. Can...
From #35: I know you can set the color, line thickness, etc from the JS object options. Would it be possibble to update these dynamically as well? For example if...
Please help a JS Newbie ;-) How do I save the annotation and image in one file on the server ? Thx to all
Does anyone know how to save the image and the annotation as the same image? All I am able to do is save the annotation alone.
Bumps [eslint](https://github.com/eslint/eslint) from 2.13.1 to 6.6.0. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.6.0 > * [`39dfe08`](https://github.com/eslint/eslint/commit/39dfe0880fa934e287e8ea1f7b56d5cba8d43765) Update: false positives in function-call-argument-newline (fixes [#12123](https://github-redirect.dependabot.com/eslint/eslint/issues/12123)) ([#12280](https://github-redirect.dependabot.com/eslint/eslint/issues/12280)) (Scott O'Hara) > *...
Hi, is there a way that we can have rotating feature in the tool, I spend too much time on it, but I'm facing an issue with the drawing context,...
Image sizes are compressed how to get the original image without being compressed ?
Please review my commits and merge if possible
Currently using the latest master the height and width provided in the options to annotate is always ignored. If you go to this [jsbin](http://jsbin.com/catoginaki/1/edit?js,console,output) you can see that a height...