
歴史上の人物雑誌表紙ジェネレーター
A creative structured prompt that simulates a Python class to generate high-end editorial magazine covers for historical figures, specifying wardrobe and lighting.
回視聴163
いいね1
コメント0
シェア0
ブックマーク4
引用0
翻訳
class magazine_cover_shoot:
def __init__(self, subject="{argument name="historical figure" default="[歴史的人物]"}"):
self.medium = "ハイエディトリアルスタジオ写真、8K解像度"
self.layout = "クラシックな権威ある雑誌カバー(例:タイム、フォーブス)"
def generate_editorial_content(self):
# AI推論: 衣装、小道具、テキストを推測
wardrobe = f"ai_infer({self.subject}の時代に正確な、非常に詳細なテーラリング服装)"
pose = "顎を手にのせ、物思いにふけり、カメラに鋭い視線を送る"
# グラフィックデザイン要素
masthead = "上部に大きく太いセリフフォントのタイトル、被写体の頭に少し隠される"
subtitles = f"ai_infer({self.subject}の最も偉大な業績を要約する3〜4の短く有力な言葉、左揃え)"
barcode = "右下隅に標準的な雑誌バーコードと号数"
return [wardrobe, pose, masthead, subtitles, barcode]
# 実行: 照明は{argument name="lighting style" default="レンブラントスタイル"}でなければなりません—顔の一方に深い影をもう一方に完璧なソフトボックス照明を。
機械翻訳 — この作品を生成したのは元のプロンプトです。











