immagine
immagine copied to clipboard
Service that serves images and resize them if need be.
In the feature test context we currently supply the following `width` def: https://github.com/springernature/immagine/blob/master/spec/features/spec_helper.rb#L28 It may be possible to get the image width with something a bit more Capybara-DSL-y, and less...
At the moment we just read files off disk. What would be great is to have immagine totally manage the lifecycle of an image - i.e. upload, store, render. This...
At the moment we don't handle cache invalidation at all as we're just reading blindly off the filesystem... We really need to come up with a plan for this.
At the moment this can only be set via a request header - it'd be good to tweak this via a URL.
i.e. make it so that any folder/path can be considered private and non-cacheable.
Not everyone will want this... Especially in test/dev.