Added ability to choose between resolution modulus
This commit is contained in:
parent
59eb6f3541
commit
cb51cfafb3
1 changed files with 2 additions and 0 deletions
|
|
@ -33,4 +33,6 @@ interface Resizable extends VideoInterface
|
|||
* @return Dimension A dimension
|
||||
*/
|
||||
public function getComputedDimensions($originalWidth, $originalHeight);
|
||||
|
||||
public function getModulus();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue