Page 1 of 1

Scale of static image

Posted: 16 Jul 2014, 06:33
by PetrS
size=150Scale of static image/size
Version 0.1.50 and higher

IMG command was extended by optional parameters.
Image can be drawn with given scale (keeping aspect ratio) or it can be fitted in the given rectangle.

ubSyntax:/b/u
IMG(string ImageName);
IMG(string ImageName, double Scale);
IMG(string ImageName, double Width, double Height);


See attached example for more info.