I would like to get a fine control on the quality of my product images. In others terms, I’d like not to use GD to compress my pictures.
Today I upload images in jpg 100% and I already setted the quality to something better than the default value (in lib/Varien/Image/Adapter/Gd2.php) but the result is not good for all image types (depending on the size, product, ...).
I would like to disable the Gd2 processing in the image caching system to replace it by a simple file copy ... in order to avoid any processing and keep a “human validated” quality
Can you unload the GD module from the server? If that’s possible and practical (no other projects need it) then do it and search for my post about “gd got you down?” That post will show you how to compensate for a missing GD extension and use the regular images that you’ve uploaded.
I’d like to sort out the default image compression. I’m a strong believer that good images sell more products… GD2 settings currently dont cut the mustard!