Conversation
…ormat and use longer var names.
…ominated by resize...
- Only one call to the wrapped writer per write() - Error => no write took place
|
Wait, no DecodeWriter? |
|
Well, this PR is entitled "Streaming encoder"... ;) One thing at a time. Most of this logic can eventually be shared with a |
|
@nox does this suit your use case? |
|
Yes! |
Codecov Report
@@ Coverage Diff @@
## master #74 +/- ##
==========================================
- Coverage 97.31% 96.63% -0.69%
==========================================
Files 10 12 +2
Lines 1044 1368 +324
==========================================
+ Hits 1016 1322 +306
- Misses 28 46 +18
Continue to review full report at Codecov.
|
|
Yea! |
|
This may be broken. |
|
Looking into it |
|
@marshallpierce found out that the problem is probably in the png crate, which uses I've opened image-rs/image-png#94. There is no issue with the base64 crate AFAICT. |
Supersedes #56.
cc @brianm @nox