Thread: bmp file
View Single Post
Old 05-25-2005, 12:46 PM   #1 (permalink)
alkingg
Registered User
 
Join Date: Feb 2005
Posts: 10
alkingg is on a distinguished road
Question 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 ??!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
alkingg is offline   Reply With Quote