123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|608|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> Off Topic -> Stripping Data from Images

Sun, 13 Sep 2015, 06:39
spinal
does anyone by any chance have a tool to load a bitmap (or any image really) and drop the pixel data (r,g,b) into a nice array to include in a c file?

-=-=-
Check out my excellent homepage!
Sun, 13 Sep 2015, 06:39
HoboBen
On Linux `xxd -i` outputs binary data in C include file style if that helps!

-=-=-
blog | work | code | more code
Sun, 13 Sep 2015, 07:10
Jayenkai
How about using your old pallete reducer/dithering tool. Could you not get that to output something usable?

-=-=-
''Load, Next List!''
Sun, 13 Sep 2015, 07:38
Dabz
I think there's a image to DATA code archive at bb.com, probably take 2 secs to modify!

Dabz

-=-=-
Intel Core i5 6400 2.7GHz, NVIDIA GeForce GTX 1070 (8GB), 8Gig DDR4 RAM, 256GB SSD, 1TB HDD, Windows 10 64bit
Sun, 13 Sep 2015, 07:39
spinal
no matter, psp can do raw rgb, ill use that