Some Scratch projects store images in lists, with one item for each pixel; this page allows converting conventional image formats such as PNG to text files that can be imported to Scratch lists, and vice-versa.
Pixel order: Left-to-right, top-to-bottom Right-to-left, top-to-bottom Left-to-right, bottom-to-top Right-to-left, bottom-to-top Top-to-bottom, left-to-right Top-to-bottom, right-to-left Bottom-to-top, left-to-right Bottom-to-top, right-to-left
Channels: RGB ARGB RGBA Gray
Bits per channel:
Pixel format: Plain hexadecimal Hexadecimal with 0x prefix Decimal number
Input file:
Width and height: x (required for converting list to image)
Convert to list Convert to image