fast-image-size icon indicating copy to clipboard operation
fast-image-size copied to clipboard

Use an HTTP client like Guzzle for images where possible

Open marc1706 opened this issue 8 years ago • 2 comments

This should take care of using the correct method for retrieving remote files (e.g. curl vs. fopen functions) as well as enabling the use of seekable streams in types.

marc1706 avatar Oct 30 '16 18:10 marc1706

What about HTTPlug?

jdreesen avatar Oct 30 '16 19:10 jdreesen

I don't think HTTPlug supports seeking through the data and only reading the required parts of remote files.

marc1706 avatar Nov 03 '16 12:11 marc1706