decided to get QTM as I was told you can bulk upload images (I upload collections and people keep asking for me to upload thumbnail views for all videos not just a few)
which you can but you still have to manually add them one at a time :(.
Please can the Add Picture button be changed to Add Picture(s) and the resulting dialog be set to multiple files = true, these can then be handled with a foreach loop like
C#.NET Example
foreach (string file in dlgPictures.files)
{
Ā //do current add image code
}