Page 1 of 1

Some JPGs don't show thumbs.

Posted: 03 Nov 2018 16:45
by eil
since like 2 month i noticed sometimes images saved from same page, same .jpg format, don't get thumbs and show "Cannot decode' for Hover box, though files are fine, normally open in XnView. i don't think it's an XY bug, but what's that? did anybody experience smt similar?
just to be sure i didn't miss some "new jpg" variant, installed last SageThumbs - didn't help.

Re: Some JPGs don't show thumbs.

Posted: 04 Nov 2018 16:08
by eil
found out that it has smt to do with browsers: last Opera saves some jpgs so that XY "cant decode", while Firefox saves fine.

Re: Some JPGs don't show thumbs.

Posted: 06 Nov 2018 09:51
by admin
Can you attach them here?

Re: Some JPGs don't show thumbs.

Posted: 07 Nov 2018 01:10
by eil
the funny thing is that forum doesn't allow to upload such images. :veryconfused:

Code: Select all

Error
It was not possible to determine the dimensions of the image. Please verify that the URL you entered is correct.

Re: Some JPGs don't show thumbs.

Posted: 07 Nov 2018 08:33
by RalphM
Then zip them first...

Re: Some JPGs don't show thumbs.

Posted: 07 Nov 2018 16:54
by eil
@RalphM good hint, my bad.

Re: Some JPGs don't show thumbs.

Posted: 07 Nov 2018 17:22
by admin
These are not JPGs but WEBP. Chrome can show them, but File Explorer or XYplorer cannot. Need a preview handler.

BTW, WebP is amazing. Incredibly small file sizes. :tup:

Re: Some JPGs don't show thumbs.

Posted: 07 Nov 2018 17:46
by eil
i had some thoughts about it may be other format and noticed smaller size.. but why Chrome saves some files as .webp especially with .jpg extension, while Firefox saves them as normal .jpg?! i mean it's one and the same page.
is there a way to add this handler, or there is no solution for now?

Re: Some JPGs don't show thumbs.

Posted: 07 Nov 2018 17:53
by admin
I don't know any solution. Chrome probably does not need a handler but does the trick natively.

Re: Some JPGs don't show thumbs.

Posted: 08 Nov 2018 03:01
by jupe
Installing the WebP codec should work (edit: I downloaded your sample images, it does work, even while they have the jpg extension) :

https://codecpack.co/download/WebP-Code ... ndows.html

Re: Some JPGs don't show thumbs.

Posted: 08 Nov 2018 09:27
by admin
Great! Confirmed for Win8.1. Works without a reboot. Installs these files:

C:\Program Files\WebP Codec\WebpWICCodec.dll
C:\Program Files (x86)\WebP Codec\WebpWICCodec.dll

(both are: Copyright (c) 2010, Google Inc. All rights reserved.)

and 2 sample files.



Strangely it's not seen by

Code: Select all

text get("previewhandler", "webp");

Re: Some JPGs don't show thumbs.

Posted: 09 Nov 2018 13:56
by eil
jupe wrote: 08 Nov 2018 03:01 Installing the WebP codec should work (edit: I downloaded your sample images, it does work, even while they have the jpg extension) :

https://codecpack.co/download/WebP-Code ... ndows.html
win 7 x64 installation of codec didn't change situation. :?

Re: Some JPGs don't show thumbs.

Posted: 09 Nov 2018 16:00
by admin
Weird. According to their docs it should work on Win7.