Jump to content

Downscaling line images


Recommended Posts

Hello.

I am trying to do a retro-styled videogame in a very small true resolution (320x224), I can deal with the tileset drawing, but I'm definitely not good with the in-game sprites.

 

I got an idea time ago, that I could draw the sprites in paper, scan them all, and then downscale and color it with pixels over. But I finally accepted this idea after seeing how in a recently leaked prototype version of a well-known game the creators used the very same method, and lots of enemies and objects seem to be scanned drawings:

HLiQwnf.png

 

So I done the same, and drew a sprite, which according to the other also small sprites should be 24x32 px in size. Here is the scanned image after a few in-editor fixes and cleanup (removing the grid lines inside the drawing mostly):

7995Dy1.png

 

I'd like to downscale it to my target size, so I can color with pixels over in a different layer. Downscaling to 24x32 under Paint.NET gives an useless result, using both Bilinear and Nearest neighbor. What can I try? Is it even possible to work this way nowadays?

Edited by FireRat
Important grammar correction(s).
Link to comment
Share on other sites

Don't resize! Instead, overlay a large grid with the correct number of cells (i.e. 24x32). Use that as your coloring guide in a new tiny 24x32 pixel image. In other words, each large cell in the large image becomes one colored pixel in the small image.

 

You can use any of a number of gird makers. I like the one in BoltBait's plugin pack

 

Link to comment
Share on other sites

Very cool! B)

 

Trick I use to view larger-than-intended draw pixel art: I squint at them. I find this blurs the edges and gives me a much stronger impression as to how they will look at the reduced size.

 

One thing you might consider: continue the red body behind the articulated tail and jaw. I think the thin white region detracts from the overall effect. Especially if you want to animate the tail and jaw later....

 

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...