<div dir="ltr"><div class="gmail_extra">There is a little trick with scale and ppi.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Assuming xvi-file scale is 1:100 and ppi is something like default 72.</div><div class="gmail_extra"><br></div><div class="gmail_extra">To place generated from photoshop raster, with default ppi 300, and map scale of 1:100 yo do not have to apply scaling on raster, </div><div class="gmail_extra">but rather specify it as a parameter to scale xvi appropriately to your raster, i.e place a command like this to .thconfig</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">export map -fmt xvi \</div><div class="gmail_extra">           -proj plan \</div><div class="gmail_extra">           -layout-scale 3 200 \</div><div class="gmail_extra">           -o bottom_plan.xvi</div><div><br></div><div>Then your xvi will match your raster by scale.</div><div><br></div><div>Also I suggest using smaller in byte size raster file formats like jpeg and do not use png with transparency as background images,</div><div>because XTherion has troubles with such kind of png-s.</div><div><br></div></div></div>