11 #include "imagefiles/SpecialImageFileLoader.h" 21 bool CanLoad(
const std::string& specialType)
const override;
22 std::unique_ptr<CTexture> Load(
const std::string& specialType,
23 const std::string& filePath,
24 unsigned int preferredWidth,
25 unsigned int preferredHeight)
const override;
An interface to load special image files into a texture for display.
Definition: SpecialImageFileLoader.h:26
Definition: Application.h:72
Generates a texture for a thumbnail of a video file, from a frame approx 1/3 into the video...
Definition: VideoGeneratedImageFileLoader.h:18