Post

Replies

Boosts

Views

Activity

Reply to How do I properly set tagged color data in MTKView and CIContext?
I think I solved it. I set the colorspace on the underlying CAMetalLayer of the MTKView (iOS/Catalyst does not let you set this directly on MTKView): Add the following code at the end of the init method in MTKImageView.swift: if let taggedColorSpace = image.colorSpace, let metalLayer = self.layer as? CAMetalLayer { metalLayer.colorspace = taggedColorSpace } All three images now properly display for me:
Topic: Graphics & Games SubTopic: Metal Tags:
Mar ’24
Reply to Apple ProRAW API's
How can we tell if an image is a ProRaw file vs. a regular Raw file? Is there a way to interrogate an image file's meta data using Apple API? Obviously this can't be done solely based on a file's UTI extension.
Topic: Media Technologies SubTopic: Audio Tags:
Feb ’21