Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: cat on Sat 06/10/2012 16:55:16

Title: Custom Icon - which resolutions?
Post by: cat on Sat 06/10/2012 16:55:16
Hi!

I want to create custom icons for my game and setup but the question is:

Which resolutions/color depths are required/recommended?
Can I use 16bit for all resolutions or do I have to provide versions with lower color depth?

Thanks, cat
Title: Re: Custom Icon - which resolutions?
Post by: Wyz on Sun 07/10/2012 22:26:07
I'd recommend the following resolutions:
16x16 - taskbar icon
32x32 - legacy icon size
48x48 - modern icon size

For the first two I'd recommend to also include lower colour depths (4 and 8 bit) for legacy reasons.
Title: Re: Custom Icon - which resolutions?
Post by: cat on Mon 08/10/2012 11:28:27
Thanks!