f_glitch

所属分类:内容生成
开发工具:Dart
文件大小:0KB
下载次数:0
上传日期:2023-08-01 04:14:49
上 传 者sh-1993
说明:  向所选图像添加毛刺效应和RGB偏移效应,并将发生频率更改为这些效果。,
(Add glitch effect and RGB shift effect to selected image and change frequency of occurrence to these effects.,)

文件列表:
.metadata (783, 2023-07-31)
CHANGELOG.md (357, 2023-07-31)
LICENSE (1516, 2023-07-31)
analysis_options.yaml (154, 2023-07-31)
example/ (0, 2023-07-31)
example/.metadata (1668, 2023-07-31)
example/analysis_options.yaml (1453, 2023-07-31)
example/android/ (0, 2023-07-31)
example/android/app/ (0, 2023-07-31)
example/android/app/build.gradle (2188, 2023-07-31)
example/android/app/src/ (0, 2023-07-31)
example/android/app/src/debug/ (0, 2023-07-31)
example/android/app/src/debug/AndroidManifest.xml (412, 2023-07-31)
example/android/app/src/main/ (0, 2023-07-31)
example/android/app/src/main/AndroidManifest.xml (1667, 2023-07-31)
example/android/app/src/main/kotlin/ (0, 2023-07-31)
example/android/app/src/main/kotlin/com/ (0, 2023-07-31)
example/android/app/src/main/kotlin/com/example/ (0, 2023-07-31)
example/android/app/src/main/kotlin/com/example/example/ (0, 2023-07-31)
example/android/app/src/main/kotlin/com/example/example/MainActivity.kt (124, 2023-07-31)
example/android/app/src/main/res/ (0, 2023-07-31)
example/android/app/src/main/res/drawable-v21/ (0, 2023-07-31)
example/android/app/src/main/res/drawable-v21/launch_background.xml (438, 2023-07-31)
example/android/app/src/main/res/drawable/ (0, 2023-07-31)
example/android/app/src/main/res/drawable/launch_background.xml (434, 2023-07-31)
example/android/app/src/main/res/mipmap-hdpi/ (0, 2023-07-31)
example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png (544, 2023-07-31)
example/android/app/src/main/res/mipmap-mdpi/ (0, 2023-07-31)
example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png (442, 2023-07-31)
example/android/app/src/main/res/mipmap-xhdpi/ (0, 2023-07-31)
example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png (721, 2023-07-31)
example/android/app/src/main/res/mipmap-xxhdpi/ (0, 2023-07-31)
example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png (1031, 2023-07-31)
example/android/app/src/main/res/mipmap-xxxhdpi/ (0, 2023-07-31)
example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png (1443, 2023-07-31)
... ...

# notice [animated_glitch](https://pub.dev/packages/animated_glitch) is more powerful package. It is better to use above package to add glitch effect images. # f_glitch [![pub package](https://img.shields.io/pub/v/f_glitch.svg)](https://pub.dev/packages/f_glitch) [web demo](https://kyu-suke.github.io/examples/flttr/) Glitch effects to images. - basic ![basic_](https://user-images.githubusercontent.com/9162117/183775728-77000c77-73aa-4395-9b58-0abff74751ea.gif) - highFrequency ![highFrequency_](https://user-images.githubusercontent.com/9162117/183775762-64edf697-2c27-4431-8208-935b631b99de.gif) ### mov file demo https://user-images.githubusercontent.com/9162117/183772705-6db4aec8-993b-45e4-93e1-35e95a1a3543.mov https://user-images.githubusercontent.com/9162117/183772721-f78558e6-82f7-4a64-8626-32b3b6117245.mov ## How to use In your pubspec.yaml: ```yaml dependencies: f_glitch: ^0.1.1 ``` ```dart FGlitch( imageProvider: const AssetImage('assets/sample.jpg') ); ```

近期下载者

相关文件


收藏者