Search found 2 matches
- 2019-04-02T13:04:33-07:00
- Forum: Users
- Topic: Converting to PGM to stdout from TIF file does not result in PGM output
- Replies: 2
- Views: 3079
[SOLVED] Re: Converting to PGM to stdout from TIF file does not result in PGM output
Works perfectly, thanks.
- 2019-04-02T11:19:07-07:00
- Forum: Users
- Topic: Converting to PGM to stdout from TIF file does not result in PGM output
- Replies: 2
- Views: 3079
Converting to PGM to stdout from TIF file does not result in PGM output
I am confused about how to convince "convert" to provide the output I need. I want to convert images to PGM format for script processing of images as plain numbers using pipes. I found out that outputting to a stdout and to a file will not always result in the same format. The last should be P3 ...