Add gravity support to embed feature (#1038)

This commit is contained in:
Kenric D'Souza
2017-12-13 00:59:16 +05:30
committed by Lovell Fuller
parent 1d7a0ea99e
commit 927b77700d
28 changed files with 426 additions and 7 deletions

View File

@@ -62,6 +62,7 @@ struct PipelineBaton {
int channels;
Canvas canvas;
int crop;
int embed;
bool hasCropOffset;
int cropOffsetLeft;
int cropOffsetTop;
@@ -145,6 +146,7 @@ struct PipelineBaton {
channels(0),
canvas(Canvas::CROP),
crop(0),
embed(0),
hasCropOffset(false),
cropOffsetLeft(0),
cropOffsetTop(0),