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 Detail

      • handlePlateImage

        void handlePlateImage​(PlateImageReference plateImageReference,
                              byte[] imageFileBytes)
        Handles specified image file bytes for specified plate image reference.