This is the bare bones version of FLIP64 encoder. You can feel free to remix it as long as you credit my project! Check the code to see how it works.
VARIABLES: MaximumBitsReached: The length of each line Image size: The height or size of the image Pixels Printed: How many pixels were printed in one line. LISTS: Binary: the place that stores the ones and zeroes, and is also the list that gets recognized by the binary reader. BLOCKS: if line reaches maximum length, move to a new line: Self-explanatory read binary from table (table): Translates the last number inputted in the table (binary) into color print pixel: prints a pixel BROADCASTS: go: runs the FLIP64 outputter