-
-
Notifications
You must be signed in to change notification settings - Fork 263
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
Update git URL for stb #117
Conversation
@roboticswithamir can you try using the new |
@prabhuomkar |
@roboticswithamir i checked the comments of the code and I can see following guide to port to new APIs: https://github.com/nothings/stb/blob/master/stb_image_resize2.h#L19-L23
|
As @prabhuomkar mentioned, updating to
Also, thanks for bringing this issue to our attention @roboticswithamir ! |
@roboticswithamir looking forward to the updated PR so that we can get it merged at earliest. Thanks. |
I've added a new commit and the PR is updated. It's working fine now. |
STBIR_RGBA replaced with static_cast<stbir_pixel_layout>(depth)
Description of the change
stb library link needs to be updated as the old URL is nonexistent for stb_image_resize.h