FLIF support?
Moderators: XnTriq, helmut, xnview
-
- Author of XnView
- Posts: 44451
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
- Posts: 43
- Joined: Thu Dec 27, 2012 8:04 pm
Re: FLIF support?
thanks, it does work nicely.
XnView v2.36 (LIBFORMAT v6.88) 04/29/2016:
* FLIF format added
/edit: what settings are used for encoding? it seems, none, or better, the default?
-
- Posts: 141
- Joined: Fri Dec 30, 2011 7:08 pm
Re: FLIF support?
With XnViewMP it isn't working. Can you check it?
-
- Posts: 96
- Joined: Tue Sep 30, 2014 6:55 am
Re: FLIF support?
It doesn't for me using the latest and greatest "full" setup, obviously FLIF isn't included: http://newsgroup.xnview.com/viewtopic.p ... if#p131991heimaki wrote:thanks, it does work nicely.
XnView v2.36 (LIBFORMAT v6.88) 04/29/2016:
* FLIF format added
Where/How do I get the famous XnView with the announced libformat that does support FLIF? Thanks for any help, this is really very confusing to a simple user like me
Edit: The other possibility that XnView Classic refuses to cooperate with my flif files is that I've converted them with the latest 0.2 version (https://github.com/FLIF-hub/FLIF/releases), but maybe that's incompatible with the lib inside XnView? Doh.
-
- Moderator & Librarian
- Posts: 6366
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
Re: FLIF support?
It seems that XnView relies on libflif.dll for reading and writing the format. For some reason, this file is not included in the downloads for XnView Classic, but it comes with XnView MP. I was hoping that copying the DLL to the Plugins folder of v2.36 would allow me to open business_man_clipped.flif, but that didn't work.
Then Google told me about the following thread:
Then Google told me about the following thread:
load (Encode's Forum » [url=http://www.encode.ru/threads/2321?p=47861#post47861]FLIF - Free Lossless Image Format[/url]) wrote:good news, got it working.
there were warnings when i compiled the x86 without SSE, but it still worked in xnview. however, here's a bunch of compiles (newest code from git)
- x64
- x86 SSE
- x86 SSE2
- x86 SSE3
just throw the libflif.dll into the xnview plugin folder, xnview can now read AND save FLIF files.
wow, although only one test file:
Code: Select all
test.webp 4'356'404 test.png 5'639'434 test.flif 2'874'966
- Cloudinary Blog
- VirusTotal
- Scan report for FLIF_ca72a18.rar
-
- Author of XnView
- Posts: 44451
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: FLIF support?
it seems that flif format has changed, here is the lastest flif dllMarsu42 wrote: Edit: The other possibility that XnView Classic refuses to cooperate with my flif files is that I've converted them with the latest 0.2 version (https://github.com/FLIF-hub/FLIF/releases), but maybe that's incompatible with the lib inside XnView? Doh.
Pierre.
-
- Posts: 141
- Joined: Fri Dec 30, 2011 7:08 pm
Re: FLIF support?
The dll doesn't work.
I'm using x64 version of XNView MP.
I have downloaded the x64 dll also and it doesn't work.
Anything else I need to do?
I'm using x64 version of XNView MP.
I have downloaded the x64 dll also and it doesn't work.
Anything else I need to do?
-
- Posts: 96
- Joined: Tue Sep 30, 2014 6:55 am
Re: FLIF support?
Sure, just ask good ol' Marsu ... http://newsgroup.xnview.com/viewtopic.p ... 88#p134792CreativeWorld wrote:Anything else I need to do?
-
- Posts: 141
- Joined: Fri Dec 30, 2011 7:08 pm
Re: FLIF support?
Thank. It shows some pictures but for all pictures I convert with the current
UGUI_FLIF_0.3.5-win.zip, I get error messages. Again a new file format?
UGUI_FLIF_0.3.5-win.zip, I get error messages. Again a new file format?
-
- Posts: 43
- Joined: Thu Dec 27, 2012 8:04 pm
Re: FLIF support?
FLIF in UGUI_FLIF_0.3.5 is completely outdated.
personally, as a total commander user, i would just place a button in the toolbar and use something similar like
this should work in other file managers too, with some modifications maybe.
or why not use nconvert? it can handle a lot more file formats as input...
something like
nconvert can even do a lot more... check the help.
personally, as a total commander user, i would just place a button in the toolbar and use something similar like
as parameter. that way you can always use the latest flif.exe-e %P%N %T%O.flif
this should work in other file managers too, with some modifications maybe.
or why not use nconvert? it can handle a lot more file formats as input...
something like
will convert all .jpg's in the current directory into flif. or you can again use nconvert in total commander such asnconvert -out flif *.jpg
-out flif -o %T%O %P%N
nconvert can even do a lot more... check the help.
-
- Posts: 141
- Joined: Fri Dec 30, 2011 7:08 pm
Re: FLIF support?
Good to know. It's the newest version available on the FLIF website.
So I expected it to be the best version.
So I expected it to be the best version.
-
- Posts: 43
- Joined: Thu Dec 27, 2012 8:04 pm
Re: FLIF support?
flif seems to be completely broken in xnview 2.37
it saves only part of the file. these still work:
http://newsgroup.xnview.com/viewtopic.p ... 88#p134792
see EDIT 3: http://encode.ru/threads/2321-FLIF-Free ... #post50489
it saves only part of the file. these still work:
http://newsgroup.xnview.com/viewtopic.p ... 88#p134792
see EDIT 3: http://encode.ru/threads/2321-FLIF-Free ... #post50489
-
- Author of XnView
- Posts: 44451
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: FLIF support?
Right, the plugin is not the good one, please use this oneheimaki wrote:flif seems to be completely broken in xnview 2.37
it saves only part of the file. these still work:
http://newsgroup.xnview.com/viewtopic.p ... 88#p134792
see EDIT 3: http://encode.ru/threads/2321-FLIF-Free ... #post50489
Pierre.