1 | <?php |
||
9 | class FileSizeOptimizedWidthCalculator implements WidthCalculator |
||
10 | { |
||
11 | public function calculateWidthsFromFile(string $imagePath): Collection |
||
21 | |||
22 | public function calculateWidths(int $fileSize, int $width, int $height): Collection |
||
46 | |||
47 | protected function finishedCalculating(int $predictedFileSize, int $newWidth): bool |
||
59 | } |
||
60 |