Allow PNG and WebP tile-based output in addition to JPEG (#622)

This commit is contained in:
Patrick Paskaris
2016-11-13 15:36:43 -05:00
committed by Lovell Fuller
parent 6b426014ad
commit bc84d1e47a
5 changed files with 179 additions and 2 deletions

View File

@@ -102,6 +102,7 @@ struct PipelineBaton {
int tileOverlap;
VipsForeignDzContainer tileContainer;
VipsForeignDzLayout tileLayout;
std::string tileFormat;
PipelineBaton():
input(nullptr),