SRGB and UI menu

I want to display some sRGB jpgs and pngs for my menu system. Can someone explain how I go about setting up Unity for such a task? Or is it built in?

Btw I’m new to Unity.

Thanks,

Ron jr.

Add a canvas, and and inside the canvas, and an Image (UI->Image).
When you look in the inspector, you will see a field where you can copy your image into that.

Prior to that, just drag your jpg/png into the project (from there you’ll assign it).