Hayaki Saito
Hayaki Saito
The patch from @j4james has been merged — thank you for your contribution. Many thanks to @chameleon10712 for reporting the issue.
@gnachman @j4james The proposed patch has been incorporated in dc9cfe4. Thank you!
@ClaireCJS I have created a package that includes Windows builds under the bin-windows/ directory. [libsixel-1.8.6-i686-w64-mingw32.zip](https://github.com/user-attachments/files/21603823/libsixel-1.8.6-i686-w64-mingw32.zip) [libsixel-1.8.6-x86_64-w64-mingw32.zip](https://github.com/user-attachments/files/21603822/libsixel-1.8.6-x86_64-w64-mingw32.zip) While Docker is required, I added cross-compilation scripts in commit 3885ab8d7015f2dce38fce99fbfe417d529531e1, so you can...
@eabase I believe there might be a misunderstanding. To clarify, there is no separate codebase specifically for the Windows version outside of this repository. I have merely cross-compiled the source...
As an additional note regarding the binary built this time, the libcurl integration feature is not available. Therefore, passing a URL as an argument to img2sixel will result in an...
Fixed in [f2e21ef](https://github.com/saitoha/libsixel/commit/f2e21efaeca585d00341df89e4da210b1f98d160). Thank you for reporting this.
@Kreijstal It might be a bit difficult to merge this fairly large patch right away, but I’m especially interested in the `nanosleep()` support for Windows(https://github.com/saitoha/libsixel/pull/190/files#diff-4606434a65bd04502916f71a2adf2774435ab6aab3a2f2a7a7b04d378d52e326R44). I think it could help...
I sincerely apologize for having been absent from this project for over five years due to personal circumstances. I am currently exploring ways to improve the situation to the best...
See the page below for the current status of our CVE handling. https://github.com/saitoha/libsixel/discussions/203
@MiroPalmu I tried reproducing the issue using a small 8-bit sRGB PNG from the repository’s test data, but was unable to. Would you be able to provide the image that...