Re: SO 7: importing postscript

2003-11-17 Thread Klaus-Peter Schrage
Joel Hammer wrote:
Well, I do this same sort of thing with convert. (It's part of the
imagemagick package.)
convert file.ps file.jpg and then import into SO. Works fine and can be
scripted. But, I would really like to know why these eps files look fine
in gv but so bad in SO.
Bad? Didn't notice that. As a test, I loaded the notorious tiger.ps from 
the ghostscript examples into GSview, converted it to a jpeg of 300 dpi 
and imported this into an OO 1.1 text document - it looked and printed fine.
Klaus

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Re: SO 7: importing postscript

2003-11-17 Thread Roger Oberholtzer
On Mon, 17 Nov 2003 12:59:35 +0100
Klaus-Peter Schrage [EMAIL PROTECTED] wrote:

 Joel Hammer wrote:
  Well, I do this same sort of thing with convert. (It's part of the
  imagemagick package.)
  convert file.ps file.jpg and then import into SO. Works fine and can be
  scripted. But, I would really like to know why these eps files look fine
  in gv but so bad in SO.
 
 Bad? Didn't notice that. As a test, I loaded the notorious tiger.ps from 
 the ghostscript examples into GSview, converted it to a jpeg of 300 dpi 
 and imported this into an OO 1.1 text document - it looked and printed
 fine. Klaus

But shouldn't the postscript import take the encapsulated file directly? If
you convert to jpeg, then you are not testing SO/OO postscript import. You
are testing ghostscript's postscript parsing and SO/OO's jpeg import. Of
course, SO/OO surely call ghostscript anyway. But, do they do so correctly?
Is jpeg the format SO/OO use to store their imported postscript?


-- 
++···+
· Roger Oberholtzer  ·   E-mail: [EMAIL PROTECTED]·
· OPQ Systems AB ·  WWW: http://www.opq.se/  ·
· Erik Dahlbergsgatan 41-43  ·Phone: Int + 46 8   314223 ·
· 115 34 Stockholm   ·   Mobile: Int + 46 733 621657 ·
· Sweden ·  Fax: Int + 46 8   302602 ·
++···+

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Re: SO 7: importing postscript

2003-11-17 Thread Collins Richey
On Sun, 16 Nov 2003 17:52:23 -0500 Joel Hammer [EMAIL PROTECTED] wrote:

 Well, I do this same sort of thing with convert. (It's part of the
 imagemagick package.)
 convert file.ps file.jpg and then import into SO. Works fine and can be
 scripted. But, I would really like to know why these eps files look fine
 in gv but so bad in SO.
 
 Joel
 
 On Sun, Nov 16, 2003 at 10:18:15PM +0100, Klaus-Peter Schrage wrote:
  Joel Hammer wrote:
  
   
   gs is used by ps2epsi. Is there a way to tweak gs to make things look
   better when imported into SO ?
  
  As I've said in another thread (and keep saying), my all time favourite 
  in handling ps/pdf stuff is GSview 
  (http://www.cs.wisc.edu/~ghost/gsview/), a frontend to gs.
  You may open your.ps in GSview, go to file|convert and get access to a 
  variety of output devices, e. g. 'jpeggray' which outputs your.jpg in 
  your resulution of choice, and this you may import into OO. It all takes 
two or three mouse clicks and a few seconds.

I thought to try this myself, but I'm stumped.  How are you importing a .ps file
under OO?  I only get it to open as the actual PS code (text version).

-- 
Collins Richey - Denver Area
if you fill your heart with regrets of yesterday and the 
worries of tomorrow, you have no today to be thankful for.


___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Re: SO 7: importing postscript

2003-11-17 Thread Joel Hammer
Insert graphic

Joel
On Mon, Nov 17, 2003 at 05:56:10AM -0700, Collins Richey wrote:
 On Sun, 16 Nov 2003 17:52:23 -0500 Joel Hammer [EMAIL PROTECTED] wrote:
 
  Well, I do this same sort of thing with convert. (It's part of the
  imagemagick package.)
  convert file.ps file.jpg and then import into SO. Works fine and can be
  scripted. But, I would really like to know why these eps files look fine
  in gv but so bad in SO.
  
  Joel
  
  On Sun, Nov 16, 2003 at 10:18:15PM +0100, Klaus-Peter Schrage wrote:
   Joel Hammer wrote:
   

gs is used by ps2epsi. Is there a way to tweak gs to make things look
better when imported into SO ?
   
   As I've said in another thread (and keep saying), my all time favourite 
   in handling ps/pdf stuff is GSview 
   (http://www.cs.wisc.edu/~ghost/gsview/), a frontend to gs.
   You may open your.ps in GSview, go to file|convert and get access to a 
   variety of output devices, e. g. 'jpeggray' which outputs your.jpg in 
   your resulution of choice, and this you may import into OO. It all takes 
 two or three mouse clicks and a few seconds.
 
 I thought to try this myself, but I'm stumped.  How are you importing a .ps file
 under OO?  I only get it to open as the actual PS code (text version).
 
 -- 
 Collins Richey - Denver Area
 if you fill your heart with regrets of yesterday and the 
 worries of tomorrow, you have no today to be thankful for.
 
 
 ___
 Linux-users mailing list
 [EMAIL PROTECTED]
 Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Re: SO 7: importing postscript

2003-11-17 Thread Klaus-Peter Schrage
Roger Oberholtzer wrote:

But shouldn't the postscript import take the encapsulated file directly? If
you convert to jpeg, then you are not testing SO/OO postscript import. You
are testing ghostscript's postscript parsing and SO/OO's jpeg import. Of
course, SO/OO surely call ghostscript anyway. But, do they do so correctly?
Is jpeg the format SO/OO use to store their imported postscript?
There is no postscript import into OO - at least I didn't find it. As to 
eps: In the grahics import dialog, this is listed as one of the 
available formats, but when you try to import eg 
/usr/share/ghostscript/7.07/examples/ridt91.eps, only some tags are read 
in text format (title, creator).
So it seems that you have to convert ps/eps to one of the types which OO 
can handle, and those are mainly bitmap formats.
Klaus

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


SO 7: importing postscript

2003-11-16 Thread Joel Hammer
I tried to import some postscript files (GNUplots) into SO 7. I first
converted them to epsi with ps2espi. They display fine in gv but look
lousy in SO. If converted from ps to jpg, they look fine in SO when
imported.

gs is used by ps2epsi. Is there a way to tweak gs to make things look better
when imported into SO ?

Thanks,

Joel

BTW, exporting to PDF with SO 7 is just really, really nice.

Now, if SO  could just have a user interface for text editing that
emulated vi(m), they just might have something! Don't laugh, vi(m)
is the best way I know to do text editing.

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Re: SO 7: importing postscript

2003-11-16 Thread Klaus-Peter Schrage
Joel Hammer wrote:

gs is used by ps2epsi. Is there a way to tweak gs to make things look better
when imported into SO ?
As I've said in another thread (and keep saying), my all time favourite 
in handling ps/pdf stuff is GSview 
(http://www.cs.wisc.edu/~ghost/gsview/), a frontend to gs.
You may open your.ps in GSview, go to file|convert and get access to a 
variety of output devices, e. g. 'jpeggray' which outputs your.jpg in 
your resulution of choice, and this you may import into OO. It all takes 
 two or three mouse clicks and a few seconds.
Klaus

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


Re: SO 7: importing postscript

2003-11-16 Thread Joel Hammer
Well, I do this same sort of thing with convert. (It's part of the
imagemagick package.)
convert file.ps file.jpg and then import into SO. Works fine and can be
scripted. But, I would really like to know why these eps files look fine
in gv but so bad in SO.

Joel

On Sun, Nov 16, 2003 at 10:18:15PM +0100, Klaus-Peter Schrage wrote:
 Joel Hammer wrote:
 
  
  gs is used by ps2epsi. Is there a way to tweak gs to make things look better
  when imported into SO ?
 
 As I've said in another thread (and keep saying), my all time favourite 
 in handling ps/pdf stuff is GSview 
 (http://www.cs.wisc.edu/~ghost/gsview/), a frontend to gs.
 You may open your.ps in GSview, go to file|convert and get access to a 
 variety of output devices, e. g. 'jpeggray' which outputs your.jpg in 
 your resulution of choice, and this you may import into OO. It all takes 
   two or three mouse clicks and a few seconds.
 Klaus
 
 ___
 Linux-users mailing list
 [EMAIL PROTECTED]
 Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users