index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
src
/
image.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-08-04
Introduce `Svg` struct in `core::svg`
Héctor Ramón Jiménez
1
-2
/
+2
2024-08-04
Introduce `Image` struct in `core::image`
Héctor Ramón Jiménez
1
-10
/
+69
2024-08-03
Implement `From<&Handle>` for `image::Handle`
Héctor Ramón Jiménez
1
-0
/
+6
2024-05-03
Introduce dynamic `opacity` support for `Image` and `Svg`
Héctor Ramón Jiménez
1
-0
/
+1
2024-05-02
Simplify image rotation API and its internals
Héctor Ramón Jiménez
1
-3
/
+2
2024-05-02
Add `Image` rotation support
Héctor Ramón Jiménez
1
-0
/
+2
2024-05-01
Fix documentation link in `image::Handle`
Héctor Ramón Jiménez
1
-1
/
+1
2024-05-01
Make `image::Id` actually opaque
Héctor Ramón Jiménez
1
-22
/
+38
2024-05-01
Use an opaque `Id` type for `image::Handle`
Héctor Ramón Jiménez
1
-21
/
+47
2024-05-01
Use `Bytes` as the `Container` of `ImageBuffer`
Héctor Ramón Jiménez
1
-53
/
+38
2024-05-01
Utilize bytes::Bytes for images
Bajix
1
-56
/
+6
2024-04-01
Use `rustc-hash` for most of our `HashMap` and `HashSet` instances
Héctor Ramón Jiménez
1
-2
/
+3
2024-03-21
Draft support for dynamic custom renderer injection
Héctor Ramón Jiménez
1
-2
/
+2
2024-02-07
image::Bytes::PartialEq: use core::ptr::eq to speed up comparison
DoomDuck
1
-1
/
+3
2023-11-11
Refactor texture image filtering
Héctor Ramón Jiménez
1
-33
/
+16
2023-11-11
Fix clippy + fmt
Remmirad
1
-1
/
+1
2023-11-11
Implement texture filtering options
Remmirad
1
-0
/
+32
2023-04-05
Implement `PartialEq` and `Eq` for `image::Bytes`
Héctor Ramón Jiménez
1
-29
/
+9
2023-04-04
Draft (very) basic incremental rendering for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+29
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-0
/
+0
2023-02-18
Remove `Clone` bound for `Bytes::new` in `image`
Héctor Ramón Jiménez
1
-3
/
+3
2023-02-17
Wrap image `Bytes` with `Arc` instead of `Data`
Héctor Ramón Jiménez
1
-35
/
+18
2023-02-17
image: Allow any kind of data that implements `AsRef<[u8]>` for the image data
Sebastian Dröge
1
-7
/
+64
2023-01-27
Fix: Clippy lint 'uninlined_format_args'
13r0ck
1
-2
/
+2
2022-11-05
Use RGBA texture for `image` and `svg` pipelines
Héctor Ramón Jiménez
1
-5
/
+5
2022-11-05
Refactor some `image` traits a bit
Héctor Ramón Jiménez
1
-2
/
+2
2022-11-05
Unify methods by leveraging `Into<Cow>` in `image` and `svg`
Héctor Ramón Jiménez
1
-23
/
+5
2022-10-03
Use `Cow<'static, [u8]>` in image/svg, add constructors taking &[u8]`
Ian Douglas Scott
1
-4
/
+27
2022-04-30
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
1
-2
/
+2
2021-12-10
Decouple the image Handle type from the iced_native implementation
Olivier Pinon
1
-2
/
+7
2021-11-04
Write documentation for `iced_native::image`
Héctor Ramón Jiménez
1
-3
/
+5
2021-10-31
Introduce first-class `image` module in `iced_native`
Héctor Ramón Jiménez
1
-0
/
+122