#144: Fix load (and maybe save) routine(s) for ASCII-encoded PBM images -------------------------------------+-------------------------------------- Reporter: levill_r | Owner: Olena Team Type: defect | Status: new Priority: critical | Milestone: Olena 1.0 Component: Milena | Version: 1.0 Keywords: I/O IO input output pbm | -------------------------------------+-------------------------------------- Théo discovered on May 28, 2008 that the load routine for ASCII-encoded PBM (boolean) images was broken (and maybe the save routine, too).
The other ASCII-based Netpbm should be checked as well. Don't close this ticket until all of these routine have been inspected and declared safe!
#144: Fix load (and maybe save) routine(s) for ASCII-encoded PBM images -----------------------+---------------------------------------------------- Reporter: levill_r | Owner: lazzara Type: defect | Status: assigned Priority: critical | Milestone: Olena 1.0 Component: Milena | Version: 1.0 Resolution: | Keywords: I/O IO input output pbm -----------------------+---------------------------------------------------- Changes (by lazzara):
* owner: Olena Team => lazzara * status: new => assigned
#144: Fix load (and maybe save) routine(s) for ASCII-encoded PBM images -----------------------+---------------------------------------------------- Reporter: levill_r | Owner: lazzara Type: defect | Status: closed Priority: critical | Milestone: Olena 1.0 Component: Milena | Version: 1.0 Resolution: fixed | Keywords: I/O IO input output pbm -----------------------+---------------------------------------------------- Changes (by lazzara):
* status: assigned => closed * resolution: => fixed
Comment:
Load routines are fixed in r3934.
Currently it is not possible to save ASCII-encoded PBM/PGM images. I'll create a ticket for that.