image

using Makie

 vbox(
     image(AbstractPlotting.logo(), scale_plot = false),
     image(rand(100, 500), scale_plot = false),
 )