MathGroup Archive 2004

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

Search the Archive

Convert all graphics to reduce file size?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg47411] Convert all graphics to reduce file size?
  • From: pdickof at scf.sk.ca (Peter Dickof)
  • Date: Fri, 9 Apr 2004 04:45:27 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

I would like to convert the graphics in a large number of notebooks to
save space. Jim Jennings wrote:

> I know how to use the Cell->Convert To->Bitmap menu command to convert
> selected graphics cells to Bitmap form.  

for the purpose of saving space, and P.J. Hinton wrote 

> There is an undocumented key-mouse combination that can be used to 
> select all cells of a given style.  The combination is 
> platform-specific:
>
> MacOS X : Option-Click
> Windows : Alt-Left Click
> X Window: Mod2-Mouse 1
>
> If you perform this operation while clicking on the bracket of a 
> Graphics style cell, then all cells having that same style will be selected.

How can I write code to do this without any user intervention? I can
use NotebookFind[nb,"Graphics",Next,CellStyle] to find each graphics
cell in turn, but how do I tell Mathematica to do the conversion
without mouse clicks?


  • Prev by Date: Re: Default folders for importing and exporting date
  • Next by Date: Integration of x BesselI[0,x]^3
  • Previous by thread: Re: discrete data from a surface
  • Next by thread: Re: Convert all graphics to reduce file size?