Search found 7 matches

by lcohen999
2011-03-21T09:58:50-07:00
Forum: Bugs
Topic: Invalid pointer on PCL conversion
Replies: 1
Views: 4065

Invalid pointer on PCL conversion

[root@iybcons coders]# convert /u/scrapit/pictures/01_S_00046481_01_T_0015.jpg / tmp/lorne33.pcl *** glibc detected *** convert: free(): invalid pointer: 0x000000001d22ff20 *** ======= Backtrace: ========= /lib64/libc.so.6[0x31db67230f] /lib64/libc.so.6(cfree+0x4b)[0x31db67276b] /usr/lib64/libMagic...
by lcohen999
2011-03-20T06:24:29-07:00
Forum: Users
Topic: PCL image
Replies: 7
Views: 12665

Re: PCL image

I was hoping to re-visit this issue as color printing is becoming more and more of a request. Running the latest version of ImageMagick, it converts the image perfectly with the exception of the PCL code 1B45 at the beginning and the end, (1B45 resets the printer) so I cannot insert the image into t...
by lcohen999
2010-01-19T08:14:40-07:00
Forum: Users
Topic: PCL image
Replies: 7
Views: 12665

Re: PCL image

The first two characters of the converted .pcl file already contain that sequence It is the escape sequence to reset the printer There are the first 128 Characters of the file (in Hex) That will automatically print a partially printed page and consequently do a Form Feed 1B451B266C30451B2A7233461B2A...
by lcohen999
2010-01-18T20:45:47-07:00
Forum: Users
Topic: PCL image
Replies: 7
Views: 12665

Re: PCL image

...also, are you doing anything more than convert image.jpg image.pcl ?
by lcohen999
2010-01-18T20:44:25-07:00
Forum: Users
Topic: PCL image
Replies: 7
Views: 12665

Re: PCL image

I will send you the link tomorrow

I appreciate your help and quick responses!
by lcohen999
2010-01-18T20:37:27-07:00
Forum: Users
Topic: PCL image
Replies: 7
Views: 12665

Re: PCL image

I tried it with the latest version and the same results

There are 1B45 codes within the file.

I found one at the beginning, so I cannot even print any text above.

I looked at the pcl.c code but I have no idea of what any of it means!
by lcohen999
2010-01-18T13:37:52-07:00
Forum: Users
Topic: PCL image
Replies: 7
Views: 12665

PCL image

We are trying to convert some JPG and BMP files into PCL files for printing. the conversion works OK (the image seems a little washed out) but our bigger issue, is imagemagick seems to be putting in the PCL code 1B45 all over the place. That effectively resets/sends a partial form feed to the printe...