Thanks @martin,
It took a little bit of digging to figure out where the picture viewer is executed from but your suggestion worked.
Keep up the good work man, I look forward to future releases.
For anyone else who wants do this, it is not a simple as I first thought.
The Windows Picture & Fax viewer is not a standalone executable (.exe), it's run from a .dll file.
rundll32.exe C:\WINDOWS\System32\shimgvw.dll,ImageView_Fullscreen path-to-picture
To get WinsCP to open images using the Windows previewer enter the above path (without 'path-to-picture') as the path for the external editor (Where
C:\WINDOWS
is the directory of your Windows installation.) and then move it to the top of the list.
Don't forget to specify all the image file types you want it to open also, remembering that the functionality of the Windows picture viewer is slightly limited and doesn't open files such as Targas etc. Most common web graphics are supported though.