Post

Replies

Boosts

Views

Activity

Comment on Xcode 16 crashes when attempting to view Build Settings for a target with Build Carbon Resources phase
Your instructions mention attaching a crash report here, and a sample project. But I don't see any options to add attachments on these forums. The character limit for these replies makes it impossible to paste in a crash report. Hope I'm not missing something... in any case the supporting files are now attached to the FB issue.
Jul ’24
Comment on CIImage.clampedToExtent() doesn't fill some edges
Never mind! The issue I was investigating is actually tied to tiling. If you are working with opaque images one solution would be to crop the image before calling clampedToExtent() to an integral rectangle. You want something similar to what CGRectIntegral() does, except that instead of expanding to the nearest integral coordinates, you shrink inward to make sure only fully opaque pixels fall within the rectangle.
Topic: Programming Languages SubTopic: Swift Tags:
Dec ’23