ImageUsage
enum ImageUsage : String
The type of model for which an ImageHandler is processing. This defines the size of the thumbnail produced.
-
The image is for a
ForumPost.Declaration
Swift
case forumPost -
The image is for a
TwarrtDeclaration
Swift
case twarrt -
The image is for a
FezPostDeclaration
Swift
case fezPost -
The image is for a
User‘s profile.Declaration
Swift
case userProfile -
The image is for a
DailyTheme.Declaration
Swift
case dailyTheme -
The image is for a
StreamPhoto.Declaration
Swift
case photostream
View on GitHub