Board index » delphi » Handling EPS

Handling EPS

This is a multi-part message in MIME format.
--------------03A0B50EABC456BEAE84887F
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Does anyone have a DLL / component / dcu / piece of source code that can
read/write EPS files in Delphi?

Thanks in advance...

--

Martin Brooks - Systems Administrator
=====================================
Image Data Systems (UK) Ltd
82-84 Clerkenwell Road
London
EC1M 5RJ

  T: 0171 336 7942
  F: 0171 336 7943
  E: mar...@image-data.com
UIN: 2178117

- Computers make very fast, very accurate mistaks -

--------------03A0B50EABC456BEAE84887F
Content-Type: text/x-vcard; charset=us-ascii; name="vcard.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Martin  Brooks
Content-Disposition: attachment; filename="vcard.vcf"

begin:          vcard
fn:             Martin  Brooks
n:              Brooks;Martin
org:            Image Data Systems (UK) Ltd
adr:            82-84 Clerkenwell Road;;;London;;EC1M 5RJ;UK
email;internet: mar...@image-data.com
title:          Systems Administrator
tel;work:       +44 (0) 171 336 7942
tel;fax:        +44 (0) 171 336 7943
x-mozilla-cpt:  ;-1
x-mozilla-html: FALSE
version:        2.1
end:            vcard

--------------03A0B50EABC456BEAE84887F--

 

Re:Handling EPS


In article <341EB352.BA2AD...@image-data.com>,

Quote
Martin Brooks <mar...@image-data.com> wrote:
>Does anyone have a DLL / component / dcu / piece of source code that can
>read/write EPS files in Delphi?

Looks like you don't get a good answer on this one..

If I could say that I hate a file format, it has to be EPS ;-)
I haven't used any PC program that can load all kinds of EPS files. AFAIK EPS
can contain a lot of different things, both bitmaps, ps text and vector images,
and all combined. Programs like Pagemaker can't read them either.. But they
can use them. They only show you a very coarse bitmap thumbnail that vaguely
resembles what you get when you print it on a Postcript printer.
Actually, the program I've had most luck with rading EPS vector images is
Caligari trueSpace. And then you get them in 3D too ;-)

You could try to look at :  http://www.imagefx.com/
They have a vector image OCX, vectorFX, which they claim can read EPS preview,
but I haven't tried it. They have a free demo.

--
|| Bjorn K. Nilssen      // http://home.sn.no/~bjoernk/  // mainly 3D ||
|| Grimsvollen 30       //
|| N-4616 Kristiansand //
|| NORWAY             //

Re:Handling EPS


This is a multi-part message in MIME format.
--------------612986B577BC89330F337DD1
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Quote
Bjorn-Kare Nilssen wrote: Looks like you don't get a good answer on this one..
> If I could say that I hate a file format, it has to be EPS ;-)
> I haven't used any PC program that can load all kinds of EPS files. AFAIK EPS
> can contain a lot of different things, both bitmaps, ps text and vector images,
> and all combined. Programs like Pagemaker can't read them either.. But they
> can use them. They only show you a very coarse bitmap thumbnail that vaguely
> resembles what you get when you print it on a Postcript printer.
> Actually, the program I've had most luck with rading EPS vector images is
> Caligari trueSpace. And then you get them in 3D too ;-)

> You could try to look at :  http://www.imagefx.com/
> They have a vector image OCX, vectorFX, which they claim can read EPS preview,
> but I haven't tried it. They have a free demo.

Thanks for the information, I'll take a look.

--

Martin Brooks - Systems Administrator
=====================================
Image Data Systems (UK) Ltd
82-84 Clerkenwell Road
London
EC1M 5RJ

  T: 0171 336 7942
  F: 0171 336 7943
  E: mar...@image-data.com
UIN: 2178117

- Computers make very fast, very accurate mistaks -

--------------612986B577BC89330F337DD1
Content-Type: text/x-vcard; charset=us-ascii; name="vcard.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Martin  Brooks
Content-Disposition: attachment; filename="vcard.vcf"

begin:          vcard
fn:             Martin  Brooks
n:              Brooks;Martin
org:            Image Data Systems (UK) Ltd
adr:            82-84 Clerkenwell Road;;;London;;EC1M 5RJ;UK
email;internet: mar...@image-data.com
title:          Systems Administrator
tel;work:       +44 (0) 171 336 7942
tel;fax:        +44 (0) 171 336 7943
x-mozilla-cpt:  ;-1
x-mozilla-html: FALSE
version:        2.1
end:            vcard

--------------612986B577BC89330F337DD1--

Re:Handling EPS


Quote
>  > I haven't used any PC program that can load all kinds of EPS files. AFAIK EPS
>  > can contain a lot of different things, both bitmaps, ps text and vector images,
>  > and all combined. Programs like Pagemaker can't read them either.. But they
>  > can use them. They only show you a very coarse bitmap thumbnail that vaguely
>  > resembles what you get when you print it on a Postcript printer.

I do not know what your'e after since I have not seen the earlier part of the thread but I have been experimenting with programmatically changing things in EPS files.
This works fine but you corrupt the preview. So on the screen you will only see a box with a cross but printing it will give you the correct picture.

johan

Re:Handling EPS


Quote
jo...@lindgren.pp.se wrote:
> I do not know what your'e after since I have not seen the earlier part of the thread but I have been experimenting with programmatically changing things in EPS files.
> This works fine but you corrupt the preview. So on the screen you will only see a box with a cross but printing it will give you the correct picture.

Hi Johan

I actually want to alter the photoshop comment block in the EPS file. Any thoughts on how I might do that? I've sussed out most of the format of the comment block but
there's ONE byte per comment I can't figure out.

If you need more details, please ask.

--
Martin Brooks - Systems Administrator
=====================================
Image Data Systems (UK) Ltd
82-84 Clerkenwell Road
London
EC1M 5RJ

  T: 0171 336 7942
  F: 0171 336 7943
  E: martin(at)image-data(dot)com
UIN: 2178117

* abuse@localhost postmaster@localhost root@localhost *

- Computers make very fast, very accurate mistaks -

Re:Handling EPS


Quote
jo...@lindgren.pp.se wrote:
>>  > I haven't used any PC program that can load all kinds of EPS files. AFAIK EPS
>>  > can contain a lot of different things, both bitmaps, ps text and vector images,
>>  > and all combined. Programs like Pagemaker can't read them either.. But they
>>  > can use them. They only show you a very coarse bitmap thumbnail that vaguely
>>  > resembles what you get when you print it on a Postcript printer.
>I do not know what your'e after since I have not seen the earlier part of the thread but I have been experimenting with programmatically changing things in EPS files.
>This works fine but you corrupt the preview. So on the screen you will only see a box with a cross but printing it will give you the correct picture.

You can use a graphics tool called GSTools/Ghostscript. Someone wrote
a script that should be able to convert EPS to PCX - I never got this
to work. However, the program GSView displays the content of the EPS
(not the thumbnail) and gives you the option to copy it to the clip-
board. From here you can paste it to any PC graphics program.

Regards,

Jan Steiermark
dko3...@vip.{*word*104}city.dk

Other Threads