The Realm of Real

..rjproz's blog..

Convert Any Normal Image into Pixel Art

Convert Any Normal Image into Pixel ArtConvert Any Normal Image into Pixel ArtConvert Normal Image into Pixel ArtI m writing this quick post about converting a normal image into Pixel Art using Photoshop.

I m assuming that you are using Unity3D but these ways should work on any Engine.

 

Method – 1 (Universal)

  • Open the Image in Photoshop
  • Note down or remember it’s Original Size
  • Scale the image down to 50 pixels x 50 pixels.
  • Scale the Image Up to its Original size but using “Nearest Neighbor (preserve hard edges)” for “Resampling”

 

 

Method – 2 (May be Specific)

  • Open the Image in Photoshop
  • Scale the image down to 50 pixels x 50 pixels.
  • That’s it!

 

Notes While Using in Unity3D

  • Change the Filter mode of Texture to “Point”
  • Turn Off the Mipmaps

 

Leave a Reply

Your email address will not be published. Required fields are marked *