I’ve been a happy CF customer for a number of years. For the last few years, I’ve been using imgix for image compression / resizing / format presentation, because there’s just way too many formats and sizes to manage manually. While I like what imgix does, I’m bothered by the fact that the images are hosted on their CDN. Which means I have to have a number of DNS requests each time a page is called.
To me, a better solution would be to have the images hosted at CF, so I eliminate all these DNS requests.
I’m used to a workflow similar to what ZenCoder does for video files: I have a pickup folder (in this case at AWS), and it monitors the folder. When a file is posted, ZC grabs it, converts it into a number of formats (which I have preconfigured), then sends the pile of files back out to a completed folder which I then just point to using web page coding.
Does anyone have any thoughts or ideas as to a better solution for images as to a third party conversion service that would allow me to push the conversions back to CF?