mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #99] Feature request: Image file upload from AP web interface #1706
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @linusg on GitHub (Aug 7, 2023).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/99
Unless I missed some hidden option, it seems like it's currently not possible to upload an image file from the AP web interface; only to draw one onto the provided canvas. Preparing an image in a proper editor and exporting as a correctly sized JPG allows for much more control of course, so it'd be nice to allow selecting a file from disk and uploading it to a tag via the AP.
As a workaround I did the following:
and then in a JS console on the webpage after opening the canvas-based image editor:
...and then upload as if it was hand-drawn.
@linusg commented on GitHub (Aug 7, 2023):
I forgot to mention that I did see the instructions in https://github.com/jjwbruijn/OpenEPaperLink/wiki/Image-upload, but they are not nearly as convenient as a file picker in the browser :)
@nlimper commented on GitHub (Aug 7, 2023):
Thanks for the suggestion. Yes, very useful addition. I will put it on my list.
@nlimper commented on GitHub (Aug 12, 2023):
Done! You can now just drag/drop a file to a content card on the overview screen. Any image and any resolution will work, it is converted automatically by the browser.
3472b5d4b6available on the next release.