I have found the problem, however have not looked into the source code of 
geeqie and can therefore not construct a patch file. 
It seems that geeqie can only read files with a very specific format:
1. Text: P5
2. newline (hex 0A)
3. comment # something
4. newline(hex 0A)
5. size of image (752 480)
6. newline(hex 0A)
7. largest gray scale value (255)
7. newline (hex 0A)
8. image data

According to http://netpbm.sourceforge.net/doc/pgm.html , however, the
pgm specification is more specific and need not have a comment and each
of the newlines need not be newlines but could in stead be any
whitespace character.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/879290

Title:
  pgm support not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/geeqie/+bug/879290/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to