Skip to content

Commit

Permalink
Merge pull request #280 from bls337/main
Browse files Browse the repository at this point in the history
re-enable NDTiff save mode
  • Loading branch information
bls337 authored May 3, 2024
2 parents d5cd336 + 4433a49 commit e51ea39
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,6 @@ boolean run() {
return false;
}

// TODO: once saving NDTiff images works, delete this line, always set to MULTIPAGE_TIFF for now
DefaultDatastore.setPreferredSaveMode(studio_, Datastore.SaveMode.MULTIPAGE_TIFF);


// Projection mode
//TODO: where should this come from in settings?
boolean projectionMode = false;
Expand Down

0 comments on commit e51ea39

Please sign in to comment.