Search found 4 matches
- 2013-09-10T11:52:25-07:00
- Forum: Users
- Topic: Image Placement
- Replies: 7
- Views: 2236
Re: Image Placement
I tried the +repage parameter but it appeared to have no effect. I am making some progress though. I wrote a program that will insert the PCL command for Left Margin into the PCL file just after the Top Margin sequence. I ran the PCL file created by ImageMagick through it and set Left Margin to 0 ...
- 2013-09-09T13:56:49-07:00
- Forum: Users
- Topic: Image Placement
- Replies: 7
- Views: 2236
Re: Image Placement
Thanks. The -define pcl: command correct my problem on one of the four printers I am going to. I don't know why it's not working on the other three. Any thoughts on this? When I said "paper" I was referring to the actual piece of paper my form prints on. I have been looking for a command that will ...
- 2013-09-09T05:58:14-07:00
- Forum: Users
- Topic: Image Placement
- Replies: 7
- Views: 2236
Re: Image Placement
Sorry. I am using ImageMagic 6.8.6-8 2013-08-04 Q16. My command line is: convert test.tif -size 2550x3300 -geometry +0+0 -density 300x300 -repage +0+0 test.pcl I don't know how to create a link to my image. Sorry. What I would like to do is move the image about 1/4 inch to the left on the paper ...
- 2013-09-06T12:46:30-07:00
- Forum: Users
- Topic: Image Placement
- Replies: 7
- Views: 2236
Image Placement
I have created a .PCL file from a .TIF file. It worked great. It is the right size and density. However, it prints too far to the right. I have used the -geometry and -size commands to try to move it left, with no effect. I would like to create the equivalent of PCL command Esc*p0x*p0Y to start at x ...