isaacg1 / pyth

Pyth, an extremely concise language. Try it here:
https://pyth.herokuapp.com/
MIT License
263 stars 57 forks source link

Fixed .w for images #129

Closed Maltysen closed 9 years ago

Maltysen commented 9 years ago

Since the .w for images was written before we got rid of tuples, and PIL expects tuples for the RGB, not lists, it wasn't working. Very small fix.

Also a simple fix to .z that prevented it from working offline by passing it through iter() with sentinel values.