Any free SVG plugin that works?

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

User avatar
petermad
Power Member
Power Member
Posts: 14809
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Any free SVG plugin that works?

Post by *petermad »

2Usher
There should be an option "Show all" in other viewers
I haven't found that option in IrfanView or XnView MP yet - and Browsers certainly don't seem to have that option either.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
pakosan
Junior Member
Junior Member
Posts: 37
Joined: 2009-01-10, 23:52 UTC

Re: Any free SVG plugin that works?

Post by *pakosan »

Had some time to look a bit more into this.

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"
However, when I try to display an svg file (I have fixed the overflow, btw), [wincmd.ini] becomes the following before crashing TC:

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
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?
User avatar
Gral
Power Member
Power Member
Posts: 1467
Joined: 2005-01-26, 15:12 UTC

Re: Any free SVG plugin that works?

Post by *Gral »

Code: Select all

[ListerPlugins64]
0=P:\totalcmd\plugins\wlx\Imagine\Imagine.wlx64
0_detect="MULTIMEDIA"
This is not valid [ListerPlugins64] section! You add these lines manually, right?

Code: Select all

[ListerPlugins64]
$checksum$=690768480
0=1
1=1
That's how it should be
(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
User avatar
petermad
Power Member
Power Member
Posts: 14809
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Any free SVG plugin that works?

Post by *petermad »

pakosan wrote:Also, I actually do not have a file [Imagine.wlx] yet somehow it works on images
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).


2pakosan - for 64bit TC/Imagine, you only need the 64bit SVG plugin.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
pakosan
Junior Member
Junior Member
Posts: 37
Joined: 2009-01-10, 23:52 UTC

Re: Any free SVG plugin that works?

Post by *pakosan »

Gral wrote: 2023-08-25, 08:08 UTC

Code: Select all

[ListerPlugins64]
0=P:\totalcmd\plugins\wlx\Imagine\Imagine.wlx64
0_detect="MULTIMEDIA"
This is not valid [ListerPlugins64] section! You add these lines manually, right?

Code: Select all

[ListerPlugins64]
$checksum$=690768480
0=1
1=1
That's how it should be
(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
That did it. Thank you very much.
pakosan
Junior Member
Junior Member
Posts: 37
Joined: 2009-01-10, 23:52 UTC

Re: Any free SVG plugin that works?

Post by *pakosan »

Thank you all.
Post Reply