Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ImageOptim/libimagequant
/ liq_attr_create
Function
liq_attr_create
imagequant-sys/src/ffi.rs:440–442 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
438
#[inline(never)]
439
#[allow(deprecated)]
440
pub extern
"C"
fn liq_attr_create() -> Option<Box<liq_attr>> {
441
liq_attr_create_with_allocator(ptr::null_mut(), libc::free)
442
}
443
444
#[no_mangle]
445
#[inline(never)]
Callers
10
Main
Method · 0.85
main
Function · 0.85
Java_org_pngquant_PngQuant_liq_1attr_1create
Function · 0.85
links_and_runs
Function · 0.85
c_callback_test_c
Function · 0.85
test_abort
Function · 0.85
test_zero_histogram
Function · 0.85
test_histogram
Function · 0.85
test_fixed_colors
Function · 0.85
test_fixed_colors_order
Function · 0.85
Calls
1
liq_attr_create_with_allocator
Function · 0.85
Tested by
7
links_and_runs
Function · 0.68
c_callback_test_c
Function · 0.68
test_abort
Function · 0.68
test_zero_histogram
Function · 0.68
test_histogram
Function · 0.68
test_fixed_colors
Function · 0.68
test_fixed_colors_order
Function · 0.68