libicns icon indicating copy to clipboard operation
libicns copied to clipboard

icns2png / libicns for OS X icns files

Results 3 libicns issues
Sort by recently updated
recently updated
newest added

I note that the upstream project, now located at: https://icns.sourceforge.io/ rather than http://icns.sourceforge.net/ has not visibly gained a release since 0.8.1 but there has been developments since your [commit-e261b0a2](https://github.com/kornelski/libicns/commit/e261b0a2517ffbba1749c3cee765ec963230766d) which...

Apple's own ICNS files (namely a few of the Sidebar*.icns files in /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/) contain 18x18 and 18x18@2x images, but this library apparently doesn't support them. I tried forking this repo...

file [icns_png.c] line [57] ```c /* copy new bytes to end of buffer */ memcpy(_ref->data + _ref->offset, data, length); ``` the type of _ref->data is void* And there are a...