purepng
purepng copied to clipboard
generation from iterator
With PurePNG it's possible to generate a PNG from a row iterator. This is nice, because my data is way to large to fit into memory; with PNG compression it's fine. Under which conditions does PurePNG not build an array from the iterator?