Sets the DPI in EXIF.
static Future<Uint8List> setDpi(Uint8List imageBytes, int dpi) async => ImageGeneral.setDpi(imageBytes, dpi);