drewnoakes / metadata-extractor-dotnet

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Other
941 stars 167 forks source link

port EPS support from Java #236

Closed kwhopper closed 4 years ago

kwhopper commented 4 years ago

Self-explanatory.

One debatable addition is the StringBuilderExtensions class. I tried to keep the IndexOf portion since it saves some Strings, and adapted a simple set of methods from the internet. The URL is in the comments. If you'd rather not use this, that's fine but it will need to ToString().IndexOf instead.

kwhopper commented 4 years ago

Most of these are addressed. Let me know if there are any other issues. Thanks