All Projects β†’ snorpey β†’ Jpg Glitch

snorpey / Jpg Glitch

Licence: mit
glitch images with jpg encoding

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Jpg Glitch

Deepfriedmemes.com
πŸ…±οΈ Deep fries your pics. Serve with laundry sauce.
Stars: ✭ 131 (-88.3%)
Mutual labels:  image-processing, webapp
ambianic-ui
PWA for managing Ambianic Edge devices (smart cameras).
Stars: ✭ 32 (-97.14%)
Mutual labels:  pwa, webapp
share-it
share-it-nine.vercel.app
Stars: ✭ 19 (-98.3%)
Mutual labels:  pwa, webapp
Metastream
Watch streaming media with friends.
Stars: ✭ 1,926 (+71.96%)
Mutual labels:  pwa, webapp
Next Pwa
Zero config PWA plugin for Next.js, with workbox 🧰
Stars: ✭ 909 (-18.84%)
Mutual labels:  pwa, webapp
Learning Pwa
πŸ“±some samples and blogs about how to start with your first PWA
Stars: ✭ 162 (-85.54%)
Mutual labels:  pwa, webapp
Beatbump
Alternative YouTube Music frontend built with Svelte/SvelteKit 🎧
Stars: ✭ 77 (-93.12%)
Mutual labels:  pwa, webapp
Mt Music Player
Web music player
Stars: ✭ 63 (-94.37%)
Mutual labels:  pwa, webapp
Money Tracker
πŸ’° Personal finances tracking web app
Stars: ✭ 577 (-48.48%)
Mutual labels:  pwa, webapp
Wasm Imagemagick
Webassembly compilation of https://github.com/ImageMagick/ImageMagick & samples
Stars: ✭ 442 (-60.54%)
Mutual labels:  image-processing, pwa
Webapp Webpack Plugin
[DEPRECATED] use favicons-webpack-plugin instead
Stars: ✭ 127 (-88.66%)
Mutual labels:  pwa, webapp
Prestashop
Free PWA & SPA for PrestaShop
Stars: ✭ 59 (-94.73%)
Mutual labels:  pwa, webapp
Sysmon
A B/S mode system monitor for linux (demo http://199.247.1.240:2048)
Stars: ✭ 110 (-90.18%)
Mutual labels:  pwa, webapp
Distort Grid
distort and warp images in the browser
Stars: ✭ 101 (-90.98%)
Mutual labels:  image-processing, webapp
Absolute
Absolute is a web-based O2O(Online to Offline) platform like Siren-Order for Starbucks. We are focused on creating the platform that is portable, cheaper, easier, decentralized and appless.
Stars: ✭ 96 (-91.43%)
Mutual labels:  pwa, webapp
englishextra.github.io
English Grammar for Russian-Speakers, a PWA website + SPA
Stars: ✭ 19 (-98.3%)
Mutual labels:  pwa, webapp
Vuefront
VueFront Core. Turn your old-fashioned CMS website in to a SPA & PWA in 5 minutes
Stars: ✭ 316 (-71.79%)
Mutual labels:  pwa, webapp
Alumna
[Alpha release of v3] Development platform for humans / Plataforma de desenvolvimento para humanos
Stars: ✭ 32 (-97.14%)
Mutual labels:  pwa, webapp
Docker Vue Node Nginx Mongodb Redis
πŸ‰ An awesome boilerplate, Integrated Docker, Vue, Node, Nginx, Mongodb and Redis in one, Designed to develop & build your web applications more efficient and elegant.
Stars: ✭ 34 (-96.96%)
Mutual labels:  pwa, webapp
One Pixel Attack Keras
Keras implementation of "One pixel attack for fooling deep neural networks" using differential evolution on Cifar10 and ImageNet
Stars: ✭ 1,097 (-2.05%)
Mutual labels:  image-processing

image glitch experiment

this is an experiment for the web browser. it corrupts jpg images so that they appear "glitched".

glitch experiment screen shot

online demo

this experiment is very much based on the smack my glitch up js script.

a desktop app of the jpg-glitcher is also available. you can download it here.

glitch effect code

if you're a developer and just interested in the code for the glitch effect, there's a separate repository for that: glitch-canvas.

third party code used in this experiment

license

MIT License

development

if you're interested in adding features, fixing bugs the code, or running the tool on your own server, here are some pointers to help you get familar with the code base.

if you have questions about the code, don't hesitate to open an issue or send me an email.

  • config.js: all defaults and settings are in here
  • glitcher.js the main app starting point. all events are hooked up in here.
  • the app does not use any big dom libraries or app frameworks (like jquery, angular or react)
  • where possible, the app uses webworkers for complex tasks
  • all strings that are displayed to the user are located in the lang/ folder. for each language, a different file is created.
  • the app uses a serviceworker to make it available offline in browsers that support it
  • the app was built without any preprocessors in mind. using the build script is entirely optional and not required to get the app to work.

build script

the build script takes care of concatenating and minifying all scripts and styles. it uses gruntjs.

please make sure that both nodejs and npm are set up properly] on your machine.

run npm install to install the dependencies of the build script.

to build, run npm run build the optimized files will get copied to the production/ folder.

missing something?

found a bug? missing a feature? instructions unclear? are you using this tool in an interesting project? maybe have a look at the issues, open a pull request and let me know. thanks!

most importantly

thank you for taking a look at this repo. have a great day :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].