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
I wanted to share this for others having this problem, or for @lilith who may find another better way to solve this, also in light of the much anticipated ImageFlow.
We make a Plugin for DNN called 2sxc. It is actually a bundle of plugins, one of which is a DNN wrapper containing the resizer. The latest version of the wrapper now automatically enables WebP support.
When we got done developing it, we deployed it on various servers - some of which worked, and others simply failed. After many hours of research we found 2 issues - here's #1 (see 2nd here):
WebP Requires the Web Server to have C Redistributables installed
You can get them here but this was very difficult for us to figure out (no useful errors) and on some of our "cleaner" servers this was missing.
It also feels like "nasty overhead" just to get another image format to work.
How to resolve: not really sure, but it would surely help if the libwebp.dll either contained all it's dependencies, or was a .net library. The .net library would also be better because of the second issue I'll describe next.
The text was updated successfully, but these errors were encountered:
I wanted to share this for others having this problem, or for @lilith who may find another better way to solve this, also in light of the much anticipated ImageFlow.
We make a Plugin for DNN called 2sxc. It is actually a bundle of plugins, one of which is a DNN wrapper containing the resizer. The latest version of the wrapper now automatically enables WebP support.
When we got done developing it, we deployed it on various servers - some of which worked, and others simply failed. After many hours of research we found 2 issues - here's #1 (see 2nd here):
WebP Requires the Web Server to have C Redistributables installed
You can get them here but this was very difficult for us to figure out (no useful errors) and on some of our "cleaner" servers this was missing.
It also feels like "nasty overhead" just to get another image format to work.
How to resolve: not really sure, but it would surely help if the libwebp.dll either contained all it's dependencies, or was a .net library. The .net library would also be better because of the second issue I'll describe next.
The text was updated successfully, but these errors were encountered: