[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mgp-users 01216] Re: Bugs in mgp -D and -g



>So I tried shrinking the size using
>
>	mgp -g 717x538 -D directory,
>
>and found two problems with that.  One is that the images
>on the pages did *not* get proportionately rescaled (like
>the text did), so a large image that fit nicely within the
>1024x768 frame would only partially fit within the smaller
>frame.	That behavior effectively makes the -g resizing option
>only usable for text-only presentations! 8-{

	how did you include images into your presentation?  i guess you are
	using %image as is, and any non-standard "mgp -g XxY" would corrupt
	your presentation.

	if you use construct like %newimage -xscrzoom 50 "foo.jpg", the
	image will be scaled relative to the screen size, so any -g will work.

itojun