bmp file
i want to make a resize on a bmp file so as an example i have 200x200 pixel image and i want to make it 201x201 ...so i add a 1 pixel at the end of each row so the file become>>>>
100 125 10 ........................255 255 255
125 10 100.........................255 255 255
.
.
.
.
the three 255 is the added pixel from me......but the result was unexpected and the output image is not similar to the input image ??!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|