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