AVIF animation vs. FireFox.

AVIF vs FireFox Title.

Quick blog article about the subject of animated images.

When designing my web-ring integration in the cellar door. We noticed something when our cron.job went to work by converting old standards of jpg png and gifs into newer standards. Simply put it stopped firefox from processing animations.

The short story is, that Firefox is aware of it. Here’s the bug report. 2 years since the report. Not much progress.  Read on if you want to know more.

Read more

Nginx and the Image format wars.

NGINX - Image Wars

We’ve talked about the videos, we’ve talked about the images. Now we talk about the web server, Nginx.

In this entry, we’re going to get crazy technical with how we deploy all of these new image formats that are being introduced in what feels like “The Great Video/Image War” to finally put GIFs, JPEGs, PNGs, and MP4s to bed. But instead, we’re going to talk about a section that seems skipped a lot. How do we actually implement these new formats? Because if we do a review on an image format, it’s good. Then as bloggers, it would be hypocritical to not apply these formats to our site. It however opens up questions. How do we maintain the security of our readers while at the same time giving them the very best image with the lowest bandwidth conceivable? Thankfully since we have a VPS a lot of the encoding is handled via CRON. While a lot of the deciding factors of which browser gets served and what file are all in the hands of NGINX web daemon.

Read on if you want to know more.

Read more