// Load an image from a filevariable tImage asImageputimagefromfile"images/logo.png"into tImage// scale down image based on standard DPI of 72.variable tScale asNumberput (72 / the density of tImage) into tScalescalethis canvas by [tScale, tScale]draw tImage intorectangle [0,0,thewidthof tImage,theheightof tImage] ofthis canvas