Skip to content

brian-kephart/avif

Repository files navigation

This repo provides a reproduction of a bug in Active Storage. When creating an AVIF variant of an image, the new blob is assigned the wrong content type. This can be seen in the Network tab of devtools when viewing the image variant.

Note: You will need ImageMagick with the HEIF module installed on your system. To check if you have this installed, run identify -list format and look for AVIF in the first column of output.

  1. git clone https://github.com/brian-kephart/avif.git
  2. cd avif
  3. bundle install
  4. rails db:migrate
  5. rails s
  6. http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published