I was interested in making a flash animation that looks like an 8 bit nintendo game, and was wondering if there's an easy way to do 8 bit art? posted by drezdn to (8 comments total)
What do you mean by "8 bit art"? If you mean art that can be displayed on an 8 bit display, just don't use more than 256 colours. If the 8 bit display you want to look like doesn't allow setting colour entries, find out what the 256 colours it supports are, and use only those. If you want to convert existing pictures to this, check out the dithering tool of your image editing program of choice. It'll probably look terrible though. posted by fvw at 9:52 AM on February 20, 2004
i think he means 8-bit like Nuklearpower.com comics.. posted by lotsofno at 10:13 AM on February 20, 2004
i think he means 8-bit like Nuklearpower.com comics..
Yes, except with the backgrounds to look like an old nintendo game too. posted by drezdn at 10:18 AM on February 20, 2004
depends. if you're doing it in flash, the question is how is your performance going to be impacted using all bitmaps versus vector images. I imagine you're going for the pixellated/mosaic kind of look, which is a breeze in photoshop since there are filters for that kind of thing (and even one of the resize image options will produce a similar effect), but to actually draw out the jaggies in vector form would be a ton of work. I'm not sure which actually ends up being better for you performance-wise, my guess is that it'll depend: bitmaps would likely require more loading, vector require more processing. posted by juv3nal at 11:06 AM on February 20, 2004
you could use a simple rectangle as a movie clip in flash. make a few different basic colors and then place a bunch of them in a movie clip to make the jaggy shapes you want.
time consuming but effective. posted by darkpony at 11:21 AM on February 20, 2004
You could also make the graphics in photoshop at a really small size, then scale them up in Flash, so you'd get small file sizes and the pixelated effect you're after, as flash doesn't interpolate, AFAIK. posted by signal at 11:49 AM on February 20, 2004
posted by fvw at 9:52 AM on February 20, 2004