-
The current export of the type definition in `index.d.ts` looks like this:
```ts
export default function exif(buffer: Buffer): Exif;
```
However, the current implementation in `index.js` does not …
-
### What did you do?
I opened/created a new image with XMP and Exif data. I saved the image using `save()` without passing the XMP/Exif data.
### What did you expect to happen?
In Pillow 10.x, th…
-
See https://forum.inaturalist.org/t/photos-metadata-exif-lost-with-the-inaturalist-application/57805 I can replicate with 1.35.5 (619)
1. Make sure that a photo saved to your device has location in…
-
### Description
This package looks like a great step up from `piexifjs` in many ways. Better API, supports more image formats (awesome!). But unlike `piexifjs` it does not support writing the Exif …
-
when i do some test, i just found this image has some warning issue with exiftool,the metadata warning appear ,and when upload on comfyUI image upload node, it will pop up some error messages like no…
-
hi sorry! not sure what the etiquette is for contributing but when i ran the script and downloaded the images, i noticed that the time metadata was set to UTC by default. i made some changes that set …
-
Possible issue, not really certain.
Using metadata-extractor-2.19.0.jar against the attached file, I get the following metadata tag `Exif IFD0:Date/Time` value: `Sat Feb 04 18:44:14 2006`. Isn't t…
-
Hi there @respondcreate
The EXIF Metadata auto-rotate functionality is a nice touch.
_Except_, when Apple's buggy Swift jpeg rendering library creates unwanted behavior in the metadata, resulting i…
-
Windows Explorer displays JPEG metadata using Details Pane in main window or Details tab in Properties window.
It seems possible to add it for custom format using Property Handlers: [https://learn.mi…
-
If we have a jpeg with a Copyright field like:
```
tags, tags are
```
then when we upload the file to WordPress and fetch the Exif metadata using:
```
wp_get_attachment_metadata($att_id[0], true)…