On Thu, 16 Sep 2004, Nielsen, Erik R wrote: > ... However in MapBasic the similar function Save Window does not > allow you to specify a resolution instead it is always exporte at 'screen > resolution' of 96dpi. > Have any one of you created a work around for this?
Sounds like you're working with an old version of MapBasic. There is a "Resolution" clause in the newest version. The workaround is to just save the window in a larger size. E.g. if your window is 5 x 4 inches and you want a 300 dpi image, then save the window at (5*300)/96 x (4*300)/96 inches. - Bill Thoen --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 13387
