Support HEIC images in a Rails app using minimagick, a custom Rails Previewer and dropzone.js [Part 2 - Frontend]
7th March 2022Following Part 1 of this series, we'll now have a look at a different use case.…
Following Part 1 of this series, we'll now have a look at a different use case.…
[PART 1 of 2] Working with HEIC files is a challenge. As of today, there is not a single browser that renders HEIC/HEIF files. I had the challenge at work of being able to handle these type of files. I'm working with a Rails 6 app…