Assembla home | Assembla project page
 

Ticket #8 (new defect)

Opened 9 months ago

Last modified 9 months ago

Implement PixelIterator as true iterator with Color objects

Reported by: istevens Assigned to: somebody
Priority: normal Milestone:
Component: component1 Version:
Severity: normal Keywords:
Cc:

Description (Last modified by istevens)

You should be able to do something like this:

>>> i = Image('foo.jpg')
>>> i.size
(1, 5)
>>> for p in i:
...     print p
Color(...)
Color(...)
Color(...)
Color(...)
Color(...)

Attachments

Change History

04/01/08 19:52:33 changed by istevens

  • description changed.

Add/Change #8 (Implement PixelIterator as true iterator with Color objects)




Change Properties
Action