Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account
This post has been closed. You can still view previous posts, but you can't post any new replies.

Downloading from Art Library

Please allow me to download things from my art library, once when I GM'd years ago I uploaded a lot of maps I made with my own two hands but they have been lost from my computer due to a wipe. I can only download thumbnails, there is no way for me to retrieve them and it has made me very sad. Could I please have the maps from my art library salvaged?
1460298788
Pat S.
Forum Champion
Sheet Author
I would recommend you emailing the devs at <a href="mailto:Team@roll20.net" rel="nofollow">Team@roll20.net</a> your request and the reason why. As a work around, you can create a game, load your maps without the grid then zoom in to the point of detail you want and screen capture the map or multiple pieces. You can then restitch those pieces back together with a 3rd party software like photoshop or gimp.
1460299159

Edited 1460299253
They are too large to get them. They are already in reduced quality I'd rather not they get blurrier. I will try an email.
1460305506

Edited 1460305521
The Aaron
Pro
API Scripter
On your library page, run this javascript bookmarklet: javascript:$('.library_result img').each(function(i,o){var $img=$(o); $img.attr('src', $img.attr('src').replace(/thumb\./,'original.')); }); It will make it so downloading the image will be the full resolution you originally uploaded, rather than the thumbnail. You can run it by creating a bookmark in the Chrome Bookmark Manager and pasting that in as the link. &nbsp;Then go to to the library page and choose that bookmark. &nbsp;You will know you did it right when you right click and save an image and it's name is Original instead of Thumbnail.