Search found 18 matches

by pokuly
Wed Apr 10, 2024 1:14 pm
Forum: Closed/Resolved
Topic: jpegli - new and clever jpeg encoder
Replies: 35
Views: 13340

Re: jpegli - new and clever jpeg encoder

Nice! Should have spotted that myself.
by pokuly
Tue Apr 09, 2024 2:05 pm
Forum: Closed/Resolved
Topic: jpegli - new and clever jpeg encoder
Replies: 35
Views: 13340

Re: jpegli - new and clever jpeg encoder

Just for my understanding. Why may be the Xnview file bigger?
Here is what i mean. The Xnview file is 200kB bigger but the pure picture data must be the same
since jpegtran creates identical files out of out_cjpegli.jpg and out_Xnview.jpg

original.jpg 100% = 4.314.392 Bytes

cjpegli original.jpg ...
by pokuly
Wed Mar 27, 2024 2:43 pm
Forum: Closed/Resolved
Topic: jpegli - new and clever jpeg encoder
Replies: 35
Views: 13340

Re: jpegli - new and clever jpeg encoder

Yeah, guetzli relies mainly on butteraugli. Jpegli also to some degree. So in some areas the results are similar but with guetzli other areas get blocky where with jpegli it doesn't.
Jpegli seems pretty mature.
by pokuly
Wed Mar 27, 2024 3:35 am
Forum: Closed/Resolved
Topic: jpegli - new and clever jpeg encoder
Replies: 35
Views: 13340

Re: jpegli - new and clever jpeg encoder

I doubt you miss much.
I personaly was surprised when guetzli was new about the idea behind. Unfortunately guetzli sometimes creates blocks and borders that doesn't belong there so i stopped using it.
When i remember right these issues were reported to the devs but not fixed after release because ...
by pokuly
Tue Mar 19, 2024 12:34 am
Forum: Closed/Resolved
Topic: jpegli - new and clever jpeg encoder
Replies: 35
Views: 13340

Re: jpegli - new and clever jpeg encoder

After the plugin installed i restarted XnView MP x64 and then there is "JPG Guetzli JPEG" as option under Save As.
by pokuly
Mon Mar 18, 2024 5:15 pm
Forum: Closed/Resolved
Topic: jpegli - new and clever jpeg encoder
Replies: 35
Views: 13340

Re: jpegli - new and clever jpeg encoder

Guetzli can't do anything but 1x1,1x1,1x1. If the ouput is different it isn't a guetzli file.
by pokuly
Mon Mar 18, 2024 3:39 pm
Forum: Closed/Resolved
Topic: jpegli - new and clever jpeg encoder
Replies: 35
Views: 13340

Re: jpegli - new and clever jpeg encoder

When we are at it.
Saving a jpg file as "JPG - Guetzli" in XnView MP uses the long time the guetzli encoder needs but saves a different file. Guetzli has always sub-sampling 1x1,1x1,1x1 but when i just tried it creates a sub-sampling 2x2,1x1,1x1 file with the size of the default jpg encoder.
by pokuly
Sat Mar 16, 2024 2:29 pm
Forum: Closed/Resolved
Topic: jpegli - new and clever jpeg encoder
Replies: 35
Views: 13340

Re: jpegli - new and clever jpeg encoder

In libjxl v0.10.2 is a cjpegli.exe that produces 100% valid jpg files.
https://github.com/libjxl/libjxl/releases/tag/v0.10.2
The only reason why the produced files may be incompatible is it creates progressive files by default.
Already a year back at an early stage jpegli tested very well and now ...
by pokuly
Tue Mar 12, 2024 2:27 pm
Forum: Closed/Resolved
Topic: jpegli - new and clever jpeg encoder
Replies: 35
Views: 13340

jpegli - new and clever jpeg encoder

There is a new king in town!
jpegli does really well and shows jpeg ain't dead yet. It is fast also.
https://github.com/libjxl/libjxl/tree/main/lib/jpegli

Visual comparisons imho show jpegli more robust and efficient as guetzli and miles ahead of mozjpeg quality.

Unfortunately Xnview/imagemagick ...
by pokuly
Tue Nov 09, 2021 1:36 am
Forum: MP - General Support
Topic: XnviewMP starting very slow
Replies: 49
Views: 16479

Re: XnviewMP starting very slow

The first start of MP takes 3 seconds once a day since i use Win 11. After that it starts immediately. On Win 10 it was fine.
by pokuly
Sat Oct 20, 2018 5:31 pm
Forum: XnConvert
Topic: Please add additional JPEG encoders like MozJPEG and Guetzli!
Replies: 12
Views: 16784

Re: Please add additional JPEG encoders like MozJPEG and Guetzli!

It may be worth to add the latest Guetzli from Git. It works better here with files that had no good compression before maybe because of code optimizing and a new Butteraugli.
by pokuly
Mon Oct 16, 2017 3:04 pm
Forum: New
Topic: 0.87: XnView MP crashes when saving as Guetzli JPEG
Replies: 3
Views: 1413

Re: 0.87: XnView MP crashes when saving as Guetzli JPEG

Interesting that this was it. It shouldn't crash ending the process with simply hitting ESC imho.
I'd suggest to not use guetzli at this point. It seems to reduce quality to much when used in MP.
Have a look here: https://newsgroup.xnview.com/viewtopic.php?f=62&t=36099#p144737
I suggest some extra ...
by pokuly
Sun Oct 15, 2017 3:34 pm
Forum: New
Topic: 0.87: XnView MP crashes when saving as Guetzli JPEG
Replies: 3
Views: 1413

Re: 0.87: XnView MP crashes when saving as Guetzli JPEG

It may simply not done with processing. guetzli needs lots of processing time. 2-3 minutes is normal even for small 2 megapixel pics here with a 4.4GHz machine.
by pokuly
Mon Oct 02, 2017 12:04 pm
Forum: New
Topic: 0.87 beta 3 - Batch conversion - jpeg guetzli encoder settings
Replies: 8
Views: 2065

Re: 0.87 beta 3 - Batch conversion - jpeg guetzli encoder settings

To my suggestion above i saw guetzli itself will add an "--preserve-exif" option. https://github.com/google/guetzli/pull/175