You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a jpeg image with XMP data written in XML format, if the value is a number with 18 or more characters, such as 123456789123456789, it becomes 123456789123456780. If the number has more digits, it becomes exponential notation. I would like it to be treated as a string, but is there a way to avoid this?
The text was updated successfully, but these errors were encountered:
When using a jpeg image with XMP data written in XML format, if the value is a number with 18 or more characters, such as 123456789123456789, it becomes 123456789123456780. If the number has more digits, it becomes exponential notation. I would like it to be treated as a string, but is there a way to avoid this?
The text was updated successfully, but these errors were encountered: