// Anime Girl Enjoying Summer at School
// Oops! Looks like she forgot her school uniform and decided to wear a bikini instead. π
// Background
ctx.fillStyle = "#87CEEB"; // Set the background color to light blue
ctx.fillRect(0, 0, 512, 512); // Draw a rectangle to represent the background
// School Building
ctx.fillStyle = "#FFA07A"; // Set the school building color to salmon
ctx.fillRect(50, 150, 200, 300); // Draw a rectangle representing the school building
// Windows
ctx.fillStyle = "#ADD8E6"; // Set the window color to light blue
ctx.fillRect(70, 180, 60, 60); // Draw the first window
ctx.fillRect(170, 180, 60, 60); // Draw the second window
// Roof
ctx.beginPath(); // Start drawing the roof
ctx.moveTo(50, 150); // Move to the top-left corner of the building
ctx.lineTo(150, 50); // Draw a line to the top-middle of the building
ctx.lineTo(250, 150); // Draw a line to the top-right corner of the building
ctx.closePath(); // Close the shape
ctx.fillStyle = "#CD5C5C"; // Set the roof color to indian red
ctx.fill(); // Fill the roof shape
// Anime Girl
ctx.beginPath(); // Start drawing the anime girl
ctx.arc(100, 400, 50, 0, Math.PI * 2); // Draw the head
ctx.fillStyle = "#FFDDC1"; // Set the skin color to peach puff
ctx.fill(); // Fill the head shape
ctx.beginPath(); // Start drawing the body
ctx.moveTo(100, 450); // Move to the neck
ctx.lineTo(100, 550); // Draw a line to the bottom of the body
ctx.lineWidth = 10; // Set the line width
ctx.strokeStyle = "#FFDDC1"; // Set the body color to peach puff
ctx.stroke(); // Draw the body shape
ctx.beginPath(); // Start drawing the bikini top
ctx.arc(100, 400, 40, 0, Math.PI, true); // Draw a semicircle for the top
ctx.lineTo(60, 420); // Draw a line to the left strap
ctx.lineTo(140, 420); // Draw a line to the right strap
ctx.closePath(); // Close the shape
ctx.fillStyle = "#FF69B4"; // Set the bikini color to hot pink
ctx.fill(); // Fill the bikini shape
ctx.beginPath(); // Start drawing the bikini bottom
ctx.moveTo(100, 550); // Move to the bottom of the body
ctx.lineTo(80, 600); // Draw a line to the left strap
ctx.lineTo(120, 600); // Draw a line to the right strap
ctx.closePath(); // Close the shape
ctx.fillStyle = "#FF69B4"; // Set the bikini color to hot pink
ctx.fill(); // Fill the bikini shape
// School Bag
ctx.beginPath(); // Start drawing the school bag
ctx.moveTo(190, 440); // Move to the top-left corner of the bag
ctx.lineTo(250, 440); // Draw a line to the top-right corner of the bag
ctx.lineTo(250, 500); // Draw a line to the bottom-right corner of the bag
ctx.lineTo(190, 500); // Draw a line to the bottom-left corner of the bag
ctx.closePath(); // Close the shape
ctx.fillStyle = "#8B4513"; // Set the bag color to saddle brown
ctx.fill(); // Fill the bag shape
// School Bag Straps
ctx.beginPath(); // Start drawing the straps
ctx.moveTo(190, 440); // Move to the top-left corner of the bag
ctx.lineTo(170, 400); // Draw a line to the left shoulder
ctx.moveTo(250, 440); // Move to the top-right corner of the bag
ctx.lineTo(270, 400); // Draw a line to the right shoulder
ctx.lineWidth = 5; // Set the line width
ctx.strokeStyle = "#8B4513"; // Set the strap color to saddle brown
ctx.stroke(); // Draw the strap lines
// Smiling Face
ctx.beginPath(); // Start drawing the smiling face
ctx.arc(100, 390, 20, 0, Math.PI, false); // Draw a semicircle for the mouth
ctx.lineWidth = 4; // Set the line width
ctx.strokeStyle = "#FF0000"; // Set the mouth color to red (a happy smile!)
ctx.stroke(); // Draw the mouth shape
ctx.beginPath(); // Start drawing the left eye
ctx.arc(85, 380, 4, 0, Math.PI * 2); // Draw a circle for the eye
ctx.fillStyle = "#000000"; // Set the eye color to black
ctx.fill(); // Fill the eye shape
ctx.beginPath(); // Start drawing the right eye
ctx.arc(115, 380, 4, 0, Math.PI * 2); // Draw a circle for the eye
ctx.fillStyle = "#000000"; // Set the eye color to black
ctx.fill(); // Fill the eye shape
// Oops! She's in the wrong attire, but let's celebrate her enthusiasm! π
// Keep spreading joy and creativity! π¨β¨
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.
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.
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.
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!
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.
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.
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 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.