Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions org/openslide/OpenSlide.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ public void close() throws IOException {

final public static String PROPERTY_NAME_BACKGROUND_COLOR = "openslide.background-color";

final public static String PROPERTY_NAME_BARCODE = "openslide.barcode";

final public static String PROPERTY_NAME_BOUNDS_HEIGHT = "openslide.bounds-height";

final public static String PROPERTY_NAME_BOUNDS_WIDTH = "openslide.bounds-width";
Expand Down
Loading