19 declare(strict_types=1);
40 public const ID =
"a3c77dec93b5303f4340767b9a445ad591f6025a9ca7edbf24fa8ab23a851eae";
66 return GDEngine::class;
75 $this->definition = $for_definition;
79 foreach ($for_definition->getSizes() as $size) {
80 if (($croped_image = $this->
cropImage($stream, $size)) ===
null) {
97 $quality = $size <= self::FULL_QUALITY_SIZE_THRESHOLD
99 : $this->definition->getQuality();
102 return $this->crop->processStream(
110 )->current()?->getStream();
116 return $this->grey->processStream(
121 $this->definition->getQuality()
123 )->current()?->getStream();
makeGreyScale(FileStream $stream)
const FULL_QUALITY_SIZE_THRESHOLD
dependsOnEngine()
Return the class name of the Engine that is required for this Machine to work.
cropImage(FileStream $stream, int $size)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
processStream(FileInformation $information, FileStream $stream, FlavourDefinition $for_definition)
ilUserProfilePictureDefinition $definition
FileInformation $information
__construct()
FlavourMachines must be able to be created without further dependencies.
trait GdImageToStreamTrait
canHandleDefinition(FlavourDefinition $definition)
Check if a corresponding configuration can be processed by this Machine.
The base interface for all filesystem streams.