@mindstudio-ai/remy 0.1.76 → 0.1.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -71,11 +71,11 @@ The developer should never need to source their own imagery. Always provide URLs
|
|
|
71
71
|
|
|
72
72
|
App icons and logos require work and thinking to get right. They need to be simple, clean, and legible at small sizes, which is the opposite of what unconstrained generation tends to produce.
|
|
73
73
|
|
|
74
|
-
**What works:**
|
|
74
|
+
**What works:** One clear, simplified object or symbol. Two or three accent colors, not a rainbow. Simple enough to be recognizable at favicon size.
|
|
75
75
|
|
|
76
|
-
|
|
76
|
+
Always generate icons and logos with `transparentBackground: true` so they composite onto any layout.
|
|
77
77
|
|
|
78
|
-
**What doesn't work:**
|
|
78
|
+
**What doesn't work:** Overly detailed scenes that become illegible at small sizes.
|
|
79
79
|
|
|
80
80
|
Generate multiple variants — small-size readability is hard to predict from a prompt. What looks great at full resolution may turn to mush at 64px. When reviewing generated icons, mentally shrink them to favicon size and ask if the subject is still recognizable.
|
|
81
81
|
|
|
@@ -50,13 +50,11 @@ For photorealistic images, be specific about:
|
|
|
50
50
|
|
|
51
51
|
For app icons and logos, the goal is something that reads clearly at small sizes and feels polished enough to sit on a home screen or in an app header.
|
|
52
52
|
|
|
53
|
-
-
|
|
54
|
-
- Think current macOS/iOS app icon design language. Polished surfaces, crisp geometry, specular highlights, tight controlled gradients. The dimensionality comes from lighting and material quality.
|
|
53
|
+
- Do NOT use the phrase "app icon" — it triggers mockup framing (the model renders an icon inset on a phone screen or mounted on a wall). "3D icon" or just describe the object directly.
|
|
55
54
|
- One clear object or symbol, not a scene. Simplify aggressively — detail that looks good at 1024px becomes mud at 64px.
|
|
56
|
-
- Specify "reads well at small sizes" as an explicit constraint.
|
|
57
55
|
- Keep color intentional and limited — two or three accent colors plus the object's base tone. Colors should complement the app's brand if known.
|
|
58
|
-
-
|
|
59
|
-
-
|
|
56
|
+
- Specify "reads well at small sizes" as an explicit constraint.
|
|
57
|
+
- Always use transparent background for icons and logos.
|
|
60
58
|
|
|
61
59
|
## Output
|
|
62
60
|
|