Recent

Author Topic: new JPEG XL in pure Pascal  (Read 239 times)

Tomxe

  • Full Member
  • ***
  • Posts: 134
new JPEG XL in pure Pascal
« on: June 18, 2026, 08:02:53 am »
https://github.com/Xelitan/JPEG-XL-encoder-decoder-in-pure-Pascal-for-Free-Pascal-Delphi-Lazarus

This is a JPEG XL encoder/decoder in pure Pascal. It's a new format based on FLIF. Very good compression ratios. Better than WebP, Jpeg, Jpeg 2000 and Flif.
Unlike Jpeg- JpegXL does support alpha channel.

Usage:
Code: Pascal  [Select][+][-]
  1. uses JxlImageX;
  2.  
  3. Image1.Picture.LoadFromFile('test.jxl');
« Last Edit: June 18, 2026, 11:37:15 am by Tomxe »

 

TinyPortal © 2005-2018