Fixed image actor not working in batch mode and not loading session config
The image actor was not loading sessions properly due to missing group statements in the load functionality.
Also the image actor was crashing Met.3D due to image being uploaded before GL context is initialized. Resolved by checking whether it is initialized, and uploading the image in the initializeActorResources()
step of the loading pipeline.
Fixes #466 (closed).