image_jpeg 0.0.1 copy "image_jpeg: ^0.0.1" to clipboard
image_jpeg: ^0.0.1 copied to clipboard

outdated

Flutter plugin image encode jpeg.

image_jpeg #

Flutter plugin image encode jpeg.

The compression and zoom plug-in before the image is uploaded. Use native code for processing.

Supported Platforms

  • Android
  • IOS

How to Use #

# add this line to your dependencies
image_jpeg:
  git: git://github.com/yangyxd/image_jpeg.git
import 'package:image_jpeg/image_jpeg.dart';

// 调用 encodeJpeg ,返回输出的文件名
String newfileName = await ImageJpeg.encodeJpeg(imageFile.path, newfile, 70, JpgImageWidth, JpgImageHeigh);
1
likes
0
pub points
28%
popularity

Publisher

unverified uploader

Flutter plugin image encode jpeg.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on image_jpeg