openjpeg VS ungoogled-chromium-windows

Compare openjpeg vs ungoogled-chromium-windows and see what are their differences.

openjpeg

Official repository of the OpenJPEG project (by uclouvain)

ungoogled-chromium-windows

Windows packaging for ungoogled-chromium (by ungoogled-software)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
openjpeg ungoogled-chromium-windows
7 9
938 920
1.2% 7.2%
7.8 8.1
8 days ago about 16 hours ago
C Python
GNU General Public License v3.0 or later BSD 3-clause "New" or "Revised" License
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.

openjpeg

Posts with mentions or reviews of openjpeg. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-29.
  • Can we make a guide for morons on how to install OpenEFT on a clean WSL install?
    4 projects | /r/NFA | 29 May 2023
    mkdir ~/install cd ~/install wget https://github.com/uclouvain/openjpeg/archive/master.zip unzip master.zip cd openjpeg-master/ mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release .. make sudo make install sudo make clean cd
  • We're still not game, but there has been progress. A progress report.
    7 projects | /r/rust_gamedev | 17 Mar 2023
    Details here, if you like reading bug reports. It took the cooperation of developers at all four levels to fix this. I wrote a test project to reproduce the problem, the jpeg2k developer was able to reproduce the problem under valgrind (a tool for finding bad pointer references in C, seldom needed by Rust users), an OpenJPEG developer fixed the C code, and everybody in the chain updated versions. Thanks to everyone who had a part in this.
  • Live2D Is a Security Trainwreck
    3 projects | news.ycombinator.com | 3 Mar 2023
    > The whole file is effectively a write-what-where primitive2. In addition to that, the Count Info Table is not bounds checked either...

    File formats like that, with many offsets in the file, are troublesome. There used to be more formats like that. Microsoft Word .doc is the classic example.

    OpenJPEG 2000 has a similar problem. I just hit that yesterday.[1] Valgrind is finding references to un-initialized data which affect control flow, and running the JPEG decoder on valid but truncated files (which is allowed) is causing bad memory reference crashes and errors.

    New formats like this are rare. People have learned. A modern exception is Unreal Engine 5's Nanite has much offset data, and there may be an attack surface there for hostile game content. Nanite is a way to store a graphics mesh with both multiple levels of detail and common submeshes. It's a hierarchy of directed acyclic graphs, flattened into a linear file with offsets. And, sure enough, there are many crash reports. At least Unreal provides a validator for the format.

    (If only C/C++ had slices in the language. Most of the things for which pointer arithmetic is used can be done with slices. Slices really are pointer arithmetic, with sanity.)

    [1] https://github.com/uclouvain/openjpeg/issues/1459

  • We're not really game yet.
    11 projects | /r/rust_gamedev | 24 Feb 2023
    JPEG 2000 decoder crashes Trying to read files at reduced resolution crashes with memory access errors. This is jpeg2k (Rust) calling jpeg2000-sys (Rust glue to C foreign function interfaces) calling OpenJPEG (all C). The problem can now be reproduced at the C level alone, under Valgrind. The developers of the top two levels have been very helpful, but the trouble is down in the rather painful C code at the bottom. The OpenJPEG maintainers are way behind on fixes, despite being funded.
  • Is JPEG 2000 a preservation risk? (2013)
    3 projects | news.ycombinator.com | 17 Jul 2022
    It certainly was a risk in 2013, when the open source libraries were slow and riddled with bugs. Today, there are two stable, well maintained and fast open source libraries available:

    https://github.com/uclouvain/openjpeg

  • What’s the best lossless image format?
    8 projects | news.ycombinator.com | 7 Jun 2022

ungoogled-chromium-windows

Posts with mentions or reviews of ungoogled-chromium-windows. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-29.
  • Ungoogled Chromium : vos données dans les mains de l'ogre Google
    1 project | /r/dsfc | 23 Nov 2023
  • Can we make a guide for morons on how to install OpenEFT on a clean WSL install?
    4 projects | /r/NFA | 29 May 2023
    echo "Configuring NBIS" make config echo "Making NBIS" make it echo "Installing NBIS" make install echo "Adding NBIS binaries to path" echo 'export PATH="$PWD/build/bin:$PATH" > ~/.bashrc' source ~/.bashrc cd ../browser/windows wget "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/111.0.5563.65-1.1/ungoogled-chromium_111.0.5563.65-1.1_windows_x64.zip" unzip ungoogled-chromium_111.0.5563.65-1.1_windows_x64.zip mv ungoogled-chromium_111.0.5563.65-1.1_windows windows cd ../../ echo "Installing Pip Requirements" pip3 install -r requirements.txt echo "Installing LibOpenJP2-Tools" if [ ""$EUID"" != 0 ]; then wsl sudo apt-get install libopenjp2-tools fi echo "Starting OpenEFT" echo 'export PATH="$PWD/build/bin:$PATH" > ~/.bashrc python3 openeft.py
  • Any open source forks for chrome desktop
    3 projects | /r/browsers | 5 Nov 2022
  • Questions about different Winx64 Chromium versions
    2 projects | /r/browsers | 2 Nov 2022
    What is this? https://github.com/ungoogled-software/ungoogled-chromium-windows Is this versions not at chromium.woolyss.com? It's not the Marmaduke version, which is at https://github.com/macchrome/winchrome Is that the version the Marmaduke build is based on (with some added features)?
  • How to verify binaries that choco installs?
    2 projects | /r/chocolatey | 31 Jul 2022
    In this case it looks like https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/103.0.5060.134-1.1/ungoogled-chromium_103.0.5060.134-1.1_windows_x64.zip
  • Where can I find prebuilt ungoogled chromium?
    1 project | /r/privacy | 19 Mar 2022
    I've found the github, but I've never built anything off of github before and while I'm sure I could figure it out if I have to, are there prebuilt versions or installers or anything I can use instead?
  • Final Fantasy 7 Remake's PC port is a major disappointment
    4 projects | /r/pcgaming | 19 Dec 2021
  • Windows packaging for ungoogled-chromium
    1 project | /r/chrome | 9 Oct 2021
  • O&O ShutUp 10 (now supporting win 11)
    10 projects | news.ycombinator.com | 9 Oct 2021
    FWIW, I recently started building my own ungoogled chromium from here: https://github.com/ungoogled-software/ungoogled-chromium-win...

    Someone might post a binary build there soon with 94 (until yesterday they only had the ancient 89), but you can build it yourself as well (on my 32-core 5950x with 64Gb RAM it took 2.5+ hours to build, just to be prepared for that).

    Note that it won't have the Google Chrome Store, so the process for installing extensions (ahem, uBlock Origin) is a bit more involved: https://ungoogled-software.github.io/ungoogled-chromium-wiki...

What are some alternatives?

When comparing openjpeg and ungoogled-chromium-windows you can also consider the following projects:

grok - World's Leading Open Source JPEG 2000 Codec

ungoogled-chromium-win

jpeg2000-decoder - Decodes JPEG 2000 images in a subprocess, for safety

bromite - Bromite is a Chromium fork with ad blocking and privacy enhancements; take back your browser!

thirdroom - Open, decentralised, immersive worlds built on Matrix

privacy.sexy - Open-source tool to enforce privacy & security best-practices on Windows, macOS and Linux, because privacy is sexy

ui-mock

awesome-windows-privacy - A list of awesome tools, documentation and scripts for better privacy on Microsoft Windows

jasper - Official Repository for the JasPer Image Coding Toolkit

ungoogled-chromium-portable - 🚀 Ungoogled Chromium portable for Windows

neatvnc - A liberally licensed VNC server library with a clean interface

FF13Fix - Performance and bug fixes for the PC versions of FF13 and FF13-2