icns

Easily create .icns files (Mac Icons) with this Go library or the included CLI.
Log | Files | Refs | LICENSE

ModeNameSize
-rw-r--r--.github/dependabot.yml17L
-rw-r--r--.github/workflows/ci.yml174L
-rw-r--r--.github/workflows/winget.yml18L
-rw-r--r--.gitignore10L
-rw-r--r--.goreleaser.yml39L
-rw-r--r--LICENSE21L
-rw-r--r--appicon/appearance.go108L
-rw-r--r--appicon/appearance_test.go105L
-rw-r--r--appicon/appicon.go143L
-rw-r--r--appicon/appicon_test.go405L
-rw-r--r--appicon/oracle_darwin_test.go168L
-rw-r--r--appicon/writer.go197L
-rw-r--r--argb_test.go102L
-rw-r--r--cmd/icnsify/check.go107L
-rw-r--r--cmd/icnsify/check_test.go195L
-rw-r--r--cmd/icnsify/doc.go80L
-rw-r--r--cmd/icnsify/iconset.go97L
-rw-r--r--cmd/icnsify/iconset_test.go50L
-rw-r--r--cmd/icnsify/main.go295L
-rw-r--r--cmd/icnsify/main_test.go81L
-rw-r--r--cmd/icnsify/pipe.go16L
-rw-r--r--cmd/preview/go.mod25L
-rw-r--r--cmd/preview/go.sum49L
-rw-r--r--cmd/preview/main.go341L
-rw-r--r--cmd/preview/main_test.go134L
-rw-r--r--cmd/preview/readme.md6L
-rw-r--r--cmd/shell-extension/.gitignore2L
-rw-r--r--cmd/shell-extension/dll_test.go402L
-rw-r--r--cmd/shell-extension/go.mod9L
-rw-r--r--cmd/shell-extension/go.sum6L
-rw-r--r--cmd/shell-extension/internal/com/com.go172L
-rw-r--r--cmd/shell-extension/internal/com/factory.go97L
-rw-r--r--cmd/shell-extension/internal/provider/gdi.go99L
-rw-r--r--cmd/shell-extension/internal/provider/provider.go297L
-rw-r--r--cmd/shell-extension/main.go95L
-rw-r--r--cmd/shell-extension/readme.md91L
-rw-r--r--cmd/shell-extension/register.go233L
-rw-r--r--cmd/wasm/main.go174L
-rw-r--r--doc.go26L
-rw-r--r--docs/preview.png41722B
-rw-r--r--error.go35L
-rw-r--r--exe/exe.go72L
-rw-r--r--exe/exe_test.go169L
-rw-r--r--exe/reader.go246L
-rwxr-xr-xexe/testdata/icon.dll12288B
-rw-r--r--exe/testdata/icon.ico7886B
-rwxr-xr-xexe/testdata/plain.dll4096B
-rw-r--r--go.mod5L
-rw-r--r--go.sum2L
-rw-r--r--go.work7L
-rw-r--r--go.work.sum13L
-rw-r--r--icns.go333L
-rw-r--r--icns_test.go540L
-rw-r--r--ico/bmp.go133L
-rw-r--r--ico/bmp_test.go191L
-rw-r--r--ico/ico.go167L
-rw-r--r--ico/ico_test.go196L
-rw-r--r--ico/oracle_windows_test.go151L
-rw-r--r--ico/reader.go193L
-rw-r--r--ico/validate.go263L
-rw-r--r--ico/validate_test.go213L
-rw-r--r--ico/writer.go138L
-rw-r--r--indexed.go117L
-rw-r--r--indexed_test.go193L
-rw-r--r--internal/resample/resample.go107L
-rw-r--r--interpolation.go22L
-rw-r--r--oracle_test.go174L
-rw-r--r--reader.go323L
-rw-r--r--reader_test.go250L
-rw-r--r--readme.md322L
-rwxr-xr-xrelease.sh76L
-rw-r--r--rle.go174L
-rw-r--r--rle_test.go250L
-rw-r--r--slot.go73L
-rw-r--r--slot_test.go223L
-rw-r--r--validate.go216L
-rw-r--r--validate_test.go284L
-rw-r--r--web/build.sh10L
-rw-r--r--web/index.html133L
-rw-r--r--writer.go122L