JavaScript-Load-Image

Image loader

A JavaScript library for loading and transforming images, including scaling, cropping, rotation, and metadata parsing.

Load images provided as File or Blob objects or via URL. Retrieve an optionally scaled, cropped or rotated HTML img or canvas element. Use methods to parse image metadata to extract IPTC and Exif tags as well as embedded thumbnail images, to overwrite the Exif Orientation value and to restore the complete image header after resizing.

GitHub

4k stars
161 watching
924 forks
Language: JavaScript
last commit: about 3 years ago

Related projects:

Repository Description Stars
tuupola/lazyload A plugin for delaying the loading of images until they come into view 8,762
toddmotto/echo A JavaScript library for lazy-loading images with data-* attributes 3,721
evenchange4/react-progressive-bg-image Provides a reusable UI component for loading images in a medium-like style with a fallback image and customizable animation effects. 227
desandro/imagesloaded A utility that detects when images have loaded in web pages 8,888
fengyuanchen/cropperjs A JavaScript library for cropping and manipulating images. 13,130
bbc/imager.js Simplifies responsive image loading by dynamically selecting the best-sized image based on user screen size and device pixel density. 3,838
callmecavs/layzr.js A JavaScript library that automatically loads images when they come into view 5,554
huangjinlin/mpvue-img-load A Vue.js image loader component for managing preloading of images in MPVue applications. 27
requirejs/requirejs A file and module loader for JavaScript applications 12,951
jgw96/st-img A web component library to lazy load images as they come into view. 58
nkoehring/v-lazy-img A Vue.js directive for lazy loading images 26
wormsan/vue-lazyload-img An image lazy loading plugin for Vue.js, optimized for mobile browsers. 249
billyma128/wepy-img-loader A library that provides preloading of images in WeChat Mini Programs using the Wepy framework. 22
mikekovarik/exifr A fast and versatile JavaScript library for parsing and extracting metadata from image files 1,065
vvo/lazyload An image lazyloading library for optimizing page load times by delaying the loading of non-visible elements until they come into view. 938