[Bug 1623639] Re: netpbm: "anytopnm" doesn't recognize some file types
Ubuntu Foundations Team Bug Bot
1623639 at bugs.launchpad.net
Tue Sep 17 04:20:34 UTC 2019
The attachment "anytopnm.diff" seems to be a patch. If it isn't, please
remove the "patch" flag from the attachment, remove the "patch" tag, and
if you are a member of the ~ubuntu-reviewers, unsubscribe the team.
[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]
** Tags added: patch
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to netpbm-free in Ubuntu.
https://bugs.launchpad.net/bugs/1623639
Title:
netpbm: "anytopnm" doesn't recognize some file types
Status in netpbm-free package in Ubuntu:
Confirmed
Bug description:
/usr/bin/anytopnm uses the output of "file" to recognize the image format of the input file.
Apparently the output of "file" has changed, and therefore it is no longer correctly recognized by anytopnm. Example:
$ file /tmp/x.ppm
/tmp/x.ppm: Netpbm image data, size = 5100 x 6600, rawbits, pixmap
However, /usr/bin/anytopnm (line 64) looks for the strings *PBM* |
*PGM* | *PPM* )
For example:
$ cat /tmp/x.ppm | anytopnm
/usr/bin/anytopnm: unknown file type: Netpbm image data, size = 5100 x 6600, rawbits, pixmap
Suggested fix: update /usr/bin/anytopnm to recognize the string
"Netpbm" in addition to PBM, PGM, PPM.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netpbm-free/+bug/1623639/+subscriptions
More information about the foundations-bugs
mailing list