I'm exploring the possibility of developing a custom plugin for XnView MP that would extend the batch processing capabilities with additional logic (e.g., conditional renaming based on EXIF data, or automatic sorting into folders by dominant image color).
I've gone through the XnView MP documentation but haven't found detailed resources about:
- Is there a public API or SDK for developing XnView MP plugins, especially for batch processing tasks?
- Can XnView MP plugins be written in Python or are they strictly limited to C/C++?
- Is it possible to hook into the batch conversion pipeline to manipulate image metadata or filenames dynamically?
- Are there any sample plugins or templates available to get started?
Thanks in advance for your support!