Interface IPlateImageHandler
-
public interface IPlateImageHandler
Interface of classes handling plate images as byte arrays. The bytes are either in the original format of the image or PNG-encoded, depending on the parameters given to the method that uses the handler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handlePlateImage(PlateImageReference plateImageReference, byte[] imageFileBytes)
Handles specified image file bytes for specified plate image reference.
-
-
-
Method Detail
-
handlePlateImage
void handlePlateImage(PlateImageReference plateImageReference, byte[] imageFileBytes)
Handles specified image file bytes for specified plate image reference.
-
-