Currently the extension requires getHeight() and getWidth(), which is only implemented by FalImage. Probably an Interface makes sense to differentiate the image implementations.
LocalImage: https://www.php.net/manual/de/function.getimagesize.php
RemoteImage: doesn't implement interface
PlaceholderImage: tbd
Currently the extension requires getHeight() and getWidth(), which is only implemented by FalImage. Probably an Interface makes sense to differentiate the image implementations.
LocalImage: https://www.php.net/manual/de/function.getimagesize.php
RemoteImage: doesn't implement interface
PlaceholderImage: tbd