christophlehmann / imageoptimizer

TYPO3 Extension for lossless image optimization with binaries of your choice.
43 stars 22 forks source link

Add Menu entry in file list to optimize already existing images #32

Closed kaystrobach closed 5 years ago

kaystrobach commented 5 years ago

Make it possible to optimize images already registerd in FAL.

use case:

vision:

christophlehmann commented 5 years ago

You can use something like find fileadmin -name "*.jpg" -exec jpegoptim --strip-all -q -p {} + to post-process old images

kaystrobach commented 5 years ago

I know ... but this would require an fal rescan afterwards

christophlehmann commented 5 years ago

That's okay. PRs are welcome.