Tuesday, March 5, 2024

Adding WebP preview to dropify.js

My web app uses dropify.js for image uploads. Dropify was last updated 7 years ago on March 19, 2017. I recently updated images from PNG/JPEG to WebP for less memory usage. Although the WebP image format was officially announced by Google on September 30, 2010, I could not preview them with dropify:

To solve this problem, I wrote dropifyPreviewFix.js.

If you want to batch convert your PNG/JPEG files to WebP, you can use convertToWebP.php.

No comments:

Post a Comment