jaykrown@lemmy.world to Fuck AI@lemmy.worldEnglish · 3 days agoIt's -8.2% smaller overall!lemmy.worldimagemessage-square9linkfedilinkarrow-up18arrow-down134file-text
arrow-up1-26arrow-down1imageIt's -8.2% smaller overall!lemmy.worldjaykrown@lemmy.world to Fuck AI@lemmy.worldEnglish · 3 days agomessage-square9linkfedilinkfile-text
This is the first time I’ve come across genuine AI janky slop trying to do something productive. Really annoying.
minus-squareTwilightKiddy@scribe.disroot.orglinkfedilinkEnglisharrow-up3·edit-22 days agoHave you tried just cjxl test.png test.jxl -d 0 -e 9 instead of relying on third party websites? It is part of libjxl which you should be able to get on on any modern Linux distribution or even on Windows without any issues.
minus-squarejaykrown@lemmy.worldOPlinkfedilinkarrow-up1·2 days agoYea that worked thanks. I did this cjxl test.jpeg test_small.jxl --lossless_jpeg=0 -d 2.0 -e 9 and I got even lower from 931.1 kB on a jpeg to 121.4 kB and the compression is barely noticable.
Have you tried just
instead of relying on third party websites?
It is part of libjxl which you should be able to get on on any modern Linux distribution or even on Windows without any issues.
Yea that worked thanks. I did this
cjxl test.jpeg test_small.jxl --lossless_jpeg=0 -d 2.0 -e 9and I got even lower from 931.1 kB on a jpeg to 121.4 kB and the compression is barely noticable.