[magick-users] jpg to eps keeping all pixels

luis at itaapy.com luis at itaapy.com
Mon Jan 1 10:37:44 CST 2007


I have a jpg file::

  $ identify test.jpg
  test.jpg JPEG 809x588 DirectClass 98kb
  $ jpeginfo test.jpg
  test.jpg  809 x 588  24bit JFIF  N  100630

I need to convert it to eps file keeping 809x588

right now i get 613x441::

  $ convert test.jpg test.eps; identify test.eps
  test.eps PS 613x441 613x441+0+0 DirectClass 792kb

Does any convert option can help me ?


Here an other exemple::

  $ identify aa.jpg ; jpeginfo aa.jpg
  aa.jpg JPEG 800x600 DirectClass 72kb
  aa.jpg  800 x 600  24bit JFIF  N   74016
  $
  $ convert aa.jpg aa.eps; identify aa.eps
  aa.eps PS 315x236 315x236+0+0 DirectClass 218kb

In some cases if I convert throught png that work ! ::

  $ convert aa.jpg aa.png
  $ convert aa.png aa.eps; identify aa.eps
  aa.eps PS 800x600 800x600+0+0 DirectClass 1.4mb

But not in this case::

  $ identify test.jpg
  test.jpg JPEG 809x588 DirectClass 98kb
  $ convert test.jpg test.png
  $ convert test.png test.eps; identify test.eps
  test.eps PS 613x441 613x441+0+0 DirectClass 792kb


Luis


PS: Happy new year to all the IM list.


-- 
Luis Belmar-Letelier





More information about the Magick-users mailing list