Php if, elseif, else
<?php if (is_page( 007 ) ) { ?>
<img src="/wp-content/themes/filename/library/images/image.png" alt="text" width="265" height="221" align="center" />
<?php } elseif (is_page( 123 ) ) { ?>
<img src="/wp-content/uploads/2016/06/image.jpg" alt="" width="75%" height="auto" align="center" />
<?php } else { ?>
<img class="alignleft size-full wp-image-14" src="/wp-content/uploads/2015/02/image.png">
<?php } ?>