Search found 2 matches

by mj0000
Tue Apr 27, 2010 8:08 am
Forum: Classic - General Support
Topic: convert to pgm
Replies: 2
Views: 381

Re: convert to pgm

ok, I'll try to better explain

I would like to have a pgm file where numbers (gray levels) are ordered by lines like in the picture.
For example if a have a picture 5*3, I would like to have a pgm file like this :
P2
5 3
255
45 45 45 45 82
45 45 45 45 82
45 45 45 45 82

When I use Xnview to ...
by mj0000
Mon Apr 26, 2010 1:48 pm
Forum: Classic - General Support
Topic: convert to pgm
Replies: 2
Views: 381

convert to pgm

I would like to convert pictures to pgm

xnview conversion is ok BUT I would like to have the pgm numbers stored in lines and columns

do you know how to do that ?

thanks in advance for your answer