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

Method saveMetadata

ij/src/main/java/ij/io/TiffDecoder.java:220–227  ·  view source on GitHub ↗
(String name, String data)

Source from the content-addressed store, hash-verified

218 }
219
220 public void saveMetadata(String name, String data) {
221 if (data==null) return;
222 String str = name+": "+data+"\n";
223 if (tiffMetadata==null)
224 tiffMetadata = str;
225 else
226 tiffMetadata += str;
227 }
228
229 void decodeNIHImageHeader(int offset, FileInfo fi) throws IOException {
230 long saveLoc = in.getLongFilePointer();

Callers 2

saveImageDescriptionMethod · 0.95
OpenIFDMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected