in reply to Re: open and print image
in thread open and print image

That worked, thanks! I didn't even think of loading the file to a string/array then printing it out after as opposed to printing it byte by byte. Thanks!