bbengfort / inigo

Tools for dealing with images on disk for archival purposes
MIT License
0 stars 0 forks source link

FileMeta and ImageMeta recursive import #15

Open bbengfort opened 9 years ago

bbengfort commented 9 years ago

Right now FileMeta is in the inigo.fs module and the ImageMeta is in inigo.image. This make sense organizationally and ImageMeta extends FileMeta. Unfortunately this also means you can't convert a Node or a FileMeta directly to an ImageMeta due to the recursive import. We'll have to consider some other way to manage this.