PackageTrack
Sign in Get early access

zune-jpeg

A fast, correct and safe jpeg decoder

0.5.15 97M downloads/mo #820 most downloaded on crates.io etemesi254/zune-image

What this package is like to depend on

Last release 16 days ago

07 Aug 2026

Release timing varies

gaps range from 9 days to 5 months

Rarely documented

notes for 9 of 46 stable releases

Nothing withdrawn

no release was ever pulled

4 years old

58 releases · first in 2022

20 releases in the last 12 months

see the full history below

Release timeline

58 releases · May 2022 to Aug 2026
2023 2024 2025 2026
Release Pre-release

Releases

latest 58
  1. 0.5.16-rc1 07 Aug 2026 pre-release

    Nothing published for this version

  2. 0.5.15 26 Mar 2026

    Nothing published for this version

  3. 0.5.14 21 Mar 2026

    Nothing published for this version

  4. 0.5.13 11 Mar 2026

    Nothing published for this version

  5. 0.5.12 29 Jan 2026

    Nothing published for this version

  6. 0.5.11 19 Jan 2026

    Nothing published for this version

  7. 0.5.10 18 Jan 2026

    Nothing published for this version

  8. 0.5.9 15 Jan 2026

    Nothing published for this version

  9. 0.5.8 23 Dec 2025

    Nothing published for this version

  10. 0.5.7 14 Dec 2025
    Release notes
    • Move scalar idct to wrapping maths.
    • Simd upsampling (mhils)
    • Faster zero idct check (mhils)
    Open source →
  11. 0.5.6 08 Dec 2025
    Release notes
    • Better support for truncated images (by https://github.com/mhils)
    • fix 4:1:0 chroma subsampling (by https://github.com/mhils)
    • Fix some crashes
    • Fix some bug on last pixel sampling
    Open source →
  12. 0.5.5 27 Oct 2025
    Release notes
    • Support direct conversion of Luma to RGBA
    Open source →
  13. 0.5.4 27 Oct 2025
    Release notes
    • Fix overriding color space when decoding Luma colorspace
    Open source →
  14. 0.5.3 27 Oct 2025
    Release notes
    • Fix some decoding of some images with markers in progressive segments, see https://github.com/etemesi254/zune-image/issues/295
    Open source →
  15. 0.5.2 27 Oct 2025

    Nothing published for this version

  16. 0.5.1 16 Oct 2025
    Release notes
    • Fix decoding of particular images with a non-standard subsample, ( see https://github.com/etemesi254/zune-image/issues/291)
    • Add better RGB color detection of images to match libjpeg and stb_image formats

    Open source →
  17. 0.5.0 02 Oct 2025

    Nothing published for this version

  18. 0.5.0-rc9 05 Sep 2025 pre-release

    Nothing published for this version

  19. 0.5.0-rc8 30 Jul 2025 pre-release

    Nothing published for this version

  20. 0.5.0-rc7 03 Jul 2025 pre-release

    Nothing published for this version

  21. 0.5.0-rc6 22 Jun 2025 pre-release

    Nothing published for this version

  22. 0.5.0-rc5 09 Jun 2025 pre-release

    Nothing published for this version

  23. 0.5.0-rc4 04 Jun 2025 pre-release

    Nothing published for this version

  24. 0.5.0-rc3 03 Jun 2025 pre-release

    Nothing published for this version

  25. 0.5.0-rc2 21 Jul 2024 pre-release

    Nothing published for this version

  26. 0.5.0-rc10 23 Sep 2025 pre-release

    Nothing published for this version

  27. 0.5.0-rc1 12 May 2024 pre-release

    Nothing published for this version

  28. 0.5.0-rc0 07 Apr 2024 pre-release

    Nothing published for this version

  29. 0.4.21 05 Sep 2025

    Nothing published for this version

  30. 0.4.20 30 Jul 2025

    Nothing published for this version

  31. 0.4.19 03 Jul 2025

    Nothing published for this version

  32. 0.4.18 22 Jun 2025

    Nothing published for this version

  33. 0.4.17 09 Jun 2025

    Nothing published for this version

  34. 0.4.16 04 Jun 2025

    Nothing published for this version

  35. 0.4.15 03 Jun 2025

    Nothing published for this version

  36. 0.4.14 12 Dec 2024

    Nothing published for this version

  37. 0.4.13 21 Jul 2024

    Nothing published for this version

  38. 0.4.12 21 Jul 2024

    Nothing published for this version

  39. 0.4.11 02 Dec 2023

    Nothing published for this version

  40. 0.4.10 02 Dec 2023

    Nothing published for this version

  41. 0.4.0 08 Nov 2023

    Nothing published for this version

  42. 0.3.17 30 Apr 2023
    Release notes
    • Fix no-std compilation
    Open source →
  43. 0.3.16 04 Apr 2023
    Release notes
    • Add support for decoding to BGR and BGRA
    Open source →
  44. 0.3.15 29 Mar 2023

    Nothing published for this version

  45. 0.3.14 14 Mar 2023
    Release notes
    • Add ability to parse exif and ICC chunk.
    • Fix images with one component that were down-sampled.

    Version 0.3.13

    • Allow decoding into pre-allocated buffer
    • Clarify documentation

    Version 0.3.11

    • Add guards for SSE and AVX code paths(allows compiling for platforms that do not support it)

    Version 0.3.0

    • Overhaul to the whole decoder.
    • Single threaded version
    • Lightweight.

    Version 0.2.0

    • New ZuneJpegOptions struct, this is the now recommended way to set up decoding options for decoding
    • Deprecated previous options setting functions.
    • More code cleanups
    • Fixed new bugs discovered by fuzzing
    • Removed dependency on num_cpu

    Version 0.1.5

    • Allow user to set memory limits in during decoding explicitly via set_limits
    • Fixed some bugs discovered by fuzzing
    • Correctly handle small images less than 16 pixels
    • Gracefully handle incorrectly sampled images.

    Version 0.1.4

    • Remove all unsafe instances except platform dependent intrinsics.
    • Numerous bug fixes identified by fuzzing.
    • Expose ImageInfo to the crate root.

    Version 0.1.3

    • Fix numerous panics found by fuzzing(thanks to @Shnatsel for the corpus)
    • Add new method set_num_threads that allows one to explicitly set the number of threads to use to decode the image.

    Version 0.1.2

    • Add more sub checks, contributed by @5225225
    • Privatize some modules.

    Version 0.1.1

    • Fix rgba/rgbx decoding when avx optimized functions were used
    • Initial support for fuzzing
    • Remove align_alloc method which was unsound (Thanks to @HeroicKatora for pointing that out)
    Open source →
  46. 0.3.13 13 Mar 2023

    Nothing published for this version

  47. 0.3.12 27 Feb 2023

    Nothing published for this version

  48. 0.3.11 27 Feb 2023

    Nothing published for this version

  49. 0.3.10 25 Feb 2023

    Nothing published for this version

  50. 0.3.1 25 Feb 2023

    Nothing published for this version

  51. 0.3.0 25 Feb 2023

    Nothing published for this version

  52. 0.2.0 18 Sep 2022

    Nothing published for this version

  53. 0.1.5 07 Aug 2022

    Nothing published for this version

  54. 0.1.4 16 Jun 2022

    Nothing published for this version

  55. 0.1.3 29 May 2022

    Nothing published for this version

  56. 0.1.2 23 May 2022

    Nothing published for this version

  57. 0.1.1 19 May 2022

    Nothing published for this version

  58. 0.1.0 09 May 2022

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive