1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-26 15:24:37 +02:00
This commit is contained in:
Oliver Vogel
2021-10-21 15:10:44 +02:00
parent 8405300cc7
commit 0cf62e5f1d

View File

@@ -11,5 +11,5 @@ interface ImageInterface
public function height(): int; public function height(): int;
public function isAnimated(): bool; public function isAnimated(): bool;
public function greyscale(): ImageInterface; public function greyscale(): ImageInterface;
public function encode(EncoderInterface $encoder): EncodedImage public function encode(EncoderInterface $encoder): EncodedImage;
} }