I'm using shrine-imgix to easily generate URL with all the necessary parameters.
Occasionally I also want to use
ix_image_tag from the imgix-rails gem to generate image tags. Not for the URL generation, but because it also automatically generates a srcset based on the parameters.
It requires a file path relative to the imgix source, rather than the full URL. Unfortunately it doesn't look like Shrine::Storage::Imgix provides such a method for this.
Should we add one?
Is it something that can be added to shrine-imgix or does it require a change in shrine itself too?