Please help, is there any WIN32 program for convert JPG,BMP or any other pictures to pixel byte? One Byte is one pixel of 0 to 255, where the number is the color of pixel. I have this on my old Dos comp,but i need this on WIN32. Example.
Picture of resolution 6x3 of 3 color become a file 005500 052250 522225
I have no progam with this functionality, but I think simple BMP conversion will be enough to you. Thats it because BMP in 256-colour mode have picture content encoded in this manner you like - 1 pixel is 1 byte. Pixel byte is index of colour in palette. BMP format is quite simply - look at ->link<- and search "BMP" (I can't paste link to BMP because wotsit is protected against spam automatas).
Oh thanks,but I need program, Iam not programmer,in this way I need help. I find a good program,but it is for BatariBasic...and I need the same but that i will it use in Atari Basic or TurboBasic :D
Yeah, but in G2F is no resolution. If I need onyl 32x50 or bigger as 319 x 196 and soo.... I am looking on net, but cannot find,then please if anybody know?? thx.
as mono mentioned BMP file should be the file type you`re looking for. You can view the content of the 8bit per pixel BMP file by using some simple tool(for example BIN2ASM by Vega).At the beggining goes the header then data pixel by pixel,line by line.
Its not bad, but not correct program,there symbol , and so.. I need better program to do this DAT BYTE file. If a have BMP picture of 256 color, resolution of 320x200 then that must do a DAT file 64.000 where 1 byte has number from 0 to 255. Than a can it load do disk ATR image an load to GR8 :D ok? has anybody this program???