Q.
화면 캡쳐 기능으로 애니메이션을 스프라이트 시트 내보내기를 했더니, 이미지에 회색 영역이 생성되는 문제가 발생했습니다.
캡쳐 설정은 다음과 같습니다.
– 캡쳐 영역: 1300 x 1200
– 프레임당 크기 : 1300 x 1200
확인을 해보니 캡쳐 영역의 Y값이 900보다 클 경우에 문제가 발생하는 것으로 보입니다.
When I exported the animation to a sprite sheet using the screen capture feature, I encountered an issue where a gray area was created in the image.
The capture settings are as follows:
– Capture Size: 1300 x 1200
– Image Size per Frame: 1300 x 1200
After checking, it seems that the problem occurs when the Y value of the capture area is greater than 900.
A.
AnyPortrait의 화면 캡쳐 기능은 AnyPortrait 에디터 내의 렌더링된 결과를 이미지로 옮기는 기능입니다.
그래서 캡쳐 영역은 AnyPortrait 에디터의 작업 공간의 실제 크기보다 작아야 합니다.
화면 캡쳐 기능 사용시 “Show Frame”을 켜고 캡쳐 영역이 작업 공간 안에 들어오도록 설정해주세요.
캡쳐 크기가 작더라도 이미지 리사이징 처리에 의해서 이미지의 크기를 크게 설정하여 저장하는 것이 가능합니다.
AnyPortrait’s screen capture function is a function that transfers the rendered result within the AnyPortrait editor to an image.
Therefore, the capture area must be smaller than the actual size of the AnyPortrait editor’s workspace.
When using the screen capture function, turn on “Show Frame” and set the capture area to fit within the workspace.
Even if the capture size is small, it is possible to save the image by setting the image size to a larger size through image resizing.