getsidetrack / swiftui-pipify

A SwiftUI component for launching custom picture-in-picture experiences
MIT License
155 stars 14 forks source link

Fonts blurry #28

Open NickAtGit opened 1 year ago

NickAtGit commented 1 year ago

Hey, first of all: Very cool project. Thanks!

My question is: How can I make fonts look crisp? I tried the example and they don't look that good. Any ideas?

Sherlouk commented 1 year ago

Aye unfortunately this has been an issue I've had a good few times, and mostly seems to come down to how the ImageRenderer works and the size at which it's rendered.

If I can somehow revive this project (which is to say, I can get Apple to accept it into the store) then I'd likely explore generating the images at a higher scale and then downsampling to provide better quality control.

Unfortunately for the time being there isn't a huge amount you can do.