MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / setImageProperties

Method setImageProperties

ij/src/main/java/ij/plugin/FFT.java:307–311  ·  view source on GitHub ↗
(ImagePlus imp, String type)

Source from the content-addressed store, hash-verified

305 }
306
307 private void setImageProperties(ImagePlus imp, String type) {
308 imp.setProp(" ", type);
309 imp.setProp("Original width", originalWidth);
310 imp.setProp("Original height", originalHeight);
311 }
312
313 private void enhanceContrast(ImagePlus imp) {
314 IJ.run(imp, "Enhance Contrast", "saturated=0.35");

Callers 1

doForwardTransformMethod · 0.95

Calls 1

setPropMethod · 0.80

Tested by

no test coverage detected