Mattias Wallander

Results 55 comments of Mattias Wallander

Hi! You can get the "raw"/not parsed value of a tag by reading `value`. If that is what you mean. The tag ID is not available though.

There is (currently) no parameter to pass in for that but it can be done afterwards. Here is a oneliner that also fixes that strings in their raw format comes...

`[72, 1] ` is a very close representation of the raw data from the file. It's a rational number which is represented by numerator and denominator. So to get the...

Yeah, it's tricky I'm afraid. In ExifReader there is only the original representation or the computed value as in `description`, nothing in between where only some tag values are transformed....

I guess you meant to tag me. Maybe one way could be to add the type to the tag object. Would that help you?

@ReedYu What do you mean by the original Exif in this context? The earlier request in this discussion did not describe what I would consider being the original Exif so...

> I want to obtain the original EXIF format and use other plugins to write the original EXIF back to the image. However, I am currently using Piexif-ts to write...

@BuZZ-dEE I think I understand now and it might be a good update. Let's work this through together and see where we land. Can you state all the different types...

@ReedYu No worries. I see what you mean. As I mentioned in the other discussion I will have a look at it but I can't give a timeline right now.

Hi! I will try to reproduce this. Do you happen to have webpack installed globally on your system? When looking around it sounded like that could be one reason for...