makepad/libs/zune/zune-jpeg
Kevin Boos 850edc8ca6
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
..
src Image support: add bmp/qoi,ico, webp, SVG in Image widget, 16-bit png (#1108) 2026-06-09 00:09:29 +02:00
Cargo.toml update zune 2026-06-02 18:47:28 +02:00
LICENSE-APACHE vulkan vendoring completed 2026-02-16 09:10:27 +01:00
LICENSE-MIT vulkan vendoring completed 2026-02-16 09:10:27 +01:00
LICENSE-ZLIB vulkan vendoring completed 2026-02-16 09:10:27 +01:00