// This macro opens a text file in hexadecimal format as an image hexImg = File.openAsString(""); lines = split (hexImg,'\n'); height = lines.length; firstLine = split (lines[0],' '); width = firstLine.length; newImage('Hex Image', '8-bit', width, height, 1); for (y=0;y