
주스 박스 제품 사진 촬영을 위한 구조화된 JSON 프롬프트
A highly structured JSON prompt designed to generate commercial product photography for three different flavors of juice boxes (Strawberry, Mango, Grape) under the brand 'Tip-Top'. It specifies detailed product imagery, background elements, color palettes, and required photorealistic style for each box.
조회22,200
좋아요369
댓글126
공유107
북마크159
인용5
번역
```json
{
"juice_boxes": [
{
"id": 1,
"product": {
"brand": "Tip-Top",
"flavor": "Strawberry",
"image": {
"description": "잘 익은 딸기가 있는 딸기 주스",
"background": {
"color": "신선한 파스텔 핑크",
"elements": [
"딸기 반쪽",
"주스 튀김",
"팩 주위를 역동적으로 휘감는 모습"
]
}
}
},
"design": {
"style": {
"detail": "고품질 디테일",
"texture": "상업용 포토리얼리즘"
},
"aspect_ratio": "2:3"
}
},
{
"id": 2,
"product": {
"brand": "Tip-Top",
"flavor": "Mango",
"image": {
"description": "잘 익은 황금 망고가 있는 망고 주스",
"background": {
"color": "열대 오렌지-옐로우 그라데이션",
"elements": [
"망고 큐브",
"소용돌이치는 주스 흐름",
"활기차고 먹음직스러운 장면"
]
}
}
},
"design": {
"style": {
"texture": "초현실적인 패키징 재료 질감"
},
"aspect_ratio": "2:3"
}
},
{
"id": 3,
"product": {
"brand": "Tip-Top",
"flavor": "Grape",
"image": {
"description": "보라색 포도가 있는 포도 주스",
"background": {
"color": "짙은 보라색 그라데이션",
"elements": [
"포도 송이",
"윤기 나는 주스 튀김",
"카톤을 둘러싸는 모습"
]
}
}
},
"design": {
"style": {
"tone": "우아함",
"mood": "생동감 있는 상업 프로모션 스타일"
},
"aspect_ratio": "2:3"
}
}
]
}
```
기계 번역 — 실제 결과물을 만든 것은 원문 프롬프트입니다.

















