How to convert AVIF to JPG?

I downloaded some images from the internet. They are in AVIF format and I cannot open them on any software to convert them to JPG. I need to convert them to JPG so that they can load on devices that do not support AVIF image format. How do I convert AVIF image to JPG?

To force convert an image from AVIF to JPG you can simply add the f-jpg parameter to the image URL for force the image to JPG format. You can then load it directly on any website or app.

This is a AVIF Image URL

https://ik.imagekit.io/ikmedia/docs_images/Community/bouquet.avif

You can force it to JPG file format like this

https://ik.imagekit.io/ikmedia/docs_images/Community/bouquet.avif?tr=f-jpg

If this parameter is not added, but you turn on automatic format optimization for images in ImageKit, we would automatically convert the input AVIF image to a suitable format like JPG (if it does not contain transparency), or PNG (if the input image contains transparency). This ensures that your images are always loaded correctly on each device and are viewable by the user.