Printing bitmap on HP Printer

Y

Yann KERNIN

Hi,

I'm looking for a sample code or a C library to print a bitmap image on
color HP deskjet printer.

Thanks for your help

Y.K.
 
C

Christopher Benson-Manica

Yann KERNIN said:
I'm looking for a sample code or a C library to print a bitmap image on
color HP deskjet printer.

(You will want to ask this question on a newsgroup related to your
system. Google may also be helpful if you have not already tried
it.)

Your post is off-topic for comp.lang.c. Please visit

http://www.ungerhu.com/jxh/clc.welcome.txt
http://c-faq.com
http://benpfaff.org/writings/clc/off-topic.html

for posting guidelines and frequently asked questions. Thank you.
 
T

Tom St Denis

Yann said:
Hi,

I'm looking for a sample code or a C library to print a bitmap image on
color HP deskjet printer.

In windows printers typically act like GDI devices. So figure out how
to open one and then draw your bitmap like you would on the screen.

in linux you can just use a bmp2ps [or some other chain of conversions]
followed by a "lpr" command.

totally off topic and has nothing to do with C though...

tom
 
K

Keith Thompson

Tom St Denis said:
Yann said:
I'm looking for a sample code or a C library to print a bitmap image on
color HP deskjet printer.

In windows printers typically act like [snip]

in linux you can just use [snip]

totally off topic and has nothing to do with C though...

Since it's totally off topic, please don't try to give advice that
nobody here is likely to be able to evaluate. (The reasons for this
have been discussed at great length.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top