Archives For November 30, 1999

Want to open (or export to) .jxl files? Here’s how to enable the image format support in Ubuntu and Debian.

JPEG-XL (.jxl) is a royalty-free raster-graphics image format supports both lossy and lossless compression. It includes features such as animation, alpha channels, layers, thumbnails, and has better compression efficiency (60% improvement) comparing to JPEG.

GNOME favors JPEG-XL as background wallpaper in next version 46. But, Ubuntu now does not support the image format due to lack of a build dependency.

If you have some .jxl images stored in Ubuntu, then here’s how to make them work in image viewer, GIMP, and maybe other graphical apps.

Continue Reading…

gThumb, GNOME image viewer and organizer, released version 3.11.3 a few days ago. Here’s how to install it in Ubuntu 20.04, Ubuntu 18.04, Ubuntu 20.10 via PPA.

gThumb 3.11.3 adds support for JPEG XL – the next generation image coding standard.

JPEG XL (.jxl) is based on ideas from Google’s Pik format and Cloudinary’s FUIF format. It is the next-generation, general-purpose image compression codec by the JPEG committee. Some popular apps, e.g., ImageMagick, XnView MP, have already added support for the image format.

gThumb now opens the .jxl image format through the libjxl library.

Other changes in the release include:

  • Added file actions to the viewer context menu.
  • Removed facebook and picasaweb uploaders
  • Fixed issue that continuously reloads image when it is only image in folder
  • Webp can have transparency as well.
  • New and updated translations.

How to Install gThumb 3.11.3 in Ubuntu via PPA:

For Ubuntu 18.04 (64-bit), Ubuntu 20.04, Ubuntu 20.10, Ubuntu 21.04, Linux Mint 19.x, 20.x, you can install the new release packages via the unofficial PPA.

NOTE for Ubuntu 21.04: It seems to have bug (not sure) in libjxl when building against Clang 11.0.1. So gThumb packge for 21.04 was built without JPEG XL support.

1.) To add the PPA, open terminal from system application launcher, and run command:

sudo add-apt-repository ppa:ubuntuhandbook1/apps

2.) You can then either upgrade the image viewer from an old version via Update Manager (Software Updater), or run command in terminal:

sudo apt install gthumb

Uninstall gThumb & the Ubuntu PPA

To remove gThumb image viewer, run command:

sudo apt remove --autoremove gthumb gthumb-data

To remove the Ubuntu PPA, either run the apt-add-repository command with --remove flag, or use Software & Updates -> Other Software.