Next.js Discord

Discord Forum

NextJS images losing color

Unanswered
Goldstripe sardinella posted this in #help-forum
Open in Discord
Goldstripe sardinellaOP
I am making a website and I noticed that when I use next.js image the images are losing their color when compared to the default <img/>

does anyone else notice this?

7 Replies

Goldstripe sardinellaOP
Top is with <img/> bottom is with <image/>
A couple potential issues that could be at play is that the image I have uses Adobe RGB while AFAIK chrome uses sRGB so maybe during the conversion it looses quality?
IT could also just be compression
or conversion to webp or something like that?