Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ requestImage
Method
requestImage
core/src/processing/core/PApplet.java:5645–5647 ·
view source on GitHub ↗
(String filename)
Source
from the content-addressed store, hash-verified
5643
5644
5645
public
PImage requestImage(String filename) {
5646
return
requestImage(filename, null);
5647
}
5648
5649
5650
/**
Callers
nothing calls this directly
Calls
4
createImage
Method · 0.95
loadImage
Method · 0.95
awaitAsyncSaveCompletion
Method · 0.45
execute
Method · 0.45
Tested by
no test coverage detected