creswick / StreamingQR

Apache License 2.0
2 stars 0 forks source link

Generate QR codes on demand in Transmit.encodeQRCodes(...) #23

Closed creswick closed 10 years ago

creswick commented 10 years ago

Imported from trac #23.

We can't handle large files (eg: images) currently because all of the QR codes are generated at once, before the transmitter starts to send them--all the bitmaps won't fit in memory at once.

This ticket is to encode them incrementally, allowing old bitmaps to be garbage collected before the new images are created.

Reported by: @creswick

Component: streaming-jar

CC: @lcasburn

Report Upstream:

Authors: ?

Dependencies:

Work issues:

Reviewers:

Merged in:

Attachments: