Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how can i change the dimensuion of a image

Status
Not open for further replies.

satellite03

IS-IT--Management
Dec 26, 2003
248
IN
i am using paint shop 8 . i have a image (.pgm). i want to resize it into 512 x 512 dimension.

so i did resize> then typed 512 , 512 in the box. then ok.

the image changed.

but surprisingly when i opened it in a wordpad it showed like below

Code:
P2
1468 946 //[b] this should have been 512 512 !! [/b]
255


//data

i manually deleted 1468 and 946 and wrote 512 512 instead. but image showed very badly...nothing was visible.


so question is , how can i change a .pgm image into 512 x 512 dimension perfectly so that it looks like below....

Code:
P2

512 512

//data


is it possible ??


p.s > in fact i saved a color jpeg image into .pgm format . then i wanted to change its dimension into 512 512 by going to resize menu. but it did not work !!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top