image: doesn't generate other formats on "nuxt generate"

Working with

"@nuxt/image-edge": "^1.0.0-rc.1-28164352.ad7c010",
"nuxt": "^3.6.5",
image: {
    format: ['webp'],
    provider: 'ipx',
    ipx: {
        modifiers: {
            quality: '80',
            format: ['webp']
        }
    }
}

tried on macbook air m2 and netlify builds. The images are transformed but no other formats are generated.

About this issue

  • Original URL
  • State: open
  • Created a year ago
  • Reactions: 2
  • Comments: 25

Most upvoted comments

The original files are never touched. IPX is always creating new ones (even for jpg). (Can’t say how netlify works)

You used <nuxt-picture> to implement the images?

I know that the originals aren’t touched, I’m talking about the output files. Also I used <nuxt-img> https://v1.image.nuxtjs.org/components/nuxt-img#format

Just to make sure you know what I mean - this is being generated (“webp” in the folder name but the images themselves have the original format): image