Page 2 of 2

Re: Guetzli cuda support

Posted: Sat Nov 25, 2023 3:33 pm
by Tschens
doterax wrote: Sat Nov 25, 2023 1:04 pm I have built guetzli with autodetection of best mode from the start.

You can download it from here https://github.com/doterax/guetzli-cuda ... /issues/11

If you experience some problems with it, you can write it in this issue.

Enjoy.
doterax, you are the hero of the day! Thank you, thank you. No idea what was wrong with my version (external dlls + error message from XNView), but your version works like a charm!!
Just put it in the plugins folder from XNView and overwrite the "original" guetzli_windows_x86-64.exe.
The XNview guys should consider to combine this faster version with their software in future, if doterax agrees with that.

Virus warning is obviously a false positive, no problem here with Kaspersky :D , checked at virustotal.com as well
Jens

Re: Guetzli cuda support

Posted: Sat Nov 25, 2023 9:36 pm
by doterax
Looks like it is a false positive virus warning. Because exe contains a compiled module for a CUDA and sources for the OpenCL. Maybe, maybe this looks like suspicious for some antiviruses :) And also delay loaded DLLs also suspicious :)

I have made an issue https://github.com/doterax/guetzli-cuda ... /issues/12 for now I have no idea how to fix it, but I will do something.

Re: Guetzli cuda support

Posted: Sat Nov 25, 2023 10:49 pm
by doterax
Tschens wrote: Sat Nov 25, 2023 3:33 pm
doterax wrote: Sat Nov 25, 2023 1:04 pm I have built guetzli with autodetection of best mode from the start.

You can download it from here https://github.com/doterax/guetzli-cuda ... /issues/11

If you experience some problems with it, you can write it in this issue.

Enjoy.
doterax, you are the hero of the day! Thank you, thank you. No idea what was wrong with my version (external dlls + error message from XNView), but your version works like a charm!!
Just put it in the plugins folder from XNView and overwrite the "original" guetzli_windows_x86-64.exe.
The XNview guys should consider to combine this faster version with their software in future, if doterax agrees with that.

Virus warning is obviously a false positive, no problem here with Kaspersky :D , checked at virustotal.com as well
Jens
Thank you Jens. Enjoy :)

Re: Guetzli cuda support

Posted: Sun Nov 26, 2023 5:24 pm
by m.Th.
doterax wrote: Sat Nov 25, 2023 9:36 pm Looks like it is a false positive virus warning. Because exe contains a compiled module for a CUDA and sources for the OpenCL. Maybe, maybe this looks like suspicious for some antiviruses :) And also delay loaded DLLs also suspicious :)

I have made an issue https://github.com/doterax/guetzli-cuda ... /issues/12 for now I have no idea how to fix it, but I will do something.
I opened a ticket with Windows' team.

Vote here!

https://aka.ms/AAnt6p4

Re: Guetzli cuda support

Posted: Mon Nov 27, 2023 12:04 pm
by Tschens
m.Th. wrote: Sun Nov 26, 2023 5:24 pm I opened a ticket with Windows' team.
Vote here!
https://aka.ms/AAnt6p4
Thanks. Done.

Re: Guetzli cuda support

Posted: Wed Nov 29, 2023 9:41 pm
by m.Th.
Fixed in Win11!
m.Th. wrote: Sat Nov 25, 2023 2:26 pm
doterax wrote: Sat Nov 25, 2023 1:04 pm I have built guetzli with autodetection of best mode from the start.

You can download it from here https://github.com/doterax/guetzli-cuda ... /issues/11

If you experience some problems with it, you can write it in this issue.

Enjoy.
Thanks a lot!

First problem:

I cannot download it because the latest Windows 11 with the latest MS Edge and latest MS Defender Antivirus finds a virus!

See below:

Cannot download.jpg

Virus.jpg

This is it: https://www.microsoft.com/en-us/wdsi/th ... ik.FL.B!ml

Re: Guetzli cuda support

Posted: Thu Nov 30, 2023 10:38 am
by doterax
m.Th. wrote: Wed Nov 29, 2023 9:41 pm Fixed in Win11!
m.Th. wrote: Sat Nov 25, 2023 2:26 pm
doterax wrote: Sat Nov 25, 2023 1:04 pm I have built guetzli with autodetection of best mode from the start.

You can download it from here https://github.com/doterax/guetzli-cuda ... /issues/11

If you experience some problems with it, you can write it in this issue.

Enjoy.
Thanks a lot!

First problem:

I cannot download it because the latest Windows 11 with the latest MS Edge and latest MS Defender Antivirus finds a virus!

See below:

Cannot download.jpg

Virus.jpg

This is it: https://www.microsoft.com/en-us/wdsi/th ... ik.FL.B!ml
Cool!

Re: Guetzli cuda support

Posted: Tue Dec 12, 2023 11:04 am
by Tschens
In the meantime, I have programmed a small GUI for CUDA-guetzli with Visual Basic, where you can set the image quality and then automatically compress all jpg, png, tif or alternatively all image files which are located in the program folder. Since guetzli also removes all copyright notices, I also added a function based on exiftool to write the copyright data back into the file. And a few other practical functions for editing the metadata. See screenshot.

Re: Guetzli cuda support

Posted: Tue Dec 12, 2023 11:28 am
by doterax
Tschens wrote: Tue Dec 12, 2023 11:04 am In the meantime, I have programmed a small GUI for CUDA-guetzli with Visual Basic, where you can set the image quality and then automatically compress all jpg, png, tif or alternatively all image files which are located in the program folder. Since guetzli also removes all copyright notices, I also added a function based on exiftool to write the copyright data back into the file. And a few other practical functions for editing the metadata. See screenshot.
Cool!

Re: Guetzli cuda support

Posted: Tue Dec 12, 2023 1:18 pm
by Tschens
The next step would be to run several instances of guetzli in parallel as soon as more than 1 image file is available. However, the total number should be limited since guetzli uses lots of memory. I have to work for it, I am NOT a programmer.
If someone is interested I can provide the file. Use @ your own risk :-).