github sw33tLie/macshot v4.0.5-beta.2

latest releases: v4.2.2-beta.3, v4.2.2-beta.2, v4.2.2-beta.1...
pre-release4 months ago

Fixed

  • Color dithering in pinned images and editor window — macOS's window compositor applies ordered dithering to layer content rendered via draw(), altering pixel values in solid-color areas (e.g. #111D2F becomes an alternating pattern of #121D2F, #101D2E, #131D2D). This was visible when re-capturing pinned screenshots or the editor window with the overlay. Fixed by disabling the AutomaticAppKit layer content format in favor of explicit RGBA8, ensuring pixel-perfect color reproduction.
  • Editor window color shift — "Open in Editor Window" cropped the selection into a CGColorSpaceCreateDeviceRGB context, converting Display P3 pixels to DeviceRGB and shifting colors. Now uses zero-copy CGImage.cropping() which preserves the original color space.

Don't miss a new macshot release

NewReleases is sending notifications on new releases.