I save multiple variations of images and then I am filtering the Image Manager filelist to only show 1 of each kind of them.
When I click "Image Editor" to load the ImageEditorDialog, is it possible to load a different file than the one selected from the list?
For example the list shows:
1_thumb.jpg
2_thumb.jpg
...
but when I select 1_thumb.jpg, and click "Image Editor" I want to load "1_source.jpg" for example (which exists but is not shown in the list).
Is there a function that I can override to do this?