Skip to content

Handle image sizing for LocalImage, RemoteImage, PlaceholderImage #7

@s2b

Description

@s2b

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions