I haven't found that option in IrfanView or XnView MP yet - and Browsers certainly don't seem to have that option either.There should be an option "Show all" in other viewers
Any free SVG plugin that works?
Moderators: Hacker, petermad, Stefan2, white
Re: Any free SVG plugin that works?
2Usher
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Any free SVG plugin that works?
Had some time to look a bit more into this.
So I have the following entries in [wincmd.ini]:
However, when I try to display an svg file (I have fixed the overflow, btw), [wincmd.ini] becomes the following before crashing TC:
I am using the 64-bit version of TC.
Also, I actually do not have a file [Imagine.wlx] yet somehow it works on images (e.g., jpeg, png) with both versions 1.1.4 and 1.1.5 of Imagine (there is no 1.1.6 in the 64 downloads of the latest Imagine, zip or exe)
So, could it be a compatibility issue?
So I have the following entries in [wincmd.ini]:
Code: Select all
[ListerPlugins]
0=P:\totalcmd\plugins\wlx\AKFont\AKFont.wlx
0_detect="FORCE | EXT="TTF" | EXT="PFM" | EXT="OTF" | EXT="TTC" | EXT="FON" | EXT="PFB""
1=P:\totalcmd\plugins\wlx\Imagine\Imagine.wlx
1_detect="MULTIMEDIA"
[ListerPlugins64]
0=P:\totalcmd\plugins\wlx\Imagine\Imagine.wlx64
0_detect="MULTIMEDIA"
Code: Select all
[ListerPlugins]
0=P:\totalcmd\plugins\wlx\AKFont\AKFont.wlx
0_detect="FORCE | EXT="TTF" | EXT="PFM" | EXT="OTF" | EXT="TTC" | EXT="FON" | EXT="PFB""
1=P:\totalcmd\plugins\wlx\Imagine\Imagine.wlx
1_detect="MULTIMEDIA"
[ListerPlugins64]
$checksum$=690768480
0=1
1=1
Also, I actually do not have a file [Imagine.wlx] yet somehow it works on images (e.g., jpeg, png) with both versions 1.1.4 and 1.1.5 of Imagine (there is no 1.1.6 in the 64 downloads of the latest Imagine, zip or exe)
So, could it be a compatibility issue?
Re: Any free SVG plugin that works?
Code: Select all
[ListerPlugins64]
0=P:\totalcmd\plugins\wlx\Imagine\Imagine.wlx64
0_detect="MULTIMEDIA"
Code: Select all
[ListerPlugins64]
$checksum$=690768480
0=1
1=1
(there is no 1.1.6 in the 64 downloads of the latest Imagine, zip or exe)

These files are there:
https://www.nyam.pe.kr/dev/imagine/download/x64/Imagine_1.1.6_x64_Unicode.zip
https://www.nyam.pe.kr/dev/imagine/download/x64/setup/Imagine_1.1.6_x64_Unicode.exe
Note, that you need a SVG plugin to display svg files with Imagine!
https://www.nyam.pe.kr/dev/imagine/download/plugin/Imagine_Plugin_SVG_0.0.1.zip
https://www.nyam.pe.kr/dev/imagine/download/plugin/x64/Imagine_Plugin_SVG_x64_0.0.1.zip
Re: Any free SVG plugin that works?
This is by design - TC x64 will automatically look for the corresponding Imagine.wlx64 (this way TC can use the same wincmd.ini file for combined 32bit nad 64bit installation of TC).pakosan wrote:Also, I actually do not have a file [Imagine.wlx] yet somehow it works on images
2pakosan - for 64bit TC/Imagine, you only need the 64bit SVG plugin.Gral wrote:Note, that you need a SVG plugin to display svg files with Imagine!
https://www.nyam.pe.kr/dev/imagine/download/plugin/Imagine_Plugin_SVG_0.0.1.zip
https://www.nyam.pe.kr/dev/imagine/download/plugin/x64/Imagine_Plugin_SVG_x64_0.0.1.zip
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Any free SVG plugin that works?
That did it. Thank you very much.Gral wrote: 2023-08-25, 08:08 UTCThis is not valid [ListerPlugins64] section! You add these lines manually, right?Code: Select all
[ListerPlugins64] 0=P:\totalcmd\plugins\wlx\Imagine\Imagine.wlx64 0_detect="MULTIMEDIA"
That's how it should beCode: Select all
[ListerPlugins64] $checksum$=690768480 0=1 1=1
(there is no 1.1.6 in the 64 downloads of the latest Imagine, zip or exe)![]()
These files are there:
https://www.nyam.pe.kr/dev/imagine/download/x64/Imagine_1.1.6_x64_Unicode.zip
https://www.nyam.pe.kr/dev/imagine/download/x64/setup/Imagine_1.1.6_x64_Unicode.exe
Note, that you need a SVG plugin to display svg files with Imagine!
https://www.nyam.pe.kr/dev/imagine/download/plugin/Imagine_Plugin_SVG_0.0.1.zip
https://www.nyam.pe.kr/dev/imagine/download/plugin/x64/Imagine_Plugin_SVG_x64_0.0.1.zip
Re: Any free SVG plugin that works?
Thank you all.