MathGroup Archive 2001

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

Search the Archive

Re: I Need advice on converting Mathematica files to JPEGS or Bitmaps

  • To: mathgroup at smc.vnet.net
  • Subject: [mg31896] Re: I Need advice on converting Mathematica files to JPEGS or Bitmaps
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Mon, 10 Dec 2001 06:14:37 -0500 (EST)
  • Organization: Universitaet Leipzig
  • References: <9uq7v8$acd$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

if your files are PostScript you should not change this.
Ghostscript can convert the PostScript into a bitmap format.

With Mathematica >=4 you can save the images with

Export["yourFigure.jpg",yourFigureExpression]

Regards
  Jens

Steven Ratliff wrote:
> 
> Hi,
> 
> Back a few years ago, I was a heavy user of Mathematica while in
> college.  I had an academic version - of course, which seemed
> expensive enough at the time. Over a period of several years, I
> created hundreds of 3D graphs (multi-variable Calculus) which are now
> archived on several dozen floppy disks. Since I'm no longer a student,
> and can't justify paying over a $Grand for a commercial version, is
> there anyway I can convert these Mathematica files into JPEGS or
> Bitmaps.
> 
> Steven Ratliff


  • Prev by Date: Re: Matrix of possible combinations of N elements
  • Next by Date: Re: reading data files
  • Previous by thread: I Need advice on converting Mathematica files to JPEGS or Bitmaps
  • Next by thread: Re: I Need advice on converting Mathematica files to JPEGS or Bitmaps