Convert pbm file to csv with right height and width
@@ -0,0 +1,6 @@
from utils.pbmformator import formatPbm
from utils.savetofile import matrixToFile
if __name__ == "__main__":
# Usage example
matrixToFile(formatPbm('resources/original/test1ascii.pbm'), 'resources/reformatted/test1.csv')
The note is not visible to the blocked user.