
But also of course because it is a free extension. More so then the commercial extension I will discuss hereafter. This is a free extension and is fairly popular at Magento Commerce. Magento Free Extension Compress JPEG and PNG Images
#Gifsicle opitmiztion for free
Been an OSX user for a while but this tools is for free and runs on Windows.
Great option if you don’t want to deal with online tools, command lines tools or do not want to pay for a good extension.Īs for Windows, RIOT pops up in my mind. I could mention others, but this is a great free tool that deals with most common image types. There are programs for your Mac to optimize images before you upload them to your Magento installation. Have not used the one for gifs myself as most images I upload are either pngs or jpegs. There is also PNGCrush as an alternative for OPtiPNG. These can be installed on any operating system.
GIF Images: Using GIFSicle: gifsicle -batch -optimize=3 media/catalog/product/*.gifĪs you can see OptiPNG, JPEGTran and GIFSicle are used. JPEG Images: Using JPEGTran: find media/catalog/product/ -name "*.jpg" -type f -exec jpegtran -copy none -optimize -outfile \. PNG Images: Using OptiPNG: optipng -o7 -strip all media/catalog/product/*.png. I will cite some commands I have used and that are mentioned there: There is a Stack Exchange Magento thread on it here . These tools can be used for any CMS so will work for Magento, WordPress and so on. There are several command line tools for Magento Image Optimization in bulk they can be installed on your Mac, PC or Linux box with relative ease. Others are just regular image compressions slash optimization tools. Some tools are specifically made for Magento and are mostly Extensions running inside Magento. There are many tools for Magento Image Optimization. There are certain tools to make sure your images look good and are web ready. When you are working with images in Magento you have to keep in mind that images take up space and can potentially slow down your website a lot due to their size.