-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replace jimp
with sharp
, support more image format, and better performance
#35
Conversation
Maybe conflict with prev-pr, if so, i will fix them one by one. |
how many channels each pixel of this format as ? is it possible to represent them as simple RGBA ? or you need to make another convert note : the first layer need at least 3 channels also keep in mind the playground UI uploader doesn't support these types |
At last, all image will be to But it does need more test case, I'll add it later, ui I will also take a look |
ok, I will do more test |
Except for the some test code https://github.com/luoye-fe/node-efficientnet/blob/sharp_test/test.ts From some efficientnet article, preprocess input action is only |
the haic result look very strange , i took the operation procedure from this repo |
merge upstream & reopen. |
Sometimes need to analyze svg or webp file, but
jimp
not support.