Does the ImageEn library have a simplified method to register/associating my app for a new image type file extension in the system (e.g. .MyExt)? So that when I double-click a file MyFile.MyExt in Windows File Explorer my app is automatically started and the file MyFile.MyExt loaded in my app by CommandLine.
Everytime my app starts it should check whether it is registered for .MyExt files. If it is not registered then it should re-register.
The .MyExt file extension should be a PSEUDO image format, meaning that in reality, the file could be a .png or .jpg or .gif file etc. but it will always be loaded in ImageEnView in my app.
Also, the .MyExt files must appear as Image THUMBNAILS in File Explorer's Thumbnail View.