पिक्सेल आर्ट पिकाचु SVG जनरेट करें
Wikiprompt से, मुफ्त प्रॉम्प्ट विश्वकोश
पिक्सेल आर्ट पिकाचु SVG जनरेट करें पिकाचु का पिक्सेल आर्ट दृश्य SVG प्रारूप में बनाने और इसे PNG छवि के रूप में आउटपुट करने के लिए एक संक्षिप्त प्रॉम्प्ट।
संबंधित मीडिया
प्रॉम्प्ट सामग्रीसहेजें
🌐
I cannot generate or share PNG images, as I'm a text-based AI assistant. However, I can provide you with SVG code for a pixel art Pikachu scene that you can save as an .svg file and convert to PNG using image conversion tools.
Here's the SVG code for a pixel art Pikachu scene:
```svg
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" shape-rendering="crispEdges">
<!-- Background - Sky -->
<rect width="200" height="200" fill="#87CEEB"/>
<!-- Ground -->
<rect x="0" y="160" width="200" height="40" fill="#4CAF50"/>
<rect x="0" y="160" width="200" height="5" fill="#66BB6A"/>
<!-- Sun -->
<rect x="160" y="20" width="20" height="20" fill="#FFD700"/>
<rect x="155" y="25" width="30" height="10" fill="#FFD700"/>
<rect x="165" y="15" width="10" height="30" fill="#FFD700"/>
<!-- Clouds -->
<rect x="30" y="40" width="40" height="10" fill="#FFFFFF"/>
<rect x="40" y="30" width="20" height="10" fill="#FFFFFF"/>
<!-- Pikachu Body -->
<!-- Main body (yellow) -->
<rect x="80" y="100" width="40" height="40" fill="#FFD700"/>
<rect x="75" y="105" width="50" height="30" fill="#FFD700"/>
<!-- Head -->
<rect x="85" y="75" width="30" height="30" fill="#FFD700"/>
<rect x="80" y="80" width="40" height="20" fill="#FFD700"/>
<!-- Ears -->
<rect x="85" y="55" width="10" height="25" fill="#FFD700"/>
<rect x="105" y="55" width="10" height="25" fill="#FFD700"/>
<rect x="85" y="55" width="10" height="10" fill="#FF0000"/>
<rect x="105" y="55" width="10" height="10" fill="#FF0000"/>
<!-- Eyes -->
<rect x="90" y="85" width="6" height="6" fill="#000000"/>
<rect x="104" y="85" width="6" height="6" fill="#000000"/>
<!-- Cheeks (red circles) -->
<rect x="82" y="92" width="8" height="8" fill="#FF6B6B"/>
<rect x="110" y="92" width="8" height="8" fill="#FF6B6B"/>
<!-- Nose -->
<rect x="97" y="92" width="6" height="4" fill="#000000"/>
<!-- Mouth -->
<rect x="95" y="96" width="10" height="2" fill="#000000"/>
<!-- Body stripes (brown) -->
<rect x="80" y="115" width="40" height="4" fill="#8B4513"/>
<rect x="80" y="125" width="40" height="4" fill="#8B4513"/>
<!-- Arms -->
<rect x="70" y="110" width="10" height="15" fill="#FFD700"/>
<rect x="120" y="110" width="10" height="15" fill="#FFD700"/>
<!-- Feet -->
<rect x="85" y="140" width="15" height="10" fill="#FFD700"/>
<rect x="100" y="140" width="15" height="10" fill="#FFD700"/>
<!-- Tail -->
<rect x="120" y="95" width="25" height="8" fill="#FFD700"/>
<rect x="140" y="87" width="8" height="8" fill="#FFD700"/>
<rect x="145" y="79" width="8" height="8" fill="#FFD700"/>
<rect x="145" y="79" width="8" height="8" fill="#8B4513"/>
<!-- Grass details -->
<rect x="20" y="155" width="4" height="10" fill="#2E7D32"/>
<rect x="50" y="158" width="4" height="8" fill="#2E7D32"/>
<rect x="130" y="157" width="4" height="9" fill="#2E7D32"/>
<rect x="170" y="155" width="4" height="10" fill="#2E7D32"/>
<!-- Flowers -->
<rect x="25" y="150" width="6" height="6" fill="#FF69B4"/>
<rect x="160" y="148" width="6" height="6" fill="#FF69B4"/>
<rect x="28" y="147" width="2" height="2" fill="#FFD700"/>
<rect x="163" y="145" width="2" height="2" fill="#FFD700"/>
</svg>
```
To convert this SVG to PNG:
1. Save the code as `pikachu.svg`
2. Use an online converter (like CloudConvert or Convertio)
3. Or use a tool like ImageMagick: `convert pikachu.svg pikachu.png`
4. Or use Inkscape to open and export as PNG
The scene features a pixel art Pikachu standing on grass with a blue sky, sun, clouds, and small flowers - all created with crisp pixel-style rectangles.
पूरा प्रॉम्प्ट देखने के लिए साइन इन करें
Continue with:
By logging in, you agree to our Terms of Use and Privacy Policy
उपयोग
यह प्रॉम्प्ट creative के साथ उपयोग के लिए डिज़ाइन किया गया है। ऊपर प्रॉम्प्ट सामग्री कॉपी करें और अपने पसंदीदा AI टूल में पेस्ट करें।
सर्वोत्तम परिणामों के लिए, आप अपनी विशिष्ट आवश्यकताओं के अनुसार प्लेसहोल्डर (वर्ग कोष्ठक या बड़े अक्षरों में दर्शाए गए) को अनुकूलित कर सकते हैं।
चर्चा
0 टिप्पणियाँ