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