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

Method loadImage

core/src/processing/opengl/PSurfaceJOGL.java:1293–1299  ·  view source on GitHub ↗
(String path, Object... args)

Source from the content-addressed store, hash-verified

1291
1292
1293 @Override
1294 public PImage loadImage(String path, Object... args) {
1295 // Would like to rewrite this for 4.x, but the strategies for loading
1296 // image data with GL seem unnecessarily complex, and not 100% necessary:
1297 // we haven't had to remove as much AWT as expected. [fry 211123]
1298 return ShimAWT.loadImage(sketch, path, args);
1299 }
1300
1301
1302 @Override

Callers

nothing calls this directly

Calls 1

loadImageMethod · 0.95

Tested by

no test coverage detected