STUDY/Swift

resizeAspectFill, resizeAspect, resize, resizeAspect

The Simpler 2022. 1. 19. 17:34

요약: Aspect 라는 표현이 들어가면, 종횡비를 유지한다는 말이다. 

 

resizeAspectFill

The video preserves its aspect ratio and fills the layer’s bounds.
 

Discussion
This gravity value may crop the video image along its horizontal or vertical dimension.

 

비디오는 종횡비를 유지하고 레이어의 경계를 채웁니다.

논의
이 중력 값은 수평 또는 수직 치수를 따라 비디오 이미지를 자를 수 있습니다.

 

---

 

resizeAspect

The video preserves its aspect ratio and fits it within the layer’s bounds.

비디오는 종횡비를 유지하고 레이어 경계 내에 맞춥니다.

 

---

resize

The video stretches to fill the layer’s bounds.

비디오가 레이어의 경계를 채우도록 늘어납니다.

 

---

resizeAspect

The video preserves its aspect ratio and fits it within the layer’s bounds.

비디오는 종횡비를 유지하고 레이어 경계 내에 맞춥니다.