Awused
Awused
Right now SubImage uses get_pixel and put_pixel for every individual pixel, this is likely not easy for the compiler to eliminate bounds checking on due to the arithmetic involved, though...
## Expected PNGs with invalid checksums for ancillary data (ICC profiles, in my case) should be decoded without said ancillary data. Or at least the option should be available to...
Lint name: manual_flatten I tried this code: ```rust struct Test { a: Option, b: Option, } fn main() { let t = Test { a: Some(1), b: Some(2), }; for...
### Summary `needless_collect` doesn't consider if the iterator is borrowing values that are moved between the `collect` call and where the collected values are used. ### Lint Name needless_collect ###...
This partially addresses #134. I may come back to add an option to toggle mouse keys on and off but that's trivial to do with a script.
Didn't include nearest_aligned since it shouldn't matter when there's no blending of pixels going on. This is a pretty minimal, targeted change, and it's also really poorly tested since I've...
When using nearest_aligned the output is noticeably shifted down and to the right. This affects my models severely and causes noticeable warping in their output. I used this code in...
I was looking to try this out to train an upscaling model but thought to try one of my test images first, and found that downscaling was being done in...
### Important Information mpv --version: mpv 0.35.1 Copyright © 2000-2023 mpv/MPlayer/mplayer2 projects built on UNKNOWN FFmpeg library versions: libavutil 57.28.100 libavcodec 59.37.100 libavformat 59.27.100 libswscale 6.7.100 libavfilter 8.44.100 libswresample 4.7.100...