Manuel Wieser
Manuel Wieser
Yes, that’s a good idea. The README mentions that you have to have ImageMagick enabled, but that might easily be overlooked. Please feel free to open up a pull request.
I personally don't mind the few extra bytes, and WordPress itself is very generous when it comes to storing images. Also you don't have to wait for regeneration of all...
I’m also using the plugin on a page with thousands of images. The regeneration was only necessary once at the beginning. When uploading new pictures the dominant color calculation and...
Okay, you should be able to run the unit tests, if you 1. clone the repo in one of VVV's WordPress installations (e.g. `/srv/www/wordpress-default`) 2. run `bin/install-wp-tests.sh` 3. and run...
This is currently not implemented. I’ll take a look at your PR 🙂
Separate npm modules? Great idea, but then we have to find yet another name! 😄
**Quick Update** There is now a [resemble-image](https://www.npmjs.com/package/resemble-image) package with just the two algorithms. I hope to find some time in the next month or so to open a pull request....
Would we then have to get triangular and parallelogram chunks of the original image?
Sorry, maybe I was thinking too far ahead. If you can calculate the best angle we should also split the image along that axis. Right now we create _n_ rectangles...
Sorry for the late reply. So #23 is not helping, because there's more than one problem in Safari?