Imager X Imgix Download Transformer
A transformer for Imager X that uses Imgix for transforms, but stores the transformed images locally.
This plugin is a hybrid between the default craft
transformer that uses GD or Imagick to generate image transforms locally on the server, and the imgix
transformer that uses Imgix. It uses Imgix to transform the image, but downloads and stores the image locally on the server.
Why not just use imgix
? Saves you some $$$.
Why not just use craft
? Saves you a lot of CPU cycles and memory, and you're not limited by your server configuration.
Already using imgix
? Just install the plugin, change the config to use the imgixdownload
transformer and you're good to go!
Want to stop using imgixdownload
after a while? Just remove it and change back to the craft
transformer, all your transformed files will still be in the cache, ready to go.
To install this plugin, copy the command above to your terminal.
This plugin doesn't have any reviews.