We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43144ef commit 1280e18Copy full SHA for 1280e18
Sources/ATProtoKit/Utilities/ATImageProcessing.swift
@@ -194,7 +194,7 @@ public extension ATImageProcessable {
194
throw ATImageProcessingError.unableToResizeImage
195
}
196
197
- internal func stripMetadata(from image: ATImage) -> ATImage? {
+ func stripMetadata(from image: ATImage) -> ATImage? {
198
guard let tiffRepresentation = image.tiffRepresentation,
199
let source = CGImageSourceCreateWithData(tiffRepresentation as CFData, nil) else {
200
return nil
0 commit comments