Printscreen.js is a  JavaScript library that can parse the user's clipboard, and if an image is found inside it, allow the user to to copy-paste it inside a Web page.This is done by dumping the image to a canvas tag on the page.If the developer...

Kubist

Kubist 1.0

Kubist takes a regular photo and using a triangle or circle-based algorithm transform the photo into a low-poly mesh, a technique usually used in 3D rendering software.The result is outputted using SVG graphics, with special controls that allow the user...

useful.catalog.js is an alternative to those bulky Flash-based magazine widgets, letting developers embed images in a magazine-like display.This widget is perfect when wanting to insert an online version of a magazine or catalog on your site, allowing...

useful.cropper.js is a JavaScript and PHP solution to run your own image cropping system.It works by overlaying a transparent DIV over the image, with a cut-out box on top, giving a preview of what the cut-out image could look like.Users can grab the...

LazyLoad

LazyLoad 1.5.5 updated

LazyLoad is different from other lazy-loading systems because it heavily relies on the srcset attribute and comes with special support for progressive JPEG files.The library is quite easy to implement, has some pretty solid default options, but also a lot...

Layzr.js

Layzr.js 1.4.3 updated

Layzr.js works by telling the user's browser to postpone the loading of image files shown out of the viewport, delaying them to the moment when the user scrolls down the page and the images either enter the page or come to rest near the...

Retina Images

Retina Images 1.7.2 updated

Works by setting a cookie with the device's aspect ratio and delivering images at different qualities based on that setting.If the aspect ratio is bigger than 1, a high resolution version of the desired image is server.If a high-res version isn't...