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 e4404e9 commit 139753fCopy full SHA for 139753f
Sources/ATProtoKit/Utilities/ATImageProcessing.swift
@@ -30,13 +30,6 @@ protocol ImageProtocol {
30
func loadImageData(from imagePath: String) -> Self?
31
}
32
33
-/// An error type related to ``ATImageProcessable``..
34
-enum ATImageProcessingError: Error {
35
- /// The image's file size can't be lowered any further to fit the target file size.
36
- case unableToResizeImage
37
-}
38
-
39
40
/// Provides a standardized approach to processing images for uploading to servers that interact with the AT Protocol.
41
///
42
/// This protocol aids in the conversion of images into an ``ImageQuery`` (which is used to give all of the necessary information
0 commit comments