What’s the difference between GtkImage and GtkPicture in GTK4? which one is the right choice?
Use GtkImage if you want to display a fixed-size icon and GtkPicture if you want to display a (maybe) scaled picture.
GtkImage
GtkPicture