User Activity

  • Posted a comment on discussion Discussion on libPGF

    If the max is 318, why did one of my images give 373?

  • Posted a comment on discussion Discussion on libPGF

    FSE gave 2x faster decoding, vectorization and custom sparse compressors further 3x, totaling 6x. However the emulator of the target I was using was somewhat inaccurate, and the result was still too slow on the real target. 8-bit vars didn't turn out possible. I investigated replacing FSE with various methods, tried nibble-based tANS, etc etc, but couldn't create a generic entropy coder that could beat FSE on the pareto frontier (faster, better or both). Tunstall promised a nice speedup, but nobody...

  • Posted a comment on discussion Discussion on libPGF

    Well, some other images had even higher values, 373 in one case. So I guess it's by design then, even if it means a 16-bit configured library would be unable to compress 16-bit images losslessly. For now I'm adding "patches" to the file, a list of error locations and the correct values, since the number of such high values per image is small, some tens in the worst case.

  • Posted a comment on discussion Discussion on libPGF

    More info on my experiment, in case PGF folks are interested. I'm playing around a slow embedded platform that would benefit from optimized image and video formats. Basing both on PGF for the grayscale component seemed the best option, as it's better than JPEG, but still very fast compared to higher compression formats like jpeg2k, webp, flif, bpg, or especially avif. For my sample images, PGF's quality is quite good. Depending on image, level 4 or 5 is still nearly lossless. The main issue is that...

  • Posted a comment on discussion Discussion on libPGF

    I'm working on customizing PGF for an embedded use case, and with the attached image (grassfield.png, 1280x960 8-bit grayscale), I hit a curious behavior when encoded at quality 0/lossless. One of the macroblock's m_value[]s is 257 after the wavelet transform, but before the bitplane coding. This is rather curious to me, as to my understanding the wavelet transform should only add a sign bit, not increase the bit depth any further. So for 8-bit grayscale data, the transformed data should be at most...

  • Created ticket #12 on libPGF

    Build fails with ROI disabled

  • Created ticket #318 on Irrlicht Engine

    Fix BurningVideo on big-endian

  • Posted a comment on ticket #416 on Irrlicht Engine

    VS does not (did not?) support arrays with a dynamic size, u8 arr[var].

View All

Personal Data

Username:
curaga
Joined:
2007-04-01 13:34:44

Projects

This is a list of open source software projects that curaga is associated with:

  • Project Logo Fifth Free Opera-like web browser Last Updated:
  • FlaxPDF FlaxPDF is a fast, nice multithreaded PDF viewer for the desktop. Last Updated:
  • a2web A light webUI for aria2 Last Updated:
  • librangetree A 2d range tree Last Updated:

Personal Tools