Agree.. photos in general (and videos, and even audio) always look as good
when scaled down proportionately. At least that is my experience. Scaling up
requires time consuming steps to make it look better and in real time games,
you'd want to preserve all cycles for the game loop and not scaling
graphics. I believe it can be done with Android tho.

On Tue, Mar 16, 2010 at 2:53 PM, Kingcrowley <[email protected]> wrote:

> not a whole pile of experience with gaming..but as a general rule
> "scale down" always. This works with audio/video/images. Of course
> size is an issue but pngs of this size should be relatively small
> anyway
>
> David
>
> On Mar 15, 3:15 pm, joppe <[email protected]> wrote:
> > say you've decided to make a chess game (i'm not, but it's a good
> > example for this)
> >
> > so you grab a nice square portion of the screen and divide it in to
> > 8x8 tiles, coloring every other white, every other black - that's easy
> > enough
> >
> > then you want to use those fancy looking png chess pieces you've made
> > in photoshop, but depending on the device, 1 tile on your chess board
> > can be anything from 10x10 to 100x100 pixels without exaggerating much
> >
> > so can you actually scale a bitmap without it looking like ass? is it
> > better to upscale a small graphic or vice versa?
> >
> > how is it that this should be approached?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Beginners" group.
>
> NEW! Try asking and tagging your question on Stack Overflow at
> http://stackoverflow.com/questions/tagged/android
>
> To unsubscribe from this group, send email to
> [email protected]<android-beginners%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-beginners?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to