MCPcopy Index your code
hub / github.com/benfry/processing4 / requestImage

Method requestImage

core/src/processing/core/PApplet.java:5130–5132  ·  view source on GitHub ↗
(String filename)

Source from the content-addressed store, hash-verified

5128
5129
5130 public PImage requestImage(String filename) {
5131 return requestImage(filename, null);
5132 }
5133
5134
5135 /**

Callers

nothing calls this directly

Calls 4

createImageMethod · 0.95
loadImageMethod · 0.95
executeMethod · 0.45

Tested by

no test coverage detected