I am Using a Extension to Optimize Images for Magento . Extension Need to Install gifsicle, jpegtran, and optipng to my Server But i don't know how i will Install & get exact path where installed . Anyone help me to Do this
Asked
Active
Viewed 6,863 times
2 Answers
12
If it's Ubuntu or Debian, this should work
apt-get update
apt-get install libjpeg-progs
apt-get install gifsicle
apt-get install optipng

mustafa
- 3,605
- 7
- 34
- 56
-
1`jpegtran` can be provided also by `libjpeg-turbo-progs` – Csaba Toth Oct 22 '19 at 16:32
-
For parametrization of these commands there's an example here: https://cloudinary.com/blog/image_optimization_expert_roundup – Csaba Toth Oct 22 '19 at 16:34
0
I installed jpegtran on CentOS 7. I find below links are related to your problem. Are you looking for something like that ?