JavaScript-Load-Image icon indicating copy to clipboard operation
JavaScript-Load-Image copied to clipboard

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

Results 13 JavaScript-Load-Image issues
Sort by recently updated
recently updated
newest added

First of all, thank you for this wonderful package! I call replaceHead to keep some metadata after resizing an image, but according to http://metapicz.com/#landing the ICC Profile data gets lost....

Libraries like https://www.npmjs.com/package/browser-image-resizer allow to compress drastically images client side (set maxWidth and maxHeight, but also reducing file size) Is there a way to achieve that with blueimp-load-image ? Thanks...

feature

Hey is there any way to make the image a max size when scaling? Like give the max width, the max height but also the max byte length? and match...

Original image: `"blueimp-load-image": "5.16.0",` When orientation is number I get proper result: `const { image } = await loadImage(file, { orientation: 6, canvas: true, });` ![image](https://user-images.githubusercontent.com/2506282/159651799-e6657fd4-81a4-4243-9e04-6af427aea7f9.png) When orientation is string...

Hello and thank you for this nice library. I noticed that setting `maxWidth/maxHeight` and `aspectRatio` together doesn't work. \ The image is cropped to the requested aspect ratio, but not...

Thank you for a great library! I am trying to set the orientation of an image without changing image data: ` const imageData = await loadImage(blob, { meta: true });...

No metadata detected in the following image: [nr18.png.zip](https://github.com/blueimp/JavaScript-Load-Image/files/7785139/nr18.png.zip) Real Metadata:

Tested on Safari, Chrome and Webkit Mac app. The file on this link: [https://reminis-pip-pab.s3.amazonaws.com/DW_ET.jpg](https://reminis-pip-pab.s3.amazonaws.com/DW_ET.jpg) It gives "Invalid JPEG metadata: Invalid segment size." error on Webkit Mac App. It is in...

When dealing with large images (such as a panorama image shoot with an iPhone, resolution: 11118 × 3820) the `loadImage()` function with `canvas=true` will produce a warning: `Canvas area exceeds...

Hi, I've been using this library for a while and it works really great, one thing that came up recently is to give [HEIC](https://www.macworld.co.uk/feature/iphone/what-is-heic-3660408/) image support, but when I try...

feature