Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Resizing Eps/ps files

  1. #11
    Join Date
    Jun 2008
    Beans
    3

    Re: Resizing Eps/ps files

    Quote Originally Posted by ppm View Post
    Maybe Image Magick would be an option for the job. Open your image

    Code:
    display myimage.eps
    Resize and export it as a eps file.
    I'm pretty sure that will rasterize the file, which is probably not what you want.

  2. #12
    Join Date
    Nov 2012
    Beans
    1

    Re: Resizing Eps/ps files

    I have same problomes with you,but now solved

  3. #13
    Join Date
    Nov 2006
    Beans
    192

    Re: Resizing Eps/ps files

    Quote Originally Posted by vancheese View Post
    Hi people

    To publish a scientific article, I need to rescale all my eps figures to the appropriate size. I've tried googling around for ghostscript solution not no avail. Importing into inkscape isn't an option as it doesn't successfully import the figure

    Does anyone have any suggestions or recipes

    Cheers

    Andy
    Install ImageMagick and type

    convert myfile.eps -resize 75% myfile-smaller.eps

    (or whatever)

  4. #14
    Join Date
    Dec 2012
    Beans
    12

    Re: Resizing Eps/ps files

    Is any type of mathematics articles can be posted here.

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •