mozilla / page-metadata-service

DEPRECATED - A RESTful service that returns the metadata about a given URL.
Mozilla Public License 2.0
19 stars 8 forks source link

Return actual image dimensions fixes #89 #109

Closed jaredlockhart closed 7 years ago

pdehaan commented 7 years ago

Not sure if you'll need to use the fastimage.threshold(-1); hack from https://github.com/mozilla/page-metadata-service/issues/89#issuecomment-243931889

I was finding that some images weren't returning dimensions without it, but I think there is a performance cost to using it.

sarracini commented 7 years ago

R+!