makepad/libs/zune/zune-jpeg/src
Kevin Boos 8551b949f8 Image support: add bmp/qoi,ico, webp, SVG in Image widget, 16-bit png (#1108)
Generally, this commit makes improvements to image decoding and rendering.

Added a bunch of functions for image discovery / metadata gathering:
`decode_image_from_data()`, `image_size_by_data()`, `looks_like_svg()`

Added more `Image[Ref]` functions for other image formats:
`ImageRef::load_{bmp,qoi,ico,gif,webp,svg}_from_data()`, plus a nice
convenience fn for auto-detec+load: `load_image_from_data()`.

Added cheap, lazily-init'd support for SVGs within the `Image` widget.

Fixed some issues with aspect ratio being clobbered during image rotation.
2026-06-09 00:09:29 +02:00
..
color_convert update zune 2026-06-02 18:47:28 +02:00
idct update zune 2026-06-02 18:47:28 +02:00
upsampler update zune 2026-06-02 18:47:28 +02:00
bitstream.rs update zune 2026-06-02 18:47:28 +02:00
color_convert.rs update zune 2026-06-02 18:47:28 +02:00
components.rs update zune 2026-06-02 18:47:28 +02:00
decoder.rs Image support: add bmp/qoi,ico, webp, SVG in Image widget, 16-bit png (#1108) 2026-06-09 00:09:29 +02:00
errors.rs update zune 2026-06-02 18:47:28 +02:00
headers.rs update zune 2026-06-02 18:47:28 +02:00
huffman.rs update zune 2026-06-02 18:47:28 +02:00
idct.rs update zune 2026-06-02 18:47:28 +02:00
lib.rs vulkan vendoring completed 2026-02-16 09:10:27 +01:00
marker.rs update zune 2026-06-02 18:47:28 +02:00
mcu.rs update zune 2026-06-02 18:47:28 +02:00
mcu_prog.rs update zune 2026-06-02 18:47:28 +02:00
misc.rs update zune 2026-06-02 18:47:28 +02:00
unsafe_utils.rs vulkan vendoring completed 2026-02-16 09:10:27 +01:00
unsafe_utils_avx2.rs update zune 2026-06-02 18:47:28 +02:00
unsafe_utils_neon.rs update zune 2026-06-02 18:47:28 +02:00
upsampler.rs update zune 2026-06-02 18:47:28 +02:00
worker.rs update zune 2026-06-02 18:47:28 +02:00