change_color_profile 1.1.0 copy "change_color_profile: ^1.1.0" to clipboard
change_color_profile: ^1.1.0 copied to clipboard

This is a plugin that changes the color profile of an image

Change_Color_Profile_Flutter #

Getting started #

in pubspec.yaml

change_color_profile: ^1.1.0

Example #

import 'package:change_color_profile/change_color_profile.dart';
import 'package:image/image.dart' as img;

void main() async {
    // selectData is Uint8List
    var data = await changeColorProfile(profile, selectData);
    changeImage = Image.memory(data);
}

File Location(ColorProfile) #

Android

Flutter Project Dir > ios > Runner

iOS

Flutter Project Dir > android > app > src > main > assets
0
likes
150
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

This is a plugin that changes the color profile of an image

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, image, plugin_platform_interface

More

Packages that depend on change_color_profile

Packages that implement change_color_profile