fast image operations
Commits
bump
bendn committed 9 days ago
they released
bendn committed 9 days ago
waow
bendn committed 4 weeks ago
fix for latest nightly
bendn committed 4 weeks ago
bounds checks
bendn committed 4 weeks ago
less safe
bendn committed 5 weeks ago
good function
bendn committed 5 weeks ago
hashable images
bendn committed 2 months ago
window
bendn committed 4 months ago
fixup
bendn committed 4 months ago
fix a little bit of UB
bendn committed 4 months ago
https://github.com/rust-lang/rust/pull/138907
bendn committed 5 months ago
Update clipline to 0.4 (#4)
Nurzhan Saken committed 5 months ago
add hidden copy to rgb bgr_
bendn committed 5 months ago
fix
bendn committed 5 months ago
enhance dynimage experience
bendn committed 6 months ago
fix
bendn committed 6 months ago
fix warns
bendn committed 7 months ago
bump
bendn committed 7 months ago
add array_chunks
bendn committed 7 months ago
add caller tracking
bendn committed 7 months ago
bump
bendn committed 8 months ago
fix subimg
bendn committed 8 months ago
add precision with use
bendn committed 8 months ago
add blend_alpha_and_color_at function
bendn committed 9 months ago
add blending overlay at
bendn committed 9 months ago
bump
bendn committed 2025-02-08
update
bendn committed 2025-02-04
add buf_unchecked 2
bendn committed 2025-02-03
fix checked get
bendn committed 2025-02-03
bump hinted
bendn committed 2025-01-31
make boxing more generic
bendn committed 2025-01-31
add buf_unchecked
bendn committed 2025-01-31
add from_iter
bendn committed 2025-01-31
add assume init
bendn committed 2025-01-31
add uninit and alloc
bendn committed 2025-01-31
add set and unchecked to indexedimage
bendn committed 2025-01-28
add raw to indexd images
bendn committed 2025-01-28
into wrappers
bendn committed 2025-01-19
palette image
bendn committed 2025-01-19
some changes
bendn committed 2025-01-19
replace
bendn committed 2024-12-14
add float conversions
bendn committed 2024-12-03
fix b64 for 32 bit
bendn committed 2024-11-29
improve safety of blit()
bendn committed 2024-06-25
add row and col iters (#3)
bendn committed 2024-05-20
futureproof transmutation issues
bendn committed 2024-05-18
some small changes
bendn committed 2024-05-06
​
bendn committed 2024-03-13
​
bendn committed 2024-03-13
detection of color count
bendn committed 2024-03-13
faster b64
bendn committed 2024-03-12
commit crimes
bendn committed 2024-03-12
scale to fit
bendn committed 2024-03-12
whoops
bendn committed 2024-03-12
add terminal printing functions
bendn committed 2024-03-11
use atools
bendn committed 2024-02-12
wgpu types
bendn committed 2024-01-27
facepolm
bendn committed 2024-01-23
add uninit image overlay impls
bendn committed 2024-01-23
shrug
bendn committed 2024-01-23
bump
bendn committed 2024-01-23
uninit flips
bendn committed 2024-01-23
add uninit image type
bendn committed 2024-01-23
optimize repeat
bendn committed 2024-01-22
bump
bendn committed 2024-01-22
add cloneroverlayat<3, 3>
bendn committed 2024-01-22
add Image::text for packed
bendn committed 2023-12-08
fix simd
bendn committed 2023-12-07
add `Image::fill`
bendn committed 2023-12-06
add `Image::crop`
bendn committed 2023-12-06
optimize blur and provide in place options
bendn committed 2023-11-23
packing trait
bendn committed 2023-11-14
add `DynImage::pixel`
bendn committed 2023-11-13
add text to show()
bendn committed 2023-11-09
fix unnecessary asmut bound
bendn committed 2023-11-08
Revert "optimize rot90c"
bendn committed 2023-11-06
optimize rot90c
bendn committed 2023-11-06
add `Image::show`
bendn committed 2023-11-05
generic
bendn committed 2023-11-02
fix winding
bendn committed 2023-11-02
make tri() take ff32's
bendn committed 2023-11-01
use clipline crate
bendn committed 2023-11-01
blur
bendn committed 2023-11-01
cargo metadata
bendn committed 2023-10-31
dyn
bendn committed 2023-10-31
expand idk
bendn committed 2023-10-30
blended overlay
bendn committed 2023-10-30
add pixelops, improve text
bendn committed 2023-10-30
divide idk
bendn committed 2023-10-28
more image scaling filters
bendn committed 2023-10-28
doc auto cfg
bendn committed 2023-10-28
add a leak method
bendn committed 2023-10-27
fix default feature
bendn committed 2023-10-27
more buffers
bendn committed 2023-10-26
draw text
bendn committed 2023-10-26
use vec2's
bendn committed 2023-10-15
add Image::border_poly
bendn committed 2023-10-13
impl boxed for &[u8]
bendn committed 2023-10-05
optimize tri further
bendn committed 2023-10-05
add a `madd` function
bendn committed 2023-10-05
add Image::boxed
bendn committed 2023-10-04
use AsRef instead of Deref
bendn committed 2023-10-04
add tri bench
bendn committed 2023-10-04
do 270 degree rot out of place
bendn committed 2023-10-03
transpose out of place for rot_90 cloner
bendn committed 2023-10-02
fix incorrect safety doc
bendn committed 2023-10-02
remove unused nightly features
bendn committed 2023-10-02
optimize Image::repeat
bendn committed 2023-10-02
add Image::circle
bendn committed 2023-09-30
add Image::poly
bendn committed 2023-09-29
add Image::quad
bendn committed 2023-09-28
fix docs (?)
bendn committed 2023-09-27
use into_flattened
bendn committed 2023-09-27
add stroked box drawing
bendn committed 2023-09-27
thick lines
bendn committed 2023-09-26
add `points`
bendn committed 2023-09-26
make functions more generic
bendn committed 2023-09-26
must_use all cloner functions
bendn committed 2023-09-26
feeble attempt to fix docs.rs
bendn committed 2023-09-25
seal Cloner* traits
bendn committed 2023-09-25
reexport cloner overlays
bendn committed 2023-09-25
optimize tri (wtf)
bendn committed 2023-09-25
add a ImageCloner
bendn committed 2023-09-25
make drawing functions safe
bendn committed 2023-09-22
optimize transposition for powers of two
bendn committed 2023-09-22
update readme
bendn committed 2023-09-21
add image scaling
bendn committed 2023-09-21
box drawing
bendn committed 2023-09-11
triangle drawing
bendn committed 2023-09-11
add line drawing
bendn committed 2023-09-11
fix doc problems
bendn committed 2023-09-09
fix debug_assert and add test for repeat
bendn committed 2023-09-09
use iai
bendn committed 2023-09-07
Image::to_owned for &mut [T] too
bendn committed 2023-09-06
Image::take_buffer && Image::to_owned
bendn committed 2023-09-06
add make()
bendn committed 2023-09-06
remove Default
bendn committed 2023-09-06
fix unsoundness
bendn committed 2023-09-06
document unsafe blocks
bendn committed 2023-09-06
full documentation
bendn committed 2023-09-06
fix affine bench
bendn committed 2023-09-05
fix saveless
bendn committed 2023-09-05
remove needless traits
bendn committed 2023-09-05
save vecs too
bendn committed 2023-09-05
move benchmarks out
bendn committed 2023-09-05
fix transpose comments
bendn committed 2023-09-05
init
bendn committed 2023-09-05