bad resolution on jpg to epsc

edited March 2008 in Science & Tech
I am running a Matlab script that was converting .jpg images to .png that works great. I needed to change it to create color postscripts, but the .epsc files are coming out with poor resolution. For a test, I tried the conversion using bash convert and am getting the same thing. Anyone know how to resolve this?

Comments

  • shwaipshwaip bluffin' with my muffin Icrontian
    edited March 2008
    it may be converting the .jpg image to a vector image, which would probably look crappy. i don't know how to fix your problem, but why do you need to convert to eps?
  • edited March 2008
    Thanks for the reply. I was ordered by my boss to do this. I can be any kind of color postscript, but he wants it to make plots that can be easily put into LaTex.
  • shwaipshwaip bluffin' with my muffin Icrontian
    edited March 2008
    if you're generating the plots in matlab, you can save them directly as .eps files.
Sign In or Register to comment.