Add centre/center option to tile-based output (#2397)

This commit is contained in:
beig
2020-10-08 10:51:54 +02:00
committed by GitHub
parent 9704ca4c18
commit c213e9878d
7 changed files with 58 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ struct PipelineBaton {
int cropOffsetLeft;
int cropOffsetTop;
bool premultiplied;
bool tileCentre;
std::string kernel;
bool fastShrinkOnLoad;
double tintA;