jxl-winthumb VS jxl-oxide

Compare jxl-winthumb vs jxl-oxide and see what are their differences.

jxl-winthumb

A JPEG XL (*.jxl) thumbnail handler for Windows File Explorer. (by saschanaz)

jxl-oxide

Pure Rust implementation of JPEG XL decoder (by tirr-c)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
jxl-winthumb jxl-oxide
9 6
249 203
- -
6.8 9.4
about 1 month ago 7 days ago
Rust Rust
ISC License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

jxl-winthumb

Posts with mentions or reviews of jxl-winthumb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-20.
  • XYB JPEG: Perceptual Color Encoding Tested
    2 projects | news.ycombinator.com | 20 Jul 2023
    > usually the filename and an image preview are the only pieces of information you get about an image no matter where you are

    that's obviously false, it entirely depends on "where you are"

    > ignorant of the literal entire world not doing this

    The entire world is ignorant enough to not know that png is lossless

    Also, don't hide behind the entire world, this conversation is about you "i don't look at dialogs before i download, save, or pick a file from a directory listing"

    > fail to understand how windows explorer is not relevant when you can't just set the image viewer for save/open dialogs on windows, that's just not a thing that's possible to do

    (by the way, it'd be entierly possible to add metadata even in Windows Explorer when this https://github.com/saschanaz/jxl-winthumb/issues/26 is added)

    but you're not forced to just the save/open dialogs of the default file manager. You can even use a more convenient workflow of navigating in your file manager and making the open dialog switch there, and within your file manager you would have more info vs WinExplorer

  • Another great target for JXL support: PowerToys (opensource, >90k stars on GitHub) has a module for adding explorer.exe thumbnail/preview support to file formats
    4 projects | /r/jpegxl | 8 May 2023
    jxl-winthumb provides WIC capabilities. It could do with some increased google-ability though
  • jxl-winthumb: A JPEG XL (*.jxl) thumbnail handler for Windows File Explorer in Rust
    1 project | /r/rust | 30 Jan 2023
    2 projects | /r/jpegxl | 30 Jan 2023
  • What is JPEG XL?
    3 projects | dev.to | 27 Apr 2022
    Currently, JPEG XL can be enabled in Chromium, Firefox, and Opera browsers, but has no other browser support. JPEG XL is supposed to remain royalty free. You can grab the encoder and decoder off Github and chat with other JPEG XL enthusiasts on Reddit and Discord. You can install JPEG XL utilities on Mac using homebrew and on Windows. Tools like GIMP and ImageMagick are beginning to support it.
  • Windows JPEG XL Tutorial
    2 projects | /r/jxl | 19 Oct 2021
    What is JPEGXL The image coding system JPEG XL (ISO / IEC 18181) is particularly suitable for responsive conditions on the Internet, so that content from a variety of contraceptives can be viewed with pleasure. In addition, it reinforces some of the strategies that have worked by changing the old JPEG program. The JPEG XL workflow is tension-free and loss-free and a good program for powerless network applications. It is expected to perform better than current power lines and will largely replace it from now on. JPEG XL provides transmission with the most important features: st High risk of poor image compression. ✓ Best image compression without data loss. dis Gradual separation enc JPEG encryption without loss. for is designed for intuitive and tidy graphics. Fast programming for coding and interpretation. help Complete help for Wide Access and HDR. • Make the reference giver more tangible. Software Free software, open source and incompetent thanks to jpegxl.info" text = "jpegxl.info" for excellent collection! Windows JXL Support There are several ways to enable JPEG XL Assist in Windows. Unfortunately, Windows does not yet offer any neighborhood help. You can download modules created by monitors or use an external image monitor. Windows thumbnail update: now supports WIC decoding! JXL logs can be viewed using Windows Photo Viewer or other monitors with WIC experience. With the Windows File Explorer JXL-Winthumb module you can display thumbnails of JPEG XL documents (* .jxl). Install Microsoft Visual C Redistributable for Visual Studio 2019 if not currently available. Download the latest DLL report from the development page. Open the terminal window as a boss. Go to your registry where the DLL report was found. Type reg regsvr32 jxl_winthumb.dll and press Enter. Get support for JXL Windows thumbnails here: https://github.com/saschanaz/jxl-winthumb External image viewer In addition to these modules and tricks, you can also use an external image viewer to view JXL reports aids, for example nomacs PhotoQT XnView MP ImageGlass JPEGXL WIC This method is not intended for the end customer, as it does not specify openness and presence. JPEG XL WIC Provides the Windows Imaging Components (WIC) implementation for a JPEG XL image layout. Causes Windows to clearly see the relationship between the JPEG XL report and the use of the JPEG XL codec in image management. With this new development, viewing photos is essentially the same speed as using Windows Explorer, Microsoft Photo Viewer, or Microsoft Photos. JPEG XL WIC in production, similar to the JPEG XL codec. The aim is to use the JPEG XL codec in Windows with a focus on HDR / WCG image recognition. Download the JPEG XL WIC here: https://github.com/mirillis/jpegxl-wic
  • JPEG XL support has been added to Firefox Nightly! (90.0a1 (2021-05-09)
    3 projects | /r/firefox | 13 May 2021
    Thank you so much! jxl-winthumb sounds like it'll work for the time being; looking forward to eventual support in browsera and Paint.NET
  • THUMBNAIL jxl file in windows explorer (works great now!)
    1 project | /r/jpegxl | 4 May 2021
    Releases · saschanaz/jxl-winthumb (github.com)

jxl-oxide

Posts with mentions or reviews of jxl-oxide. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-01.
  • JPEG XL and the Pareto Front
    9 projects | news.ycombinator.com | 1 Mar 2024
    Pretty much every codec in every browser is written in an unsafe language, unfortunately. I don't see why JXL should be singled out. On the other hand, there is a JXL decoder in Rust called jxl-oxide [1] which works quite well, and has been confirmed by JPEG as conformant. Hopefully it will be adopted for decode-only usecases.

    [1] https://github.com/tirr-c/jxl-oxide/pull/267

    > It’s absolute insanity that we write codecs — pure functions — in an unsafe language that has a compiler that defaults to “anything goes” as an optimisation technique.

    Rust and C++ are exactly the same in how they optimize, compilers for both assume that your code has zero UB. The difference is that Rust makes it much harder to accidentally have UB.

  • Still no love for JPEG XL: Browser maker love-in snubs next-gen image format
    7 projects | news.ycombinator.com | 4 Feb 2024
    https://github.com/niutech/jxl.js a javascript polyfill taken from the main page https://jpegxl.info/

    There are other decoders [0] written in a "safe language" (rust) listed as well. So no there are many "safe" implementations

    [0] https://github.com/tirr-c/jxl-oxide

  • jxl-oxide: A pure Rust implementation of the JPEG XL decoder
    2 projects | /r/rust | 13 Apr 2023
    1 project | /r/jpegxl | 13 Apr 2023
  • jxl-winthumb: A JPEG XL (*.jxl) thumbnail handler for Windows File Explorer in Rust
    2 projects | /r/jpegxl | 30 Jan 2023
    Found another JXL project in Rust called JXL Oxide. It's in its early stages so no need for a separate post yet imo. This other project is the Rust implementation of the JXL decoder.

What are some alternatives?

When comparing jxl-winthumb and jxl-oxide you can also consider the following projects:

jpegxl-wic - JPEG XL Windows Imaging Component implementation

thorium-libjxl - libjxl for Chromium - restores JPEG-XL functionality to Thorium/Chromium post M109

jpeg-xl

cavif-rs - AVIF image creator in pure Rust

libjxl - JPEG XL image format reference implementation

jpeg-xl - jpeg-xl for the Windows build of ImageMagick

ImageMagick - 🧙‍♂️ ImageMagick 7

PowerToys - Windows system utilities to maximize productivity