Interesting #emacs #orgmode thing I tried that works: you can put inline images into table cells.
This is of limited use with native org tables, since you can't have multiple lines per cell, which means you can't add any CAPTION or ATTR_HTML data, but I'm tinkering with the idea of an old-school contact sheet-style workflow in org mode, something along the lines of:
generate a table of thumbnails from some list of image files
write some kind of "reject image in current cell" function (I don't actually know if there are org-table apis that would support this? Maybe it could be run via inline button after the image?) function
write some other "do stuff with remaining images" function that you can run when you're done weeding through photos
