setDpi static method

Future<Uint8List> setDpi(
  1. Uint8List imageBytes,
  2. int dpi
)

Sets the DPI in EXIF.

Implementation

static Future<Uint8List> setDpi(Uint8List imageBytes, int dpi) async =>
    ImageGeneral.setDpi(imageBytes, dpi);