useful.zoom.js has two main features: the zooming function and the panning capability.The library works by cramming and resizing a larger image to fit inside a small container.The zooming function allows users to zoom in a photo around this container's...

useful.viewer.js is a JavaScript library that breaks up big photos in smaller parts using PHP, and then loads only the visible portions based on the user's photo zoom level.The behavior is similar to what you see daily on Google Maps, but packed in a...

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

jQuery.LazyContent

jQuery.LazyContent 0.3.0 updated

jQuery.LazyContent allows webmasters to optimize their larger Web pages for better performance in today's Internet where page loading speeds matter to both search engines and users alike.The plugin works by loading only the images visible on screen at...

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