Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,6 @@ extension AttachableImageFormat {
/// @Metadata {
/// @Available(Swift, introduced: 6.3)
/// }
#if compiler(>=6.3) && !SWT_FIXED_84466
@_spi(_)
#endif
public var encoderCLSID: CLSID {
kind.encoderCLSID
}
Expand All @@ -223,9 +220,6 @@ extension AttachableImageFormat {
/// @Metadata {
/// @Available(Swift, introduced: 6.3)
/// }
#if compiler(>=6.3) && !SWT_FIXED_84466
@_spi(_)
#endif
public init(encoderCLSID: CLSID, encodingQuality: Float = 1.0) {
let encoderCLSID = CLSID.Wrapper(encoderCLSID)
let kind: Kind = if encoderCLSID == CLSID.Wrapper(CLSID_WICPngEncoder) {
Expand Down
Loading