change_color_profile 0.0.4 copy "change_color_profile: ^0.0.4" to clipboard
change_color_profile: ^0.0.4 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: ^0.0.4

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
130
pub points
0%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, image, plugin_platform_interface

More

Packages that depend on change_color_profile