MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / decompress

Method decompress

src/main/java/field/graphics/JPEGLoader.java:9–9  ·  view source on GitHub ↗
(String filename, Buffer dest, int width, int height)

Source from the content-addressed store, hash-verified

7 */
8public interface JPEGLoader {
9 void decompress(String filename, Buffer dest, int width, int height);
10
11 int[] dimensions(String filename);
12

Callers 15

TextureLoaderMethod · 0.65
reloadMethod · 0.65
TextureLoaderMethod · 0.65
reloadMethod · 0.65
loadResourceMethod · 0.65
doStereoMethod · 0.65
doMonoMethod · 0.65
PointCloudFromJPGClass · 0.65
decompressMethod · 0.65
performMethod · 0.65
performMethod · 0.65
performMethod · 0.65

Implementers 2

SlowJPEGsrc/main/java/field/graphics/SlowJPEG.
FastJPEGsrc/main/java/field/graphics/FastJPEG.

Calls

no outgoing calls

Tested by

no test coverage detected