Re: Help with Export function
- To: mathgroup at smc.vnet.net
- Subject: [mg46556] Re: [mg46553] Help with Export function
- From: Yasvir Tesiram <yat at omrf.ouhsc.edu>
- Date: Mon, 23 Feb 2004 22:33:38 -0500 (EST)
- References: <200402230715.CAA11121@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Export["file.jpg", expr, "JPEG", ConversionOptions->{"Quality"->90, "Smoothing"->10}] On Feb 23, 2004, at 1:15 AM, Massimo Sironi wrote: > Hi All! > > A simple question about Export option: I need a best quality factor > when I > export a graph into jpeg format. > Export function have a "Quality" option (for jpeg format) but I don't > understand how to use ConversionOptions parameter. > > The sintax is: > Export["file", expr, "format", ConversionOptions -> {opts}]. > > I've tried to put my quality factor in same way but it doesn't > work..... > > What is the right syntax?? > > Thanks for help, > Massimo Sironi >
- References:
- Help with Export function
- From: Massimo Sironi <massimo.sironi@st.com>
- Help with Export function