Skip to content

Commit

Permalink
Change default value of list pixels to true
Browse files Browse the repository at this point in the history
  • Loading branch information
dgault committed Oct 26, 2023
1 parent 290d767 commit 12617b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loci/formats/in/ZarrReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public class ZarrReader extends FormatReader {
public static final String SAVE_ANNOTATIONS_KEY = "zarrreader.save_annotations";
public static final boolean SAVE_ANNOTATIONS_DEFAULT = false;
public static final String LIST_PIXELS_KEY = "omezarr.list_pixels";
public static final boolean LIST_PIXELS_DEFAULT = false;
public static final boolean LIST_PIXELS_DEFAULT = true;
public static final String LIST_PIXELS_ENV_KEY = "OME_ZARR_LIST_PIXELS";
public static final String INCLUDE_LABELS_KEY = "omezarr.include_labels";
public static final boolean INCLUDE_LABELS_DEFAULT = false;
Expand Down

0 comments on commit 12617b8

Please sign in to comment.