LosManos / LehmanLaidun

A solution for comparing contents of two folder structures.
Other
1 stars 0 forks source link

Image plugin #11

Open LosManos opened 3 years ago

LosManos commented 3 years ago

An image plugin should return Image format (png, gif, ... is there a canonical reference?) Image size, ratio, depth. Time and place of photograph. Other exif data?

LosManos commented 3 years ago

A plugin is created. Now fill it with data.

LosManos commented 3 years ago

Reading exif data (with System.Drawing) is a pain. We should probably use a third party library. (https://www.codeproject.com/Articles/36342/ExifLib-A-Fast-Exif-Data-Extractor-for-NET ?) But the plugins cannot load more DLLs by themselves.

To make a plugin load its on DLLs, solve #14.

This issue allows for console to have a dependency on any third party dll. A dependency that will be removed with #14.