How to scale a bitmap in Photoshop without anti-aliasing?

6

1

I have this pixely layer which I need to scale 200% in both directions. Since the pixels should be exactly double the size, I expect no anti-aliasing. (fuzziness). However, the newly sized image is all blurry.

How can I overcome this behavior?

Kriem

Posted 2011-02-24T21:34:34.420

Reputation: 2 535

Answers

12

cmd + K, then choose at Image Interpolation: Nearest Neighbor

No anti-aliasing will be applied when scaling.

Kriem

Posted 2011-02-24T21:34:34.420

Reputation: 2 535

Nice, did it do the trick for you? – Ƭᴇcʜιᴇ007 – 2011-02-24T22:04:00.077

1@techie007 - It did. :) – Kriem – 2011-02-24T22:22:43.190

tx! can also be achieved in the Image > Image Size dialogue – ptim – 2013-06-04T12:32:02.367

1

Up-scaling bitmaps is VERY hard, as you're trying to make expected data out of nothing.

Since the scaling can't just guess what's should be used to fill in the gaps between existing pixels, imaging software (usually) either duplicates a neighbouring pixel (which tends to make almost overly crisp edging) or calculates a mean value between neighbours (which tends to make things slightly fuzzy).

One of the things you can try is upscaling it in steps of like 8-10% each time, perhaps making sharpening corrections at each step.

I also found this other little trick that may work for you (using an indexed colour mode and up scaling with DPI vs. just dimensions).

Hope that helps...

Ƭᴇcʜιᴇ007

Posted 2011-02-24T21:34:34.420

Reputation: 103 763

1how does this make sense? 200% any raster image is just 4x the pixels. nothing difficult about it. – ericsco – 2013-03-13T04:54:38.757

1@ericsco - i don't claim to understand any of it.. but the point of interpolation is to create new data which approximates source.. if there were nothing difficult about it, PS wouldn't offer 5 different algorithms for the task! (of course, the OP wants to avoid interpolation!) – ptim – 2013-06-04T12:33:46.093