Adventure Game Studio

Creative Production => Critics' Lounge => Topic started by: Technocrat on Sun 07/09/2008 17:10:27

Title: Trying to reduce colours on a sprite...
Post by: Technocrat on Sun 07/09/2008 17:10:27
I've made an isometric sprite which, in terms of its animation, works functionally with its environment. What I'm trying to do now though, is lower the number of colours it uses, make it look a bit more 8-bit. Other than that, I think they're alright for the purpose. I want to make it consistent, too - just dropping the colour count on Paint Shop Pro gives an inconsistent result on each frame.

(http://i116.photobucket.com/albums/o33/Nedraed/shuf7.png)
(http://i116.photobucket.com/albums/o33/Nedraed/spr00053.jpg)
(http://i116.photobucket.com/albums/o33/Nedraed/spr00036.jpg)
Title: Re: Trying to reduce colours on a sprite...
Post by: Evil on Sun 07/09/2008 20:39:48
Consistency how? Using the same colors on each sprite? The easiest way is to color by hand. Your sprite is small enough that it wouldn't be that big of a deal. Also, don't save as a jpg. That'll keep your images from adding any more colors or fuzziness.
Title: Re: Trying to reduce colours on a sprite...
Post by: Technocrat on Mon 08/09/2008 01:02:18
Quote from: Evil on Sun 07/09/2008 20:39:48
Also, don't save as a jpg. That'll keep your images from adding any more colors or fuzziness.

Already sorted, .png is what I go for!
Title: Re: Trying to reduce colours on a sprite...
Post by: Questionable on Mon 08/09/2008 03:15:11
Is the above sprite the ACTUAL sprite, or an attempt a color reduced version?
Title: Re: Trying to reduce colours on a sprite...
Post by: zabnat on Mon 08/09/2008 07:59:36
You can make the colors a bit more consistent by reducing colors using a predefined palette. Just make a palette with maybe 16 colors (by reducing one frame to that color count), then save the palette and use it to reduce other frames. Of course coloring by hand will give you real consistency and control.
Title: Re: Trying to reduce colours on a sprite...
Post by: Technocrat on Mon 08/09/2008 12:47:51
Quote from: zabnat on Mon 08/09/2008 07:59:36
You can make the colors a bit more consistent by reducing colors using a predefined palette. Just make a palette with maybe 16 colors (by reducing one frame to that color count), then save the palette and use it to reduce other frames. Of course coloring by hand will give you real consistency and control.

Ah, thanks! The automatic reduction I'd been using before kept coming up with different results, but defining my own palette with only 8 colours in has made it rather neater. I'll put something up shortly.