mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-20 04:28:52 +00:00
More conservative tiling size
This commit is contained in:
@@ -22,7 +22,7 @@ impl<T> HardUnwrap<T> for Option<T> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const TILE_SIZE: usize = 64;
|
const TILE_SIZE: usize = 16;
|
||||||
|
|
||||||
#[no_mangle]
|
#[no_mangle]
|
||||||
fn rotate(width: usize, height: usize, rotate: usize) {
|
fn rotate(width: usize, height: usize, rotate: usize) {
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user