For anyone else looking for the same thing:
In CreateImage.inc:267
// $this->setName($args[0]['name']);
$this->setName($args[0]['description']);
Then simply add a 'description' key to your params array when you call addImage()
It would be nice to have this in future versions, its a very useful feature that can be done with a line of code.