[Bug 472978] Re: Save to pgm actually saves to pnm

2010-03-22 Thread Launchpad Bug Tracker
This bug was fixed in the package phatch - 0.2.7-1

---
phatch (0.2.7-1) unstable; urgency=low

  [ Stani M ]
  * Upstream bugfix release (Closes LP: #472978, #487435, #516763, #516858, 
#525999, #526047, #526235, #526237, #526489, #529343, #529429, #525831, 
#526237, #529544, #529605, #531375, #531705, #531728, #532346, #532356, 
#532540, #532544, #533068, #534723, #534834, #534835, #535189, #535192,
#536820)
  * debian/control: Add python-nautilus to phatch-nautilus's Depends

  [ Emilio Pozuelo Monfort ]
  * debian/rules:
- Adapt for the upstream changes.
  * debian/copyright:
- Updated for the new version.
 -- Stani spe.stani...@gmail.com   Mon,  22 Mar 2010 18:33:31 +

** Changed in: phatch (Ubuntu)
   Status: In Progress = Fix Released

-- 
Save to pgm actually saves to pnm
https://bugs.launchpad.net/bugs/472978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 472978] Re: Save to pgm actually saves to pnm

2010-03-17 Thread Stani
** Changed in: phatch
   Status: Fix Committed = Fix Released

-- 
Save to pgm actually saves to pnm
https://bugs.launchpad.net/bugs/472978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 472978] Re: Save to pgm actually saves to pnm

2010-02-25 Thread stani
** Changed in: phatch (Ubuntu)
   Status: Incomplete = In Progress

-- 
Save to pgm actually saves to pnm
https://bugs.launchpad.net/bugs/472978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 472978] Re: Save to pgm actually saves to pnm

2010-02-22 Thread stani
This is fixed in trunk and will be part of next release 0.2.7 Big thanks
to Juho and Ken!

** Changed in: phatch
   Importance: Undecided = Medium

** Changed in: phatch
   Status: Incomplete = Fix Committed

-- 
Save to pgm actually saves to pnm
https://bugs.launchpad.net/bugs/472978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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



[Bug 472978] Re: Save to pgm actually saves to pnm

2010-02-21 Thread stani
** Changed in: phatch
Milestone: 0.2.6 = 0.2.7

-- 
Save to pgm actually saves to pnm
https://bugs.launchpad.net/bugs/472978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 472978] Re: Save to pgm actually saves to pnm

2010-02-21 Thread stani
** Changed in: phatch
 Assignee: Juho Vepsäläinen (bebraw) = Ken Seehart (kenseehart)

** Changed in: phatch (Ubuntu)
 Assignee: Juho Vepsäläinen (bebraw) = Ken Seehart (kenseehart)

-- 
Save to pgm actually saves to pnm
https://bugs.launchpad.net/bugs/472978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 472978] Re: Save to pgm actually saves to pnm

2009-12-12 Thread Juho Vepsäläinen
Apparently PIL saves PGM internally as PPM unless you convert the image
to grayscale first. Add proper check for format to fix the issue
(perhaps to imtools save?).

Here's a test case I used to verify this behavior:
from Image import open

im = open('Lenna.png')

gim = im.convert('L')
gim.save('Lenna1.pgm')
im.save('Lenna2.pgm')
im.save('Lenna3.ppm')

-- 
Save to pgm actually saves to pnm
https://bugs.launchpad.net/bugs/472978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 472978] Re: save to pgm actually saves to pnm

2009-12-11 Thread stani
** Changed in: phatch
Milestone: None = 0.2.6

** Changed in: phatch
 Assignee: stani (stani) = Juho Vepsäläinen (bebraw)

** Changed in: phatch (Ubuntu)
 Assignee: stani (stani) = Juho Vepsäläinen (bebraw)

-- 
save to pgm actually saves to pnm
https://bugs.launchpad.net/bugs/472978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 472978] Re: Save to pgm actually saves to pnm

2009-12-11 Thread stani
** Summary changed:

- save to pgm actually saves to pnm
+ Save to pgm actually saves to pnm

-- 
Save to pgm actually saves to pnm
https://bugs.launchpad.net/bugs/472978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 472978] Re: save to pgm actually saves to pnm

2009-12-10 Thread stani
Please add action list with example input and (actual and desired)
output images. You can zip it if you like.

** Changed in: phatch (Ubuntu)
   Status: New = Incomplete

** Changed in: phatch (Ubuntu)
 Assignee: (unassigned) = stani (stani)

** Also affects: phatch
   Importance: Undecided
   Status: New

** Changed in: phatch
   Status: New = Incomplete

** Changed in: phatch
 Assignee: (unassigned) = stani (stani)

-- 
save to pgm actually saves to pnm
https://bugs.launchpad.net/bugs/472978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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