jmcnamara / libxlsxwriter

A C library for creating Excel XLSX files.
https://libxlsxwriter.github.io
Other
1.49k stars 332 forks source link

Avoid image buffer copy #389

Closed mohd-akram closed 1 year ago

mohd-akram commented 1 year ago

Read directly from the buffer provided by the user.

jmcnamara commented 1 year ago

Thanks, that is cleaner.

Merged.