Output images now get geometry specs to indicate what kind of file to write.

This commit is contained in:
David Given
2019-08-07 23:23:07 +02:00
parent eb924780ab
commit d8172154c3
27 changed files with 201 additions and 187 deletions

View File

@@ -11,10 +11,11 @@ class Track;
extern FlagGroup readerFlags;
extern void setReaderDefaultSource(const std::string& source);
extern void setReaderDefaultOutput(const std::string& output);
extern void setReaderRevolutions(int revolutions);
extern std::vector<std::unique_ptr<Track>> readTracks();
extern void readDiskCommand(AbstractDecoder& decoder, const std::string& outputFilename);
extern void readDiskCommand(AbstractDecoder& decoder);
#endif