summaryrefslogtreecommitdiffstats
path: root/runtime/src/window/screenshot.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-12-10Add image and hash snapshot-based testing to `iced_test`Libravatar Héctor Ramón Jiménez1-108/+0
2024-05-24Added scale_factor to `Screenshot` data for use when cropping to widget boundsLibravatar Shan1-3/+13
2024-05-01Fix `clippy` lint in `runtime::window::screenshot`Libravatar Héctor Ramón Jiménez1-3/+3
2024-05-01Utilize bytes::Bytes iced_runtime::window::ScreenshotLibravatar Thomas Sieverding1-5/+11
2023-09-19Chore: Apply clippy docs keyword quotingLibravatar Yuri Astrakhan1-1/+1
Add quotes a number of doc strings like `sRGB`
2023-06-27Move `Screenshot` inside `window` moduleLibravatar Héctor Ramón Jiménez1-0/+1
2023-06-06Wrap `Screenshot::bytes` in an `Arc` and implement `AsRef<[u8]>`Libravatar Héctor Ramón Jiménez1-4/+15
2023-06-06Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵Libravatar Bingus1-0/+80
window::screenshot command.