I've got project in which after document is fully loaded I have to change images src attributes (fix them a little bit).
What I would like to have is the option to check whether all images after thier src attribute is changed are fully loaded so that I can then calculate their height and based on that proceed with my code.
Is this possible ?