forked from leftypol/leftypol
ThumbGenerator.php: caller provides mime
This commit is contained in:
parent
5eb9bb9a31
commit
a9c98a61ed
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@ interface ThumbGenerator {
|
||||||
* @param int $max_height
|
* @param int $max_height
|
||||||
* @return ThumbGenerationResult
|
* @return ThumbGenerationResult
|
||||||
*/
|
*/
|
||||||
public function generateThumb(string $source_file_path, string $preferred_out_file_path, int $max_width, int $max_height): ThumbGenerationResult;
|
public function generateThumb(string $source_file_path, string $source_file_mime, string $preferred_out_file_path, int $max_width, int $max_height): ThumbGenerationResult;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue