Re: img::ps: couldn't recognize data in image file



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/
.



Relevant Pages

  • Re: Access while running DTS package using stored procedure
    ... The permissions when executing xp_cmdshell can be different depending on who ... which the SQL Server service is running. ... > I wrote a DTS Package that can take the data from a .txt file residing ... > Declare @RunDTS as varchar ...
    (microsoft.public.sqlserver.dts)
  • QUESTION: shared libraries
    ... how would I create a package easy-to-install for a new user? ... we could use a script to install the package. ... I have seen some scripts executing from a ... Gouvernement du Canada / Government of Canada ...
    (comp.os.linux.development.apps)
  • QUESTION: shared libraries
    ... how would I create a package easy-to-install for a new user? ... we could use a script to install the package. ... takes root privileges to do so. ... I have seen some scripts executing from a ...
    (alt.os.linux.redhat)
  • QUESTION: shared libraries
    ... how would I create a package easy-to-install for a new user? ... we could use a script to install the package. ... takes root privileges to do so. ... I have seen some scripts executing from a ...
    (comp.os.linux.development.system)
  • RE: DTSRun Call from Unix
    ... "There are two main methods of executing a DTS package from within T-SQL, ... either using the DTSRUN utility to perform the execution, ... fully documented in SQL Server Books Online. ...
    (microsoft.public.sqlserver.dts)