First, many thanks for XnView MP, a very cool software.
I'm trying to decode QRcode from .jpg or .png files. I added, inside XNV, a right clic -> open with ... and did a .bat file that invokes zbarimg.exe
@echo off
"C:\Program Files (x86)\ZBar\bin\zbarimg.exe" "%~1"
pause
I was planning to do a plugin but i'm unable to find doc about this step.
As a workaround, perhaps an icon with the ability to call my .bat would be enough, the goal is to avoid the right clic step (although i notice the Alt + 1 shortcut, very convenient).
Thank you VM