Add todos

This commit is contained in:
Ben Olden-Cooligan 2020-01-29 14:02:57 -05:00
parent b909343e45
commit 3e017fc24d

View File

@ -15,7 +15,11 @@ namespace NAPS2.Images.Storage
{ {
this.imageContext = imageContext; this.imageContext = imageContext;
} }
// TODO: I've gotten rid of most of the craziness. What remains is file/stream -> image and image -> file/stream.
// TODO: So it probably makes more sense to get rid of the "converters" and use imagecontext/iimage methods instead.
// TODO: That also might make lifetime easier to reason about.
[StorageConverter] [StorageConverter]
public FileStorage ConvertToFile(GdiImage input, StorageConvertParams convertParams) public FileStorage ConvertToFile(GdiImage input, StorageConvertParams convertParams)
{ {