Skip to content

Commit

Permalink
Add isRGB method
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikl committed Sep 24, 2024
1 parent bc5ae5d commit afea744
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/ome/api/RawPixelsStore.java
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ public interface RawPixelsStore extends StatefulServiceInterface {

public boolean isFloat();

public boolean isRGB();

public byte[] calculateMessageDigest();

public Pixels save();
Expand Down

0 comments on commit afea744

Please sign in to comment.