Kepler icon indicating copy to clipboard operation
Kepler copied to clipboard

plugin photos image editor

Open stefanocudini opened this issue 6 years ago • 4 comments

https://github.com/nhnent/tui.image-editor

stefanocudini avatar Feb 12 '19 14:02 stefanocudini

Something less complex would be probably better. Ideally something that can be used on a mobile screen to quickly annotate images taken with a camera.

Or alternatively something more in line with annotating data: https://github.com/recogito/annotorious

poVoq avatar Dec 13 '20 12:12 poVoq

https://github.com/kasperkamperman/MobileCameraTemplate Would be probably useful for quickly taking photos

poVoq avatar Dec 13 '20 12:12 poVoq

Something less complex would be probably better. Ideally something that can be used on a mobile screen to quickly annotate images taken with a camera.

KeplerJs it can already be used directly on mobile for places editing: Screenshot at 2020-12-14 11-12-24

stefanocudini avatar Dec 14 '20 10:12 stefanocudini

https://github.com/kasperkamperman/MobileCameraTemplate Would be probably useful for quickly taking photos

if I understand correctly this only deals with uploading image(no file but canvas raw data..)

in KeplerJs the photos plugin here: https://github.com/Keplerjs/Kepler/tree/master/packages/photos it use the upload plugin to do this: https://github.com/Keplerjs/Kepler/blob/master/packages/photos/client/views/panels.html#L16 inputFile_upload is part of upload plugin: https://github.com/Keplerjs/Kepler/tree/master/packages/upload

it is still an interesting way to upload data

@poVoq that you know you can get a compression of the image on the browser, this would be the current limit of the upload plugin

stefanocudini avatar Dec 14 '20 10:12 stefanocudini