Skip to main content
Participant
November 22, 2024
Question

How to skew shapes without losing quality?

  • November 22, 2024
  • 1 reply
  • 347 views

When using shape tool, I want to skew rectangles but everytime I do so I loose significant quality and the edges become pixilated. I've tried converting it to a smart object as well but to no avail. There has to be a way to skew retangles and shapes without loosing quality I know I'm not doing something right.

This topic has been closed for replies.

1 reply

davescm
Community Expert
Community Expert
November 22, 2024

In a pixel based image (Photoshop is a pixel based editor) any line has to be drawn in minimum units of single pixels. That applies whether using brushes or using vector shapes. They are all viewed as pixels on the canvas.

There are two ways to do this with diagonal lines, one is to have distinct stepping which looks like a staircase, the other is to have anti-aliased lines where some pixels are shaded to try and hide that stepping effect (that is shown in your image). The only way to reduce the visibility further is to increase the pixel count in the image so that each step is smaller, as is the antialiasing.

 

Dave