Skip to content

Commit

Permalink
Move ATImageProcessingError
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterJ93 committed Mar 12, 2024
1 parent e4404e9 commit 139753f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Sources/ATProtoKit/Utilities/ATImageProcessing.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ protocol ImageProtocol {
func loadImageData(from imagePath: String) -> Self?
}

/// An error type related to ``ATImageProcessable``..
enum ATImageProcessingError: Error {
/// The image's file size can't be lowered any further to fit the target file size.
case unableToResizeImage
}


/// Provides a standardized approach to processing images for uploading to servers that interact with the AT Protocol.
///
/// This protocol aids in the conversion of images into an ``ImageQuery`` (which is used to give all of the necessary information
Expand Down

0 comments on commit 139753f

Please sign in to comment.