Support HCS as well as CHS format in the image reader/writer.

This commit is contained in:
David Given
2022-01-10 23:49:25 +01:00
parent 40bca8b38c
commit c4e29e74b2
11 changed files with 119 additions and 73 deletions

View File

@@ -5,7 +5,6 @@
#include "image.h"
#include "proto.h"
#include "lib/config.pb.h"
#include "imagereader/imagereaderimpl.h"
#include "fmt/format.h"
#include <algorithm>
#include <iostream>