All Projects â†’ efskap â†’ Deepfriedmemes.com

efskap / Deepfriedmemes.com

Licence: gpl-3.0
🅱 Deep fries your pics. Serve with laundry sauce.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Deepfriedmemes.com

Startup Landing
Collection of free top of the line startup landing templates built using react/nextjs/gatsby. Free to download, simply edit and deploy! Updated weekly!
Stars: ✭ 176 (+34.35%)
Mutual labels:  static-site, webapp
Gaussianblur
An easy and fast library to apply gaussian blur filter on any images. 🎩
Stars: ✭ 473 (+261.07%)
Mutual labels:  image-processing, canvas
pushtape-cassette
A lightweight framework for building static music apps. Make a cassette.json of your music and render a complete music site in seconds, featuring a persistent music player.
Stars: ✭ 22 (-83.21%)
Mutual labels:  static-site, webapp
Gradex
An online tool to generate gradients background from given image so you can preview and download it.
Stars: ✭ 145 (+10.69%)
Mutual labels:  image-processing, canvas
Jpg Glitch
glitch images with jpg encoding
Stars: ✭ 1,120 (+754.96%)
Mutual labels:  image-processing, webapp
Photoeditor
A Photo Editor library with simple, easy support for image editing using paints,text,filters,emoji and Sticker like stories.
Stars: ✭ 3,105 (+2270.23%)
Mutual labels:  image-processing, canvas
Lena.js
👩 Library for image processing
Stars: ✭ 432 (+229.77%)
Mutual labels:  image-processing, canvas
Vintagejs
Add a retro/vintage effect to images using the HTML5 canvas element
Stars: ✭ 826 (+530.53%)
Mutual labels:  image-processing, canvas
Dagbot
The official Repository for dagbot, the self proclaimmed n1 meme bot.
Stars: ✭ 40 (-69.47%)
Mutual labels:  memes, image-processing
Shoebill
Web-based editor for Pelican and Nikola
Stars: ✭ 30 (-77.1%)
Mutual labels:  static-site, webapp
Distort Grid
distort and warp images in the browser
Stars: ✭ 101 (-22.9%)
Mutual labels:  image-processing, webapp
React Tint
A React component that applies image processing filters to an image using Processing
Stars: ✭ 89 (-32.06%)
Mutual labels:  image-processing, canvas
Wxdraw
A lightweight canvas library which providing 2d draw for weapp 埮信小皋序2d劚画库 😎 🐌
Stars: ✭ 1,625 (+1140.46%)
Mutual labels:  canvas, webapp
Zfont
💬 Text plugin for Zdog - works with any .ttf font!
Stars: ✭ 126 (-3.82%)
Mutual labels:  canvas
Leaflet.canvaslayer.field
Load and style Raster files in Leaflet (geotiff & asciigrid)
Stars: ✭ 128 (-2.29%)
Mutual labels:  canvas
Bitmap
C++ Bitmap Library
Stars: ✭ 125 (-4.58%)
Mutual labels:  image-processing
Responsive Sketchpad
A completely responsive, HTML5 canvas sketchpad for use on desktop and mobile browsers
Stars: ✭ 125 (-4.58%)
Mutual labels:  canvas
Earthjs
D3 Earth JS
Stars: ✭ 128 (-2.29%)
Mutual labels:  canvas
Color Tracker
Color tracking with OpenCV
Stars: ✭ 128 (-2.29%)
Mutual labels:  image-processing
Blur Detection
Some implementations of algorithms for blur detection in JPEGs
Stars: ✭ 125 (-4.58%)
Mutual labels:  image-processing

Deep fries your pics. Serve with laundry sauce.

live @ http://deepfriedmemes.com

tl;dr on how it works:

  • All processing done locally in the browser. (This means there is NO EXTERNAL API to consume, and will never be one without a rewrite. See #2.)
  • Filters applied by CamanJS
  • JPEG crushing done by drawing image to canvas, converting canvas to a jpeg data url, and repeating through recursion (because we proceed to the next step through the img.onload callback)
  • Bulging done using glfx

I'm probably not going to add bulging (nvm) / emojis because it seems kinda out of scope. But if you know a clean / fast way to do it, submit a PR :D

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].