/f_glitch

Add glitch effect and RGB shift effect to selected image and change frequency of occurrence to these effects.

Primary LanguageDartBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

notice

animated_glitch is more powerful package. It is better to use above package to add glitch effect images.

f_glitch

pub package

web demo

Glitch effects to images.

  • basic

basic_

  • highFrequency

highFrequency_

mov file demo

basic.mov
highFrequency.mov

How to use

In your pubspec.yaml:

dependencies:
  f_glitch: ^0.1.1
FGlitch(
  imageProvider: const AssetImage('assets/sample.jpg')
);