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
it would be great to receive the size as an property when calling sharp().metadata(). The advantage would be that one doesn't have to work on buffers and can instead get the size by using just the stream.
The text was updated successfully, but these errors were encountered:
It would be great if one doesn't have to call
toBuffer()
to gather information about an image size.Instead of doing something like that:
it would be great to receive the size as an property when calling
sharp().metadata()
. The advantage would be that one doesn't have to work on buffers and can instead get the size by using just the stream.The text was updated successfully, but these errors were encountered: