mirror of
https://github.com/lovell/sharp.git
synced 2026-02-05 06:06:18 +01:00
Added Deep Zoom support.
Added OpenSuse 13.1 and 13.2 support in preinstall.sh script. Added OpenSlide support in preinstall script. Added unit tests for Deep Zoom and OpenSlide.
This commit is contained in:
committed by
Lovell Fuller
parent
5240eeb518
commit
2d1e6f2644
@@ -9,7 +9,8 @@ namespace sharp {
|
||||
PNG,
|
||||
WEBP,
|
||||
TIFF,
|
||||
MAGICK
|
||||
MAGICK,
|
||||
DZ
|
||||
};
|
||||
|
||||
// How many tasks are in the queue?
|
||||
@@ -23,6 +24,7 @@ namespace sharp {
|
||||
bool IsPng(std::string const &str);
|
||||
bool IsWebp(std::string const &str);
|
||||
bool IsTiff(std::string const &str);
|
||||
bool IsDz(std::string const &str);
|
||||
|
||||
/*
|
||||
Determine image format of a buffer.
|
||||
|
||||
Reference in New Issue
Block a user