// Mr. Bean as a Bean
// Creating the canvas
// Clearing the canvas
ctx.clearRect(0, 0, 512, 512);
// Drawing Mr. Bean
ctx.beginPath();
ctx.fillStyle = '#FFD700'; // Golden yellow color for the bean
ctx.arc(256, 256, 200, 0, Math.PI * 2); // Drawing the bean shape
ctx.fill();
// Drawing Mr. Bean's face
ctx.beginPath();
ctx.fillStyle = '#F4A460'; // Sandy brown color for the face
ctx.arc(256, 320, 120, 0, Math.PI * 2); // Drawing the face shape
ctx.fill();
// Drawing Mr. Bean's eyes
ctx.beginPath();
ctx.fillStyle = '#000000'; // Black color for the eyes
ctx.arc(206, 290, 20, 0, Math.PI * 2); // Drawing the left eye
ctx.fill();
ctx.beginPath();
ctx.arc(306, 290, 20, 0, Math.PI * 2); // Drawing the right eye
ctx.fill();
// Drawing Mr. Bean's mouth
ctx.beginPath();
ctx.strokeStyle = '#000000'; // Black color for the mouth
ctx.lineWidth = 3;
ctx.arc(256, 350, 60, Math.PI * 0.1, Math.PI * 0.9); // Drawing the mouth curve
ctx.stroke();
// Adding Mr. Bean's signature locks of hair
ctx.beginPath();
ctx.strokeStyle = '#000000'; // Black color for the hair
ctx.lineWidth = 5;
ctx.moveTo(220, 200);
ctx.lineTo(190, 170); // Drawing the first lock of hair
ctx.moveTo(290, 200);
ctx.lineTo(320, 170); // Drawing the second lock of hair
ctx.stroke();
// Adding Mr. Bean's eyebrows
ctx.beginPath();
ctx.strokeStyle = '#000000'; // Black color for the eyebrows
ctx.lineWidth = 5;
ctx.moveTo(180, 265);
ctx.lineTo(230, 265); // Drawing the left eyebrow
ctx.moveTo(280, 265);
ctx.lineTo(330, 265); // Drawing the right eyebrow
ctx.stroke();
// Adding Mr. Bean's nose
ctx.beginPath();
ctx.fillStyle = '#000000'; // Black color for the nose
ctx.moveTo(250, 310);
ctx.lineTo(230, 330); // Drawing the left side of the nose
ctx.lineTo(250, 335); // Drawing the bottom of the nose
ctx.lineTo(270, 330); // Drawing the right side of the nose
ctx.fill();
// Adding Mr. Bean's ears
ctx.beginPath();
ctx.fillStyle = '#F4A460'; // Sandy brown color for the ears
ctx.arc(170, 320, 30, 0, Math.PI * 2); // Drawing the left ear
ctx.arc(342, 320, 30, 0, Math.PI * 2); // Drawing the right ear
ctx.fill();
// Adding Mr. Bean's iconic suit
ctx.beginPath();
ctx.fillStyle = '#000000'; // Black color for the suit
ctx.rect(156, 400, 200, 150); // Drawing the suit shape
ctx.fill();
// Adding Mr. Bean's buttons
ctx.beginPath();
ctx.fillStyle = '#FFFFFF'; // White color for the buttons
ctx.arc(256, 480, 12, 0, Math.PI * 2); // Drawing the top button
ctx.fill();
ctx.beginPath();
ctx.arc(256, 540, 12, 0, Math.PI * 2); // Drawing the bottom button
ctx.fill();
// Adding Mr. Bean's tie
ctx.beginPath();
ctx.fillStyle = '#FF0000'; // Red color for the tie
ctx.moveTo(230, 430);
ctx.lineTo(256, 470); // Drawing the left side of the tie
ctx.lineTo(282, 430); // Drawing the right side of the tie
ctx.fill();
// Adding Mr. Bean's arms
ctx.beginPath();
ctx.fillStyle = '#000000'; // Black color for the arms
ctx.rect(70, 400, 86, 20); // Drawing the left arm
ctx.rect(356, 400, 86, 20); // Drawing the right arm
ctx.fill();
// Adding Mr. Bean's legs
ctx.beginPath();
ctx.fillStyle = '#000000'; // Black color for the legs
ctx.rect(186, 550, 40, 100); // Drawing the left leg
ctx.rect(286, 550, 40, 100); // Drawing the right leg
ctx.fill();
// Adding Mr. Bean's shoes
ctx.beginPath();
ctx.fillStyle = '#000000'; // Black color for the shoes
ctx.arc(206, 650, 30, 0, Math.PI * 2); // Drawing the left shoe
ctx.arc(306, 650, 30, 0, Math.PI * 2); // Drawing the right shoe
ctx.fill();
// Adding Mr. Bean's iconic face expression
ctx.beginPath();
ctx.strokeStyle = '#000000'; // Black color for the expression lines
ctx.lineWidth = 3;
ctx.arc(256, 370, 20, Math.PI * 0.2, Math.PI * 0.8); // Drawing the left eye expression
ctx.stroke();
ctx.beginPath();
ctx.arc(256, 370, 20, Math.PI * 0.2, Math.PI * 0.8, true); // Drawing the right eye expression
ctx.stroke();
ctx.beginPath();
ctx.arc(256, 370, 20, Math.PI * 1.2, Math.PI * 1.8); // Drawing the mouth expression
ctx.stroke();
// Adding Mr. Bean's happy artistic creativity
ctx.beginPath();
ctx.fillStyle = '#FFD700'; // Golden yellow color for the artistic creativity
ctx.arc(256, 256, 150, 0, Math.PI * 2); // Drawing the artistic creativity
ctx.fill();
// Adding Mr. Bean's joy in being a bean
ctx.font = '40px Arial';
ctx.fillStyle = '#000000'; // Black color for the text
ctx.textAlign = 'center';
ctx.fillText('I am Mr. Bean!', 256, 220); // Adding the text
// Adding a touch of humor
// Who knew Mr. Bean could be as cute as a bean? π
// Checking for any errors
// No errors found. All smiles here! π
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.