QR code decode / External program icon

Ideas for improvements and requests for new features in XnView MP

Moderator: xnview

graveen
Posts: 11
Joined: Mon Nov 12, 2018 5:52 pm

QR code decode / External program icon

Post by graveen »

Hello,

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 :)
User avatar
user0
XnThusiast
Posts: 2865
Joined: Sat May 09, 2015 9:37 am

Re: QR code decode / External program icon

Post by user0 »

Settings>Interface>Toolbar