GIDForums  

Go Back   GIDForums > Computer Programming Forums > C Programming Language
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 12-Apr-2007, 00:04
nmkarvekar nmkarvekar is offline
New Member
 
Join Date: Apr 2007
Posts: 1
nmkarvekar is on a distinguished road

Print bitmap image on dot matrix printer in Linux C


hi,


Can anyone tell me, how to print bmp image on dot matrix printer using parallel port programming in linux.


my printer is connected to /dev/lp0


When i print simple text using follwing C program in linux,

CPP / C++ / C Code:
        #include <stdio.h>
    #include <stdlib.h>
    int main()
    {
    fp = fopen("/dev/lp0", "wb");
        fprintf(fp,"TESTING LINE\n");
        fclose(fp);
    return 0;
    }
it will print text successfully.


but how do i print bmp image??????????????????????????


Thanks and Regards,
Niranjan.
Last edited by admin II : 12-Apr-2007 at 05:04. Reason: Please surround your C code with [CPP] ... [/CPP]
 
 

Recent GIDBlogNot selected for officer school by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fortran problem... Justin Fox Miscellaneous Programming Forum 6 24-Oct-2006 15:30
Which Printer Do You Recommend ? onauc Computer Hardware Forum 3 26-Oct-2005 21:32
GIM gidedit - a fltk fluid resize project cable_guy_67 FLTK Forum 2 01-Jun-2005 15:00
Checking source codes of image, audio and video files onauc C Programming Language 5 26-Feb-2005 21:47
Guestbook error BobbyDouglas Web Design Forum 1 16-Oct-2003 22:17

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 23:52.


vBulletin, Copyright © 2000 - 2010, Jelsoft Enterprises Ltd.