Shrek and Fiona's Exciting Conversation

Shrek and Fiona's Exciting Conversation - DrawGPT

Info

Created On: February 1, 2025
Created By: User #0
Fiona se na něj překvapeně podívala, než se začala usmívat a odpověděla: Shrek přikývl a jeho zelená tvář se rozjasnila. „To je super, Fiono! Zítra se tedy pořádně připravím. Už se těším, co všechno objevuji – a kdo ví, třeba potká
Bot
Shrek and Fiona are gearing up for an adventure! Watch their excitement bloom as they prepare to explore.

AI

Make: openai
Model:

SVG Code

                    <!--

Generated by DrawGPT.
Free, open source, AI generated images in SVG, PNG, and HTML Canvas format.
https://drawgpt.ai

Created: 2025-05-16T23:20:50+00:00
-->
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
  <title>Shrek and Fiona's Exciting Conversation</title>
  <desc>Shrek and Fiona are gearing up for an adventure! Watch their excitement bloom as they prepare to explore.</desc>
  
  <!-- Background -->
  <rect id="background" class="background" width="512" height="512" fill="#a3d9a5">
    <animate attributeName="fill" from="#a3d9a5" to="#a8e6cf" dur="5s" repeatCount="indefinite" />
  </rect>
  
  <!-- Shrek's Body -->
  <ellipse id="shrek-body" class="shrek-body" cx="160" cy="320" rx="60" ry="80" fill="#4caf50">
    <animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0 160 320" to="360 160 320" dur="5s" repeatCount="indefinite"/>
  </ellipse>
  
  <!-- Shrek's Head -->
  <circle id="shrek-head" class="shrek-head" cx="160" cy="220" r="50" fill="#388e3c">
    <animate attributeName="cy" values="220;210;220" dur="2.5s" repeatCount="indefinite" />
  </circle>
  
  <!-- Shrek's Eyes -->
  <circle id="shrek-left-eye" class="shrek-eye" cx="140" cy="210" r="8" fill="#ffffff">
    <animate attributeName="cy" values="210;205;210" dur="2.5s" repeatCount="indefinite" />
  </circle>
  
  <circle id="shrek-right-eye" class="shrek-eye" cx="180" cy="210" r="8" fill="#ffffff">
    <animate attributeName="cy" values="210;205;210" dur="2.5s" repeatCount="indefinite" />
  </circle>
  
  <!-- Shrek's Mouth -->
  <path id="shrek-mouth" class="shrek-mouth" d="M140,230 Q160,245 180,230" stroke="#000000" stroke-width="2" fill="transparent">
    <animate attributeName="d" values="
      M140,230 Q160,245 180,230;
      M140,230 Q160,235 180,230;
      M140,230 Q160,245 180,230" dur="2.5s" repeatCount="indefinite" />
  </path>
  
  <!-- Fiona's Body -->
  <ellipse id="fiona-body" class="fiona-body" cx="352" cy="320" rx="60" ry="80" fill="#e91e63">
    <animateTransform attributeName="transform" attributeType="XML" type="scale" values="1;1.05;1" dur="5s" repeatCount="indefinite"/>
  </ellipse>
  
  <!-- Fiona's Head -->
  <circle id="fiona-head" class="fiona-head" cx="352" cy="220" r="50" fill="#c2185b">
    <animate attributeName="cy" values="220;215;220" dur="2.5s" repeatCount="indefinite" />
  </circle>
  
  <!-- Fiona's Eyes -->
  <circle id="fiona-left-eye" class="fiona-eye" cx="332" cy="210" r="8" fill="#ffffff">
    <animate attributeName="cy" values="210;205;210" dur="2.5s" repeatCount="indefinite" />
  </circle>
  
  <circle id="fiona-right-eye" class="fiona-eye" cx="372" cy="210" r="8" fill="#ffffff">
    <animate attributeName="cy" values="210;205;210" dur="2.5s" repeatCount="indefinite" />
  </circle>
  
  <!-- Fiona's Mouth -->
  <path id="fiona-mouth" class="fiona-mouth" d="M332,230 Q352,245 372,230" stroke="#000000" stroke-width="2" fill="transparent">
    <animate attributeName="d" values="
      M332,230 Q352,245 372,230;
      M332,230 Q352,235 372,230;
      M332,230 Q352,245 372,230" dur="2.5s" repeatCount="indefinite" />
  </path>
  
  <!-- Speech Bubble for Shrek -->
  <path id="shrek-speech" class="speech-bubble" d="M100,180 Q100,150 130,150 H180 Q210,150 210,180 V200 H220 V180 Q220,150 250,150 H300 Q330,150 330,180 V200 H340 V180 Q340,150 370,150 H420 Q450,150 450,180 V200 H460 V180 Q460,150 490,150" 
        fill="none" stroke="#000000" stroke-width="2">
    <animate attributeName="d" values="
      M100,180 Q100,150 130,150 H180 Q210,150 210,180 V200 H220 V180 Q220,150 250,150 H300 Q330,150 330,180 V200 H340 V180 Q340,150 370,150 H420 Q450,150 450,180 V200 H460 V180 Q460,150 490,150;
      M100,180 Q100,155 130,155 H180 Q210,155 210,180 V200 H220 V180 Q220,155 250,155 H300 Q330,155 330,180 V200 H340 V180 Q340,155 370,155 H420 Q450,155 450,180 V200 H460 V180 Q460,155 490,155;
      M100,180 Q100,150 130,150 H180 Q210,150 210,180 V200 H220 V180 Q220,150 250,150 H300 Q330,150 330,180 V200 H340 V180 Q340,150 370,150 H420 Q450,150 450,180 V200 H460 V180 Q460,150 490,150" 
        dur="5s" repeatCount="indefinite"/>
  </path>
  
  <!-- Speech Text -->
  <text id="speech-text" class="speech-text" x="150" y="170" font-family="Arial" font-size="14" fill="#000000">"To je super, Fiono!"</text>
  
  <!-- Trees in Background -->
  <g id="trees" class="trees">
    <!-- Tree 1 -->
    <rect id="tree1-trunk" class="tree-trunk" x="50" y="350" width="20" height="80" fill="#8d6e63">
      <animate attributeName="x" from="50" to="55" dur="5s" repeatCount="indefinite" />
    </rect>
    <circle id="tree1-leaves" class="tree-leaves" cx="60" cy="330" r="40" fill="#2e7d32">
      <animate attributeName="cy" from="330" to="325" dur="5s" repeatCount="indefinite" />
    </circle>
    
    <!-- Tree 2 -->
    <rect id="tree2-trunk" class="tree-trunk" x="400" y="350" width="20" height="80" fill="#8d6e63">
      <animate attributeName="x" from="400" to="395" dur="5s" repeatCount="indefinite" />
    </rect>
    <circle id="tree2-leaves" class="tree-leaves" cx="410" cy="330" r="40" fill="#2e7d32">
      <animate attributeName="cy" from="330" to="325" dur="5s" repeatCount="indefinite" />
    </circle>
  </g>
  
  <!-- Sun -->
  <circle id="sun" class="sun" cx="450" cy="70" r="40" fill="#ffeb3b">
    <animate attributeName="cx" from="450" to="460" dur="5s" repeatCount="indefinite" />
    <animate attributeName="cy" from="70" to="80" dur="5s" repeatCount="indefinite" />
  </circle>
  
  <!-- Animated Clouds -->
  <g id="clouds" class="clouds">
    <ellipse id="cloud1" class="cloud" cx="100" cy="80" rx="50" ry="20" fill="#ffffff">
      <animate attributeName="cx" from="100" to="150" dur="10s" repeatCount="indefinite" />
    </ellipse>
    <ellipse id="cloud2" class="cloud" cx="300" cy="120" rx="60" ry="25" fill="#ffffff">
      <animate attributeName="cx" from="300" to="350" dur="12s" repeatCount="indefinite" />
    </ellipse>
  </g>
  
</svg>

                
DrawGPT logo DrawGPT logo

Compare & Benchmark AI Models

Try the new DrawGPT Compare

  • Instantly compare the latest AI models side-by-side.
  • Top models: GPT, Gemini, Claude, Grok, SDXL.
  • From OpenAI, Google, Anthropic, xAI, Scenario.gg.
  • Generate images or text with multiple models at once.
  • See results in real time, share, and benchmark.
Try DrawGPT Compare →
DrawGPT Compare demo
DrawGPT logo DrawGPT logo

Draw, Sketch, Paint, or Doodle Instantly

This is where you can draw anything—then AI turns it into real 3D images and more!

  • Draw, sketch, paint, or doodle anything right in your browser.
  • AI transforms your creations into 3D images, vector art, and more.
  • Create images from text prompts using top AI models: DALL-E 3, Gemini, Stable Diffusion, and more.
  • No subscription required – just use tokens for each image.
  • Download as PNG, SVG, or vector graphics.
  • Perfect for logos, icons, art, textures, patterns, and game assets.
  • Type anything, get an image instantly. Commercial use allowed!
Try DrawGPT Draw →
DrawGPT Draw demo

NEW COMMUNITY AI IMAGES


These are recent AI images made by the community! These may use any AI model including DALL-E 3, Flux, Stable Diffusion, GPT-4, o1, and more and may be anything from simple animated SVGs to PNGs.

FAQ

What is DrawGPT?

DrawGPT is a an AI art generator that uses GPT-4, o1, o3, DALL-E 3, Gemini 2.0, Imagegen 3.0, Flux, Stable Diffusion, and Custom GPTs, ChatGPT, and other large language models to generate new images from text prompts.

Why Is This Different?

This does not require access to premium AI model subscriptions, it is able to be used by anyone with an internet connection and tokens. This allows everyone to get access to the very best AI art generation technology.

Artificial intelligence may create strange or unusual images. It is being used to generated images for advertising, entertainment, gaming, marketing, and fun right now!

Because Draw GPT has access to do many models we assume the model providers have followed best practices when attributing or utilizing data and images in the training data.

Yes! You can use the images for commercial purposes! And so can Draw GPT.

What Can DrawGPT Draw?

DrawGPT can draw anything you can think of and more! Just type your text prompt in to the textbox exactly like ChatGPT and see what the AI gives you! Seriously, you can get GPT to draw just about anything for you that you can type in the box.

DrawGPT creates images in PNG, SVG, and Javascript format for download and use. This is different than other AI art projects that only create images in PNG format; being able to get a scene graph via Javascript draw commands is a unique feature of this project and getting any AI art in SVG vector format is unique to DrawGPT.

Many people use this to generate quick art for simple projects, video game assets, new business logos, and more. It is also used to generate images for advertising, entertainment, gaming, marketing, creating art for ads and blog posts with AI and fun.

Want to learn more about DrawGPT, the types of possible image renders, and how to use DrawGPT in your next project as a developer?
Check out our AI image generation API!

Why Are They Weird?

DrawGPT is runs on an AI that has never actually "seen" an image as embodied AI in its life!

This method of drawing images using raw code is not a great way to draw complex images with lots of structure. It may be able to make photograph quality artwork and professional illustrations with AI but it can fail when using certain types of typography.

Is This ChatGPT?

Yes and no. Same same but different.

ChatGPT runs on the same model that this project uses, so this is like using ChatGPT to generate images, but it is a different instance of the model. This means that the AI is not precisly the same but it is the same quality AI, image generation AI, large language model, and overall AI art that ChatGPT is using and that Chat GPT can draw.

What is the difference? ChatGPT is specifically wired up to be conversational and track a conversation thread across multiple user prompts. Images in ChatGPT using DALL-E 3 are not saved to the Intenet and made available publicly.

In comparison DrawGPT does not remember things from prompt to prompt, each image is a unique image that does not reference any of the images or prompts previously supplied.

Copyright

You can do what you want it's your party.

We humbly ask that you backlink to DrawGPT if you do use our images in any promotion or commercial ways, but it is not required.

At the moment all images & Javascript code generated by this tool under the CC0 License with outrageous added term that the license can be revoked or retroactively changed at any time without warning for any image.

Yes! You can use the images for commercial purposes! And so can DrawGPT.

Images & Prompts Private

Images & prompts may be made made public.

Depending on the situation the prompts themselves are stored internally for research purposes.

Employees at OpenAI and DrawGPT have access to any prompts you submit.

DO NOT SUBMIT PERSONAL INFORMATION.