Subject: | write_multi() to a scalar doesn't save any data |
Discovered during development:
Imager->write_multi({data => \$data, type=>$type}, @images);
doesn't save any data to $data.
Workaround 1: write to a temporary file.
Workaround 2: use a write callback.
This is fixed in my development tree and will be fixed in the next
feature release of Imager.
If there's a bug fix release for some other bug I'll fix it there too.