MCPcopy Create free account
hub / github.com/chislon/Launcher3 / ExifOutputStream

Class ExifOutputStream

src/com/android/gallery3d/exif/ExifOutputStream.java:60–518  ·  view source on GitHub ↗

This class provides a way to replace the Exif header of a JPEG image. Below is an example of writing EXIF data into a file public static void writeExif(byte[] jpeg, ExifData exif, String path) { OutputStream os = null; try { os = new FileOutputStream(path); ExifOut

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected