Search found 7 matches

by sp00ff
2011-09-07T05:52:20-07:00
Forum: Bugs
Topic: Convert to PCL cut off
Replies: 0
Views: 3375

Convert to PCL cut off

Hi,

IM 6.7.2-2. Fails with a windows error when converting postscript to pcl using

convert -density 300 fullpage.ps fullpage.pcl

When using ImageMagick-6.6.9-6 the conversion works but the pcl file when printed is cut off on the right and bottom. Here's an example:

I have a MSWord doc ...
by sp00ff
2011-04-22T00:08:40-07:00
Forum: Bugs
Topic: Bug converting PS to PCL
Replies: 7
Views: 13383

Re: Bug converting PS to PCL

Hi, thanks for the help. I tried the command but it didn't work. Its looking for an argument for density:

C:\test>convert -density in.ps -resize 25% out.pcl
Magick: invalid argument for option `-density': in.ps @ error/convert.c/ConvertImageCommand/1165.
so I tried

convert -density 300 in.ps ...
by sp00ff
2011-04-21T13:53:35-07:00
Forum: Bugs
Topic: Bug converting PS to PCL
Replies: 7
Views: 13383

Re: Bug converting PS to PCL

Thanks, the conversion works now. However when converting this postscript file:

http://app02.oztechnologies.co.za/ps.png

using the command convert in.ps out.pcl

i get this:

http://app02.oztechnologies.co.za/pcl.png

the scale is fine (the images are screen captures) but you'll see the pcl ...
by sp00ff
2011-03-30T04:09:16-07:00
Forum: Bugs
Topic: Bug converting PS to PCL
Replies: 7
Views: 13383

Re: Bug converting PS to PCL

Hi,

Thanks for the help. When using 6.6.9-1 the results are the same:

convert 001.tif 001.pcl
http://app02.oztechnologies.co.za/debug.jpg

convert 001.tif -compress none 001.pcl
Magick: 001.tif: unknown field with tag 59932 (0xea1c) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings ...
by sp00ff
2011-03-29T09:29:48-07:00
Forum: Bugs
Topic: Bug converting PS to PCL
Replies: 7
Views: 13383

Re: Bug converting PS to PCL

The same happens when converting tiff to pcl. Has anyone had the same issue? Else can someone please confirm that its working?
by sp00ff
2011-03-23T12:11:14-07:00
Forum: Bugs
Topic: Bug converting PS to PCL
Replies: 7
Views: 13383

Bug converting PS to PCL

convert.exe fails when converting file.ps to file.pcl

Please help

UPDATE:

the command I'm trying is

convert doretree.ps doretree.pcl

So the oldest working version I could find was ImageMagick-6.4.9-6-Q16-windows-dll. From 6.5.0 the command fails with an unexpected windows error.
by sp00ff
2011-03-17T08:28:22-07:00
Forum: Bugs
Topic: Error when converting postscript to pcl
Replies: 0
Views: 2757

Error when converting postscript to pcl

Hi,

I'm trying to to convert a postscript file to pcl using the following command on the command line

convert -density 300 debugout.ps debugout.pcl

I'm running windows 7 using ImageMagick-6.6.8-5-Q16-windows-dll.exe with ghostscript gpl 9.01

The output I receive is the following

%%[ ProductName ...