how export a graphic with given width preserving the ratio of text to image size
- To: mathgroup at smc.vnet.net
- Subject: [mg126424] how export a graphic with given width preserving the ratio of text to image size
- From: Ted Sariyski <tsariysk at craft-tech.com>
- Date: Wed, 9 May 2012 03:52:26 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
Hi, I have a plot with labels which I want to export reduced, e.g. with width=3''. Export[file,gr,"tiff",ImageSize->216] reduces the image but doesn't preserve the ratio text size to image size of the original image. Magnify does what I want but the head of the returned object is Magnify, not Graphics. What is the recommend way to export a graphic with predefined width preserving the ratio of text size to image size? Thanks in advance, --Ted