Implemented TIFF LZW compression

This commit is contained in:
sashavasko
2010-05-10 17:51:05 -06:00
parent 114215e366
commit 7d846c4d26
40 changed files with 123 additions and 38 deletions

View File

@@ -71,6 +71,7 @@ class BatchQueuePanel : public Gtk::VBox,
void stopBatchProc ();
void saveOptions ();
void pathFolderChanged ();
void formatChanged ();
};