0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Swift951 forks (951 forks)batch import
enhancementgood first issue
Repository metrics
- Stars
- 19,870 stars (19,870 stars)
- PR merge metrics
- Avg merge 77d 6h (Avg merge 77d 6h)5 merged PRs in 30d (5 merged PRs in 30d)
Description
Originally posted by Paul-Huntsberry July 21, 2025
I would like to see a new feature that displays the dimensions of an image in pixels that has been copied when you hover over the preview image such as 500x300. This would be helpful for graphic and web designers.
Contributor guide
- Research direction
- Explore the Maccy codebase to locate the image preview view (likely in 'ImagePreviewView.swift' or similar). Investigate how the app currently displays images and adds tooltips. Implement logic to extract image dimensions using NSImage's size property and display them in a tooltip or overlay on hover. Look at existing tooltip implementations in the project for guidance.
- Tech stack
- swift
- Domain
- desktop
- Issue type
- Feature
- Prerequisites
- SwiftmacOS development