media-experiments
media-experiments copied to clipboard
WordPress media experiments
If we'd want to bundle the script with the project, then we might need to find a GPL 2.0 compatible alternative, to `libheif-js` See https://www.gnu.org/licenses/gpl-faq.html#GPLStaticVsDynamic and https://www.gnu.org/licenses/gpl-faq.html#LGPLStaticVsDynamic
From https://github.com/WordPress/performance/issues/1217 [ThumbHash](https://evanw.github.io/thumbhash/) is similar to [BlurHash](https://github.com/woltapp/blurhash) but with the following advantages: * Encodes more detail in the same space * Also encodes the **aspect ratio** * Gives more accurate...
Bumps the wp-packages group with 24 updates: | Package | From | To | | --- | --- | --- | | [@wordpress/dependency-extraction-webpack-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dependency-extraction-webpack-plugin) | `5.8.0` | `5.9.0` | | [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env)...
If `vips.worker.js` is strongly cached in the browser there can be issues. Investigate how to best clear that cache.
Like the Gutenberg one, showing where to find settings, demoing some cool possibilities It will only show once for new users, and hidden afterwards. https://github.com/WordPress/gutenberg/blob/7e5131621c48d21410e5eb1d65ab2e2a59a6df46/packages/edit-post/src/components/welcome-guide/index.js https://github.com/WordPress/gutenberg/blob/7e5131621c48d21410e5eb1d65ab2e2a59a6df46/packages/edit-post/src/index.native.js#L29 Probably don't need a...
Generating subtitles & optimizing an existing image are very similar in that ideally we add an item to the queue without having a file at the beginning. The file only...
Noticed while working on #465: Example: The WebP version should not have a `-scaled` suffix. Especially not a double suffix. It should use the original file name as a basis.
OCR
PDF.js could be combined with https://tesseract.projectnaptha.com/ to do OCR on uploaded PDFs. Just needs a good use case. Apparently the underlying Tesseract models haven't been updated in a while, so...