img::ps: couldn't recognize data in image file
- From: "Alexei K." <ak_1@xxxxxxxxx>
- Date: 31 Aug 2005 05:02:19 -0700
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.
Where is the problem?
Thank you.
.
- Follow-Ups:
- Re: img::ps: couldn't recognize data in image file
- From: suchenwi
- Re: img::ps: couldn't recognize data in image file
- From: David N. Welton
- Re: img::ps: couldn't recognize data in image file
- Prev by Date: Re: PSPad: Syntax highlighting for Tcl
- Next by Date: Re: img::ps: couldn't recognize data in image file
- Previous by thread: Problem with argv0 (newbie question)
- Next by thread: Re: img::ps: couldn't recognize data in image file
- Index(es):
Relevant Pages
|