-
## ❓ Questions and Help
I follow the code in https://github.com/pytorch/xla/blob/master/contrib/kaggle/distributed-pytorch-xla-basics-with-pjrt.ipynb
But use xmp.spawn(print_device, args=(lock,), …
-
### The bug
This has been discussed several times before, but there is an unintuitive behaviour where if a user edits metadata of an asset in an external library that's mounted as read-only (say by…
-
I got this error when loading a TIFF file `VlivCreateTrueColorDIBSection failed with error 87: The parameter is incorrect`
The file seems to have been created by Photoshop. I realise that gdalinfo …
-
I have jxl image with integrated xmp data inside (lightroom). After conversioning jxl to jpg this data (editions history, keywords, faces and e.t.c. is gone).
For example image with face data (jxl …
-
```
Cannot add own xmp tag with
What steps will reproduce the problem?
When i try
xmpfile =
XMPFiles(file_path="/file/configs/pdf/pdf13.pdf",open_forupdate=files.XMP_OPEN_F
ORUPDATE)
xmp = xmpfile.…
-
Hi there,
I've attached the gif I noticed this behavior on:
![file.gif](https://github.com/user-attachments/assets/5adb0a27-be49-4725-9123-0159e582f6ec)
I'm running this on Arch Linux, with Exif…
ninas updated
2 months ago
-
Is there a way wo load a catalog and extract all the xmp files along with their images? Like in a dictionary or 2 lists?
-
Originally reported on Google Code with ID 473
```
To get someday XMP support to RT I put one idea where to start.
CMakeLists.txt add:
option (WITH_EXIV2 "Build with Exiv2 support" ON)
if (WITH_EXI…
-
I'm using the example from the readme on a JPEG file:
```
m, err := imagemeta.Parse(f)
if err != nil {
return nil
}
fmt.Println(m.Xmp())
```
but I get an error of `xmp: error no XMP Ta…
-
**Problem:**
My goal was to write XMP metadata to a pdf, but there was metadata attached to the pdf already (because i already attached another entry to it once, but that entry had wrong data), so no…