// South America
// Setting canvas size
// Drawing the outline of South America
ctx.beginPath();
ctx.moveTo(317, 81); // Start point
ctx.bezierCurveTo(317, 81, 314, 69, 308, 65); // Curve 1
ctx.bezierCurveTo(308, 65, 298, 63, 288, 64); // Curve 2
ctx.bezierCurveTo(288, 64, 271, 66, 263, 84); // Curve 3
ctx.bezierCurveTo(263, 84, 258, 90, 252, 100); // Curve 4
ctx.bezierCurveTo(252, 100, 244, 115, 234, 119); // Curve 5
ctx.bezierCurveTo(234, 119, 218, 127, 212, 143); // Curve 6
ctx.bezierCurveTo(212, 143, 208, 156, 208, 170); // Curve 7
ctx.bezierCurveTo(208, 170, 209, 186, 215, 197); // Curve 8
ctx.bezierCurveTo(215, 197, 219, 206, 228, 214); // Curve 9
ctx.bezierCurveTo(228, 214, 234, 222, 240, 232); // Curve 10
ctx.bezierCurveTo(240, 232, 244, 240, 249, 245); // Curve 11
ctx.bezierCurveTo(249, 245, 255, 250, 262, 255); // Curve 12
ctx.bezierCurveTo(262, 255, 269, 259, 278, 261); // Curve 13
ctx.bezierCurveTo(278, 261, 290, 264, 297, 264); // Curve 14
ctx.bezierCurveTo(297, 264, 303, 264, 310, 263); // Curve 15
ctx.bezierCurveTo(310, 263, 324, 261, 330, 257); // Curve 16
ctx.bezierCurveTo(330, 257, 333, 255, 336, 251); // Curve 17
ctx.bezierCurveTo(336, 251, 339, 246, 339, 241); // Curve 18
ctx.bezierCurveTo(339, 241, 339, 234, 335, 229); // Curve 19
ctx.bezierCurveTo(335, 229, 333, 225, 330, 221); // Curve 20
ctx.bezierCurveTo(330, 221, 327, 216, 325, 212); // Curve 21
ctx.bezierCurveTo(325, 212, 321, 207, 317, 203); // Curve 22
ctx.bezierCurveTo(317, 203, 314, 200, 312, 195); // Curve 23
ctx.bezierCurveTo(312, 195, 309, 191, 307, 185); // Curve 24
ctx.bezierCurveTo(307, 185, 305, 178, 305, 173); // Curve 25
ctx.bezierCurveTo(305, 173, 305, 165, 307, 157); // Curve 26
ctx.bezierCurveTo(307, 157, 308, 151, 313, 143); // Curve 27
ctx.bezierCurveTo(313, 143, 318, 134, 322, 128); // Curve 28
ctx.bezierCurveTo(322, 128, 328, 121, 334, 112); // Curve 29
ctx.bezierCurveTo(334, 112, 340, 105, 342, 99); // Curve 30
ctx.bezierCurveTo(342, 99, 345, 90, 345, 85); // Curve 31
ctx.bezierCurveTo(345, 85, 345, 79, 342, 73); // Curve 32
ctx.bezierCurveTo(342, 73, 339, 67, 336, 62); // Curve 33
ctx.bezierCurveTo(336, 62, 333, 58, 327, 55); // Curve 34
ctx.bezierCurveTo(327, 55, 322, 52, 317, 51); // Curve 35
ctx.bezierCurveTo(317, 51, 310, 50, 303, 53); // Curve 36
ctx.bezierCurveTo(303, 53, 295, 56, 289, 61); // Curve 37
ctx.bezierCurveTo(289, 61, 282, 66, 277, 73); // Curve 38
ctx.bezierCurveTo(277, 73, 272, 79, 270, 86); // Curve 39
ctx.bezierCurveTo(270, 86, 268, 92, 268, 98); // Curve 40
ctx.bezierCurveTo(268, 98, 268, 104, 270, 110); // Curve 41
ctx.bezierCurveTo(270, 110, 272, 117, 274, 122); // Curve 42
ctx.bezierCurveTo(274, 122, 276, 127, 282, 131); // Curve 43
ctx.bezierCurveTo(282, 131, 288, 135, 295, 137); // Curve 44
ctx.bezierCurveTo(295, 137, 301, 140, 307, 141); // Curve 45
ctx.bezierCurveTo(307, 141, 312, 142, 316, 141); // Curve 46
ctx.bezierCurveTo(316, 141, 321, 139, 325, 136); // Curve 47
ctx.bezierCurveTo(325, 136, 331, 133, 337, 127); // Curve 48
ctx.bezierCurveTo(337, 127, 343, 121, 346, 113); // Curve 49
ctx.bezierCurveTo(346, 113, 349, 106, 350, 99); // Curve 50
ctx.bezierCurveTo(350, 99, 351, 93, 351, 87); // Curve 51
ctx.bezierCurveTo(351, 87, 351, 81, 350, 75); // Curve 52
ctx.bezierCurveTo(350, 75, 348, 69, 345, 64); // Curve 53
ctx.bezierCurveTo(345, 64, 342, 59, 338, 55); // Curve 54
ctx.bezierCurveTo(338, 55, 334, 51, 329, 48); // Curve 55
ctx.bezierCurveTo(329, 48, 323, 45, 317, 44); // Curve 56
ctx.bezierCurveTo(317, 44, 310, 43, 303, 45); // Curve 57
ctx.bezierCurveTo(303, 45, 295, 47, 289, 52); // Curve 58
ctx.bezierCurveTo(289, 52, 282, 56, 277, 63); // Curve 59
ctx.bezierCurveTo(277, 63, 273, 69, 272, 75); // Curve 60
ctx.bezierCurveTo(272, 75, 270, 81, 271, 87); // Curve 61
ctx.bezierCurveTo(271, 87, 272, 93, 275, 97); // Curve 62
ctx.bezierCurveTo(275, 97, 277, 101, 281, 105); // Curve 63
ctx.bezierCurveTo(281, 105, 286, 109, 291, 113); // Curve 64
ctx.bezierCurveTo(291, 113, 297, 116, 303, 119); // Curve 65
ctx.bezierCurveTo(303, 119, 308, 121, 312, 124); // Curve 66
ctx.bezierCurveTo(312, 124, 316, 127, 320, 131); // Curve 67
ctx.bezierCurveTo(320, 131, 324, 135, 328, 139); // Curve 68
ctx.bezierCurveTo(328, 139, 331, 143, 334, 148); // Curve 69
ctx.bezierCurveTo(334, 148, 337, 153, 339, 158); // Curve 70
ctx.bezierCurveTo(339, 158, 342, 164, 344, 170); // Curve 71
ctx.bezierCurveTo(344, 170, 346, 177, 346, 183); // Curve 72
ctx.bezierCurveTo(346, 183, 346, 191, 343, 197); // Curve 73
ctx.bezierCurveTo(343, 197, 340, 203, 336, 208); // Curve 74
ctx.bezierCurveTo(336, 208, 333, 213, 328, 217); // Curve 75
ctx.bezierCurveTo(328, 217, 324, 221, 319, 224); // Curve 76
ctx.bezierCurveTo(319, 224, 315, 227, 310, 229); // Curve 77
ctx.bezierCurveTo(310, 229, 304, 231, 297, 231); // Curve 78
ctx.bezierCurveTo(297, 231, 289, 231, 282, 228); // Curve 79
ctx.bezierCurveTo(282, 228, 275, 225, 270, 221); // Curve 80
ctx.bezierCurveTo(270, 221, 265, 216, 262, 210); // Curve 81
ctx.bezierCurveTo(262, 210, 258, 204, 256, 197); // Curve 82
ctx.bezierCurveTo(256, 197, 254, 190, 254, 183); // Curve 83
ctx.bezierCurveTo(254, 183, 253, 175, 255, 167); // Curve 84
ctx.bezierCurveTo(255, 167, 256, 160, 261, 153); // Curve 85
ctx.bezierCurveTo(261, 153, 266, 145, 271, 140); // Curve 86
ctx.bezierCurveTo(271, 140, 277, 135, 282, 130); // Curve 87
ctx.bezierCurveTo(282, 130, 288, 126, 294, 122); // Curve 88
ctx.bezierCurveTo(294, 122, 301, 117, 307, 114); // Curve 89
ctx.bezierCurveTo(307, 114, 314, 110, 318, 106); // Curve 90
ctx.bezierCurveTo(318, 106, 322, 102, 326, 97); // Curve 91
ctx.bezierCurveTo(326, 97, 331, 92, 333, 85); // Curve 92
ctx.bezierCurveTo(333, 85, 335, 79, 335, 73); // Curve 93
ctx.bezierCurveTo(335, 73, 335, 67, 332, 61); // Curve 94
ctx.bezierCurveTo(332, 61, 330, 55, 328, 51); // Curve 95
ctx.bezierCurveTo(328, 51, 325, 46, 320, 43); // Curve 96
ctx.bezierCurveTo(320, 43, 316, 39, 312, 37); // Curve 97
ctx.bezierCurveTo(312, 37, 307, 35, 301, 36); // Curve 98
ctx.bezierCurveTo(301, 36, 295, 37, 289, 41); // Curve 99
ctx.bezierCurveTo(289, 41, 282, 45, 277, 52); // Curve 100
ctx.bezierCurveTo(277, 52, 272, 58, 270, 64); // Curve 101
ctx.bezierCurveTo(270, 64, 267, 71, 268, 77); // Curve 102
ctx.bezierCurveTo(268, 77, 270, 84, 274, 90); // Curve 103
ctx.bezierCurveTo(274, 90, 278, 96, 284, 100); // Curve 104
ctx.bezierCurveTo(284, 100, 290, 105, 296, 108); // Curve 105
ctx.bezierCurveTo(296, 108, 303, 111
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.