Re: img::ps: couldn't recognize data in image file
- From: "David N. Welton" <davidw@xxxxxxxxxxx>
- Date: Wed, 31 Aug 2005 12:27:47 GMT
Alexei K. wrote:
> Hello,
>
> I've got an error
> "couldn't recognize data in image file "c:/test.PS"
> while executing
> "image create photo -file $fileName" ...
>
> from
>
> proc CreatePostscriptImage { fileName } {
> package require img::ps
> return [image create photo -file $fileName]
> }
> pack [label .l -image [CreatePostscriptImage c:/test.PS]]
>
> Ghostscript is installed (often used, interacts well with ImageMagic).
> Win2000, WinXP.
In that case you could try TclMagick, although I have no experience
myself with utilizing it with postscript.
--
David N. Welton
- http://www.dedasys.com/davidw/
Apache, Linux, Tcl Consulting
- http://www.dedasys.com/
.
- References:
- img::ps: couldn't recognize data in image file
- From: Alexei K.
- img::ps: couldn't recognize data in image file
- Prev by Date: img::ps: couldn't recognize data in image file
- Next by Date: Re: Problem with argv0 (newbie question)
- Previous by thread: img::ps: couldn't recognize data in image file
- Next by thread: Re: img::ps: couldn't recognize data in image file
- Index(es):
Relevant Pages
|