Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BabitMF/bmf
/ clone
Method
clone
bmf/hmp/java/src/main/java/com/bytedance/hmp/Image.java:126–129 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
124
}
125
126
public
Image clone()
127
{
128
return
Image.wrap(Api.image_clone(ptr), true);
129
}
130
131
public
Image crop(
int
left,
int
top,
int
width,
int
height)
132
{
Callers
1
testDataCopy
Method · 0.95
Calls
2
wrap
Method · 0.95
image_clone
Method · 0.95
Tested by
1
testDataCopy
Method · 0.76