1Euro7Cent / Mrballou-drawbot

This is a drawbot that can draw in almost every drawing programm (skribbl.io, gartic phone ect)
GNU General Public License v3.0
95 stars 11 forks source link

The image link almost never works. #29

Closed Bossko4537 closed 7 months ago

Bossko4537 commented 7 months ago

Most images I get are on google.com urls and the draw bot can't really read those. Try making it use .png or .jpeg images in your files for it to work more correctly.

1Euro7Cent commented 7 months ago

It already uses jpeg and png images. Even base 64 encoded images

1Euro7Cent commented 7 months ago

https://github.com/1Euro7Cent/Mrballou-drawbot/blob/cd307fd35a03cdebccc1b54a9d311b3176591377/classes/DrawManager.js#L80-L97

If it's a link it should start with http. So this is working: http://someurl.com/link/to/image.png, https://someurl.com/link/to/image.png but not this someurl.com/link/to/image.png

1Euro7Cent commented 7 months ago

Is the issue resolved?

1Euro7Cent commented 7 months ago

Closed because of inactivity. Feel free to reopen issue.