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
"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
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
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
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