Giter Club home page Giter Club logo

slidetoglitch's Introduction

SlideToGlitch

Android application to Glitch image.

It corrupts images byte array so that they appear "glitched". The byte array can to obtained from Bitmap of an image.

You can directly use this glitch effect in your project by copying Glitcher.java file. The Glitcher.java file has static method glitch(), this method takes 4 parameters image bitmap, amount of glitch [1, 99], seed [0, 100], iterations [1, 100] & quality if image [1, 99]. and returns glitched image bitmap.

glitchedBitmap = Glitcher.glitch(Bitmap bitmap, int amount, int seed, int iterations, int quality);

#Improvements

If you're interested in adding more features, or want to countribute to project then following are the thing that can be improved.

  • UI can be improved.
  • Filtes can be added, such as RGB Glitch filters. (About tab can be replaced with filtes tab).
  • Image share feature need to be added.
  • The quality of glitched image can be improved.

#Importantly

This project was inspired from https://github.com/snorpey/jpg-glitch

Thank you for visiting this repository.

#Try apk

Try this application SlideToGlitch.apk

slidetoglitch's People

Contributors

shubhamvernekar avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.