dqoi 1.3.0 copy "dqoi: ^1.3.0" to clipboard
dqoi: ^1.3.0 copied to clipboard

A Dart implementation of the "Quite OK Image Format", with a command line interface for console use and a library for use in applications.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dqoi

Use it

The package has the following executables:

$ dqoi

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dqoi

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  dqoi: ^1.3.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dqoi/dqoi.dart';
2
likes
130
pub points
16%
popularity

Publisher

verified publisherjaffaketchup.dev

A Dart implementation of the "Quite OK Image Format", with a command line interface for console use and a library for use in applications.

Repository (GitHub)
View/report issues

Documentation

API reference

Funding

Consider supporting this project:

github.com
ko-fi.com

License

Apache-2.0 (LICENSE)

Dependencies

args, flutter, image, path

More

Packages that depend on dqoi