summaryrefslogtreecommitdiffstats
path: root/tiny_skia/src/raster.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-05-03Introduce dynamic `opacity` support for `Image` and `Svg`Libravatar Héctor Ramón Jiménez1-0/+2
2024-05-01Use an opaque `Id` type for `image::Handle`Libravatar Héctor Ramón Jiménez1-2/+2
Hashing pointers is a terrible idea.
2024-05-01Use `Bytes` as the `Container` of `ImageBuffer`Libravatar Héctor Ramón Jiménez1-1/+1
Since we don't need to mutate images once loaded, we avoid unnecessary extra allocations.
2024-04-07Use built-in `[lints]` table in `Cargo.toml`Libravatar Héctor Ramón Jiménez1-1/+3
2023-11-11Refactor texture image filteringLibravatar Héctor Ramón Jiménez1-1/+2
- Support only `Linear` or `Nearest` - Simplify `Layer` groups - Move `FilterMethod` to `Image` and `image::Viewer`
2023-11-11Fix clippy + fmtLibravatar Remmirad1-3/+7
2023-11-11Implement texture filtering optionsLibravatar Remmirad1-1/+6
2023-09-09Deny `broken_intradoc_links` and verify documentation in CILibravatar Héctor Ramón Jiménez1-2/+2
2023-07-12Fix import consistency for `bytemuck`Libravatar Héctor Ramón Jiménez1-3/+3
2023-07-12Upgrade resvg to 0.34 and tiny_skia to 0.10Libravatar Alec Deason1-3/+3
2023-04-26Update `tiny-skia` and `resvg`Libravatar Héctor Ramón Jiménez1-1/+1
2023-03-07Trim `raster` cache in `iced_tiny_skia`Libravatar Héctor Ramón Jiménez1-0/+9
2023-03-07Implement `raster` pipeline in `iced_tiny_skia`Libravatar Héctor Ramón Jiménez1-0/+107