http://www.perlmonks.org?node_id=1008909


in reply to Re^3: Best way to parse/evaluate HTML page contents for apparent image size
in thread Best way to parse/evaluate HTML page contents for apparent image size

Yes, it looks like $mech->element_coordinates( $element ) will do precisely what I need. A series of arithmetic operations should quickly give me actual rendered image size, thank you.

In absence of someone saying 'ah, but this module is better' or 'that module is pure perl', I'm planning on going this route.