المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : program in c to convert a Portable graymap(PGM) file into portable bitmap file(PBM)



C++ Programming
06-19-2009, 11:24 AM
I am working on Linux environment. I want convert a PGM file into PBM file.

Could you please guide me about the logic required to implement a Portable Bitmap file.
I mean how to deal in writing a hexadecimal values 0x80.
How to create a new byte.

Thank you very much in advance .