vincent-peugnet / wcms

⧉ light-weight, experimental CMS where you use link to think and publish ideas by creating poly-form site
http://w.club1.fr
GNU Affero General Public License v3.0
18 stars 3 forks source link

batch image resizer from web UI #296

Open vincent-peugnet opened 1 year ago

vincent-peugnet commented 1 year ago

In Media view, use edit menu to resize a selection images.

settings:

Using PHP image magick extension https://www.php.net/manual/en/imagick.adaptiveresizeimage.php

check if the extensions is installed, if not, remove the setting and let the user see a message explaining the situation.

vincent-peugnet commented 1 month ago

To start, I would just add a simple button that do the equivalent of:

convert image.jpg -resize 50% image.jpg