Open jamescowie opened 10 years ago
Options:
should be a configurable option. Ideally imagemagick with fallback to gd2.
I agree. From doing some basic research Imagemagick looks to perform better than GD so I think the flow show be:
Create a new option in the Simple-Image-Helper configuration screen for "Image Processing" with default to Imagemagick. Or even check on module install if this PHP module is available. ?
Then in the processing code use this module to process the image with the fallback being GD that we know all Magento stores require to operate correctly.
Does anyone want to look at this before I take a look ?
What PHP lib shall we use to resize the images ?