Both, the official racket tutorial and the book, "Realm of Racket" suggest using Dr. Racket to load and define images in Racket.
I however am using Geiser (racket-repl) with Emacs. I define images using the
(make-object bitmap% (image-location))
function.
Is this the best way to load an image? Or are there more efficient and easy ways? I ask because I was confronted with this problem.