Fixing QuickLook
The article discusses Apple's QuickLook changes post-upgrade, highlighting rounded corners on images impacting file types. No official solution found to disable. Author debugs Finder using LLDB to manipulate QuickLook views, focusing on NSRemoteView rendering images.
Read original articleThe article discusses the changes in Apple's QuickLook feature after upgrading from Mojave to Ventura. The author expresses disappointment as images now appear with rounded corners, affecting various file types. Despite searching for a way to disable this feature, no official solution was found. The author then delves into debugging the Finder process using LLDB to access the QuickLook window and manipulate its views. The article explores the QLPreviewPanel and NSRemoteView components, attempting to understand their roles in displaying images. The NSRemoteView is identified as the element responsible for rendering images, prompting further investigation into its functionality. The article concludes with a detailed examination of NSRemoteView's class methods to gain insights into its operations.
Related
Atkinson Dithering (2021)
The Macintosh in 1984 introduced Atkinson dithering, enhancing image contrast with a unique error spreading pattern. iKe allows users to apply Atkinson dithering effects by converting images to grayscale matrices.
The First Spatial Computing Hack
Ryan Pickren found a Safari bug letting websites flood a user's space with 3D objects. Apple fixed it (CVE-2024-27812) in June after Ryan's report. The bug exploited Apple AR Kit Quick Look, launching objects without consent.
The unbearable sorrow of Apple Weather
The author criticizes Apple Weather iOS app for inconsistent temperature data presentation, focusing on alignment and color issues in temperature bars. Adjusting text size improved alignment, but concerns remain about decision-making process.
Round Rects Are Everywhere
In 1981, Bill Atkinson developed oval routines for Macintosh. Steve Jobs challenged him to create rounded rectangles, leading to the "RoundRects" feature. This anecdote showcases innovation and collaboration in early Macintosh development.
Desperately Seeking Squircles
An engineer aims to incorporate Apple's 'squircle' shape into Figma, navigating mathematical complexities with superellipse formulas and Bézier curves. Challenges in mirroring and transitioning the shape prompt a proposed smoothing scheme for versatile designs. Differential geometry aids in mathematically analyzing the squircle's perimeter, showcasing the intricate process of digital design translation.
Related
Atkinson Dithering (2021)
The Macintosh in 1984 introduced Atkinson dithering, enhancing image contrast with a unique error spreading pattern. iKe allows users to apply Atkinson dithering effects by converting images to grayscale matrices.
The First Spatial Computing Hack
Ryan Pickren found a Safari bug letting websites flood a user's space with 3D objects. Apple fixed it (CVE-2024-27812) in June after Ryan's report. The bug exploited Apple AR Kit Quick Look, launching objects without consent.
The unbearable sorrow of Apple Weather
The author criticizes Apple Weather iOS app for inconsistent temperature data presentation, focusing on alignment and color issues in temperature bars. Adjusting text size improved alignment, but concerns remain about decision-making process.
Round Rects Are Everywhere
In 1981, Bill Atkinson developed oval routines for Macintosh. Steve Jobs challenged him to create rounded rectangles, leading to the "RoundRects" feature. This anecdote showcases innovation and collaboration in early Macintosh development.
Desperately Seeking Squircles
An engineer aims to incorporate Apple's 'squircle' shape into Figma, navigating mathematical complexities with superellipse formulas and Bézier curves. Challenges in mirroring and transitioning the shape prompt a proposed smoothing scheme for versatile designs. Differential geometry aids in mathematically analyzing the squircle's perimeter, showcasing the intricate process of digital design translation.