saitoha / libsixel

A SIXEL encoder/decoder implementation derived from kmiya's sixel (https://github.com/saitoha/sixel).
MIT License
2.45k stars 82 forks source link

export `sixel_allocator_new` to dll #151

Closed johnnychen94 closed 1 year ago

johnnychen94 commented 3 years ago

I believe this was a mistake so I add the SIXELAPI macro.

This solves the issue in https://github.com/johnnychen94/Sixel.jl/issues/5

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 0.0% when pulling eb65a63b793d3f1a62a500f81bd0f6ebdc1e023a on johnnychen94:jc/sixelapi into 6a5be8b72d84037b83a5ea838e17bcf372ab1d5f on saitoha:master.

johnnychen94 commented 1 year ago

close in favor of https://github.com/libsixel/libsixel/pull/2