MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

Export and ImageSize

  • To: mathgroup at smc.vnet.net
  • Subject: [mg36187] Export and ImageSize
  • From: Selwyn Hollis <slhollis at earthlink.net>
  • Date: Mon, 26 Aug 2002 04:16:07 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

I'm finding that the ImageSize option in Export has no effect when 
exporting Cell or Notebook objects. For instance, the following two 
commands produce precisely the same graphic:

  Export["image1.jpg", Cell["Some cell contents", "Text", FontSize -> 100]]

  Export["image2.jpg", Cell["Some cell contents", "Text", FontSize -> 
100], ImageSize -> {576, 288}]

Has anyone encountered this problem before?

(This is with Mathematica 4.1.5 and Mac OS X.)

----
Selwyn Hollis
slhollis at mac.com



  • Prev by Date: Re: Reducing a function to one argument
  • Next by Date: Functions with vector arguments
  • Previous by thread: Re: Generate all k-tuples
  • Next by thread: Re: Export and ImageSize