immagine icon indicating copy to clipboard operation
immagine copied to clipboard

Service that serves images and resize them if need be.

Results 8 immagine issues
Sort by recently updated
recently updated
newest added

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...

We really need a history file!

enhancement

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...

enhancement

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.

enhancement

http://12factor.net/config

enhancement

At the moment this can only be set via a request header - it'd be good to tweak this via a URL.

enhancement

i.e. make it so that any folder/path can be considered private and non-cacheable.

enhancement

Not everyone will want this... Especially in test/dev.

enhancement