summaryrefslogtreecommitdiff
path: root/src/lib/imagemagick_content.h
blob: 0dd5baba8e2c6567553a67635f8079da958faffc (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "video_content.h"

class ImageMagickContent : public VideoContent
{
public:
	ImageMagickContent (boost::filesystem::path);

	std::string summary () const;

	static bool valid_file (boost::filesystem::path);
};