mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-19 20:19:05 +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]
|
||||
fn rotate(width: usize, height: usize, rotate: usize) {
|
||||
|
||||
Reference in New Issue
Block a user