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
Hi thanks for making this available. Jimp is able to load URL for image sources so I 'm wondering why you made your library require file for source image. I hacked your code and got it to work with URL (by removing some of the file checks) but not good for a pull request. There is a Jimp issue with getExtension but while saving the suffix does not seem to matter and it works.
The text was updated successfully, but these errors were encountered:
To be honest, the file requirement is here for historical reasons. I only recently refactored the code to use jimp. I'm certainly happy to support a URL-based source image.
For me personally, the use-case is "here is a directory with a few hundred images, I'd like thumbnails for all of them, please".
Hi thanks for making this available. Jimp is able to load URL for image sources so I 'm wondering why you made your library require file for source image. I hacked your code and got it to work with URL (by removing some of the file checks) but not good for a pull request. There is a Jimp issue with
getExtension
but while saving the suffix does not seem to matter and it works.The text was updated successfully, but these errors were encountered: