MCPcopy 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

createImageMethod · 0.95
loadImageMethod · 0.95
executeMethod · 0.45

Tested by

no test coverage detected