mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Allow PNG and WebP tile-based output in addition to JPEG (#622)
This commit is contained in:
committed by
Lovell Fuller
parent
6b426014ad
commit
bc84d1e47a
@@ -102,6 +102,7 @@ struct PipelineBaton {
|
||||
int tileOverlap;
|
||||
VipsForeignDzContainer tileContainer;
|
||||
VipsForeignDzLayout tileLayout;
|
||||
std::string tileFormat;
|
||||
|
||||
PipelineBaton():
|
||||
input(nullptr),
|
||||
|
||||
Reference in New Issue
Block a user