Thank you Antony.
It did work!
Luca
Search found 2 matches
- 2011-05-12T02:11:34-07:00
- Forum: Users
- Topic: convert jp2 to ascii pgm
- Replies: 2
- Views: 13610
- 2011-05-11T08:54:13-07:00
- Forum: Users
- Topic: convert jp2 to ascii pgm
- Replies: 2
- Views: 13610
convert jp2 to ascii pgm
Hi,
I'm using ImageMagick to convert in a bash script a jp2000 img into an ascii pgm one.
I used the following command:
convert infile.jp2 -compress none outfile.pgm
I already obtained an ascii file, but numeric values of the image are in more rows,
ehile I would like to obtain values only one ...
I'm using ImageMagick to convert in a bash script a jp2000 img into an ascii pgm one.
I used the following command:
convert infile.jp2 -compress none outfile.pgm
I already obtained an ascii file, but numeric values of the image are in more rows,
ehile I would like to obtain values only one ...