Image viewers requested within XYplorer ?

Discuss and share scripts and script files...
Post Reply
CookieMonster

Image viewers requested within XYplorer ?

Post by CookieMonster »

Is there a way to incorporate a image viewer such as InView or ACDSee into XYplorer to preview images that are not what XYplorer can accept internally ?

RalphM
Posts: 2089
Joined: 27 Jan 2005 23:38
Location: Cairns, Australia

Re: Image viewers requested within XYplorer ?

Post by RalphM »

Sure, you can create as many PFA's for a filetype as you like and the first matching one is used on a dbl-click, while the other ones can be accessed with the PFA toolbar button.
Ralph :)
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)

CookieMonster

Re: Image viewers requested within XYplorer ?

Post by CookieMonster »

What do you mean by PFA's ?
What your saying is I can install ACDSee or InView etc, using a program similar to those mentioned, preview thumbnails in XY of any extension with MDBU ? That would mean that XY would have to silently have a connection with the other program, correct ?

binocular222
Posts: 1423
Joined: 04 Nov 2008 05:35
Location: Win11, Win10, 100% Scaling

Re: Image viewers requested within XYplorer ?

Post by binocular222 »

PFA = Portable File Association, which open specific file type with specific program regardless which default Windows' program is.
Tool > Customize File Association
then have some thing like this:
"Image eye" ani;bmp;gif;ico;jpe;jpeg;jpg;pcx;png;psd;tga;tif;tiff;wmf>E:\4Media\Image Eye\Image Eye.exe

So, Image Eye will open pictures.

XYplorer use Windows Shell to preview pictures (generate thumbnail and MDBU)
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

CookieMonster

Re: Image viewers requested within XYplorer ?

Post by CookieMonster »

XY will use the other program to generate the thumbnails, other the while, MDBU will work. I hope this works :)

CookieMonster

Re: Image viewers requested within XYplorer ?

Post by CookieMonster »

I install XnView, setup PFA with the following path; "XnView" psd;hdr>C:\Program Files(x86)\XnView\xnview.exe\
Not working ?

xman
Posts: 133
Joined: 28 Nov 2009 22:57

Re: Image viewers requested within XYplorer ?

Post by xman »

Remove the backslash at the end:

Code: Select all

"XnView"psd;hdr>C:\Program Files(x86)\XnView\xnview.exe

RalphM
Posts: 2089
Joined: 27 Jan 2005 23:38
Location: Cairns, Australia

Re: Image viewers requested within XYplorer ?

Post by RalphM »

But there's no interconnection between XY and the other programs you start via PFA whatsoever!
It's just an easy way to open other apps with specific filetypes.

So MDBU within XY won't suddenly start working with filetypes it's not able to preview, neither will the thumbs be made availabe, AFAIK.
Ralph :)
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)

CookieMonster

Re: Image viewers requested within XYplorer ?

Post by CookieMonster »

Oh ! There was a misunderstanding :)
Thanks, I'll have to move onto Plan B :)

Post Reply