library "cartridges" error occured..help me out

<I am trying to use cartridges library to compare 2 cartridges.
I successfully ran
file_path <- file.path("C:\Users\UserK\Documents\Data\202402cartridge\1.png")
exampleImage <- readCartridgeImage(file_path)
plotImage(exampleImage, type = "original")
then, I stuck with following function
processedExample <- allPreprocess(file_path)
and I got these message.
Error in slot(ebimage, ".Data")[337:2255, 13:1931, drop = FALSE] :
subscript out of bounds>

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.