This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Downloaded via https://llm.codes by @steipete on October 5, 2025 at 07:08 PM | |
Source URL: https://docs.langchain.com/oss/python/langchain/overview | |
Total pages processed: 73 | |
URLs filtered: No | |
Content de-duplicated: No | |
Availability strings filtered: No | |
Code blocks only: No | |
--> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import UIKit | |
extension UIImage { | |
var isWideGamut: Bool { | |
return self.cgImage?.colorSpace?.isWideGamutRGB ?? false | |
} | |
} |