Re: Understanding bmp image files

2008-04-02 Thread Paul McGuire
On Apr 2, 2:22 pm, "Terry Reedy" <[EMAIL PROTECTED]> wrote: > "pranav" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > | Hello, > | I want to read a BMP file, do some processing and then write it in a > | new file. The problem is in the third step. For reading the file, i > | have

Re: Understanding bmp image files

2008-04-02 Thread Terry Reedy
"pranav" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | Hello, | I want to read a BMP file, do some processing and then write it in a | new file. The problem is in the third step. For reading the file, i | have converted the file into decimal numbers, representing the pixel | value

Re: Understanding bmp image files

2008-04-02 Thread Paul McGuire
On Apr 2, 12:51 pm, pranav <[EMAIL PROTECTED]> wrote: > Hello, > I want to read a BMP file, do some processing and then write it in a > new file. The problem is in the third step. For reading the file, i > have converted the file into decimal numbers, representing the pixel > values. Then i perform

Re: Understanding bmp image files

2008-04-02 Thread Marc 'BlackJack' Rintsch
On Wed, 02 Apr 2008 10:51:39 -0700, pranav wrote: > I want to read a BMP file, do some processing and then write it in a > new file. The problem is in the third step. For reading the file, i > have converted the file into decimal numbers, representing the pixel > values. You have converted the da

Understanding bmp image files

2008-04-02 Thread pranav
Hello, I want to read a BMP file, do some processing and then write it in a new file. The problem is in the third step. For reading the file, i have converted the file into decimal numbers, representing the pixel values. Then i perform calculations on those decimal numbers. Now i am unable to conve