You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the extension requires getHeight() and getWidth(), which is only implemented by FalImage. Probably an Interface makes sense to differentiate the image implementations.
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
The text was updated successfully, but these errors were encountered: