Hello,
Although we recommend you upgrade to phpdocx 12 to be able to use the descr option and all other new features, if you want to change the source code manually, you need to update the following line in CreateImage.php:
$this->setName($args[0]['src']);
you can set any other value instead of the file path ( $args[0]['src'] ).
Regards.