Keplerjs / Kepler

The open source geosocial network platform written in NodeJs
https://kepler.opengeo.tech
BSD 2-Clause "Simplified" License
177 stars 44 forks source link

plugin photos image editor #60

Open stefanocudini opened 5 years ago

stefanocudini commented 5 years ago

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

poVoq commented 3 years ago

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 commented 3 years ago

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

stefanocudini commented 3 years ago

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 commented 3 years ago

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