Search found 2 matches

by kzlife76
2017-12-15T18:41:07-07:00
Forum: Users
Topic: Reading file attributes quickly
Replies: 3
Views: 2147

Re: Reading file attributes quickly

I found a library that is better suited for what I'm looking for. I can process the metadata of each file in about 1 second. http://nugetmusthaves.com/Package/MetadataExtractor ImageMagick is still quiet a powerful tool. Unfortunately, it's not built to do what I want it to do and I don't want to ...
by kzlife76
2017-12-15T11:46:50-07:00
Forum: Users
Topic: Reading file attributes quickly
Replies: 3
Views: 2147

Reading file attributes quickly

I'm using the .Net library to develop an application that can read the attributes of CR2 (Canon EOS Raw) files and move them to another directory based on their attributes. I have successfully got this working however, it is really slow. when I call new MagickImageInfo(path), it takes a good 1-2 ...