Magic Thumbnails
When Magento creates thumbnails, it places a white background behind the image. This plugin lets you customize the color to the color of your choice. It can also automatically pick an appropriate background color for each image.
When Magento creates thumbnails, it places a white background behind the image. This plugin lets you customize the color to the color of your choice. It can also automatically pick an appropriate background color for each image.
Today a client noticed that his thumbnails were fuzzy/pixelated. Turns out, he uploaded all his product images as GIF’s (a terrible idea). GIF’s don’t scale very well at all… any resizing and they quickly lose their quality. To fix this, I made resize() automatically convert GIF thumbnails to PNG, and the thumbnails looked much better: [...]