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

Converting a "page" into a map.jpg

I purchased a few map building tiles from the marketplace (old world by R.A Hapke) and was able to put together a 1,000 mile area map for my adventure.  While it looks fantastic, I really need to convert it to a single JPG or something like that so it is a real Map and not a collection of 300 tiles.  Is there any way to do this?  I want to be able to easily use it as a background and not worry about clicking on every tile and moving it.
1441653100
Pat S.
Forum Champion
Sheet Author
You will have to download the purchased pack and use a third party software to rebuild it is one way. Another way is to make screen captures and piece them together with a third party software (this probably be the easiest way as you have the map already built) then upload the whole map. As long as you have all the tiles on the map layer and do not interact with anything on that layer, you will not accidently click on the tiles. 
You might also consider grouping your tiles.
1441657665
vÍnce
Pro
Sheet Author
Here's a bookmarklet that you can use to hide the UI which might help with making screen caps. And you could try an online tool like&nbsp; <a href="http://zippyhelp.com/imagetools/stitch/photostitch" rel="nofollow">http://zippyhelp.com/imagetools/stitch/photostitch</a>... to stitch the screen caps together. &nbsp;Cheers Clear UI: a per-session bookmarklet that that hides the UI. ref.( <a href="https://app.roll20.net/forum/permalink/1176273/" rel="nofollow">https://app.roll20.net/forum/permalink/1176273/</a> ) Ok. Here's a Javascript Bookmarklet that will hide all the UI for you. Just make a bookmark in Chrome (should work in FF too, but didn't try it there) with a title like " Roll20: Clear UI " and the URL like this: javascript:(function(){$("#zoomslider").css("display","none");$("#floatingtoolbar").css("display","none");$("#sidebarcontrol").css("display","none").click();$("#playerzone").css("display","none");$("#initiativewindow").parent().css("left","-10000px")})(); Alternate version used on GM view(thanks Pringle) All credit still to The Aaron (this change is tiny), but if you want to use this on a GM view and hide the blue tab then use: javascript:(function(){$("#zoomslider").css("display","none");$("#floatingtoolbar").css("display","none");$("#sidebarcontrol").css("display","none").click();$("#playerzone").css("display","none");$("#initiativewindow").parent().css("left","-10000px");$("#page-toolbar").css("display","none")})();