piexifjs icon indicating copy to clipboard operation
piexifjs copied to clipboard

Read and modify exif in client-side or server-side JavaScript.

Results 21 piexifjs issues
Sort by recently updated
recently updated
newest added

Should probably mark this repo as dead since its no longer supported by anyone.

Hi! What are the supported file formats?

typescript definition - will help a lot to TS Developers :)

Given the reduced memory consumption of using TypedArrays instead of UTF-16 encoded JavaScript strings, I can see this being a huge benefit for piexifjs. Would you consider a pull-request that...

Hi, I have been trying to figure out the way to convert a string for XPSubject into the required format. Can anyone please provide more guidance / examples on how...

I saw the Beta has existed for a long time now. Are there plans to release v2.0 in the near future? Or should we stick with v1?

I'm trying to set GPSHPositioningError, but I'm not sure how to do it. I've tried this: ``` const accuracy = 123.45 // in meter gpsIfd[piexif.GPSIFD.GPSHPositioningError] = [Math.round(accuracy), 1] ``` It...

## What should be happening: As per the [TIFF documentation](http://www.fileformat.info/format/tiff/corion.htm), each IFD should end with: `OFFSET - Count TYPE - Description` `0002h + "NUM"*12 - 1 dword - Offset of...

Exif writing is fine, but jpg output quality is 100% or 1.0 whereas firefox and chrome exports at 0.92. So conflict of sizes may arise.