Skip to content

Fix icon sizing bug (2x resolution issue)#4

Merged
kitzy merged 1 commit into
mainfrom
fix-icon-sizing-issue-3
Jan 14, 2026
Merged

Fix icon sizing bug (2x resolution issue)#4
kitzy merged 1 commit into
mainfrom
fix-icon-sizing-issue-3

Conversation

@kitzy

@kitzy kitzy commented Jan 14, 2026

Copy link
Copy Markdown
Collaborator

Fixes #3 - Icons were being created at 2x the requested dimensions. Fixed bitmap creation to use explicit pixel dimensions and added dimension verification tests.

- Fixed bitmap creation to use explicit pixel dimensions
- Removed NSImage.size setting that caused Retina scaling issues
- Added dimension verification tests using sips
- All icons now created at exact requested dimensions

Fixes #3
@kitzy
kitzy merged commit 3d2c1f7 into main Jan 14, 2026
2 checks passed
@kitzy
kitzy deleted the fix-icon-sizing-issue-3 branch January 14, 2026 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Output icons are double the requested resolution (e.g., 1024px instead of 512px)

1 participant