Note: You can block spammers and trolls using the ๐ซ button in the header bar (top-right of this page). Just copy and paste their user ID.
Pixel Art Gallery
Newest pixel art from PAM:
53a360 Outline Dashes then punches the blue hair grammar nazi with an golden headban's gut combos him with jabs then finishes off with an spin kick to the face sending him through 4 rocks *
be82ba [Yeah. Grey recommended the Calamity mod to me and I really like it. The Siren is my favorite character]
90896a The siren?
53a360 KILL THE FRICKING GRAMMAR NAZI DUMMY
95be89 And really... I`m not letting ANY, of you have the image/post, E, made to that!... Since, it doesn`t help anyway!...
7a0a81 yeah nevermind. way too complex.
90896a The code isn't easy to understand. I can't read code either. But there's such a simple system in place. Select a file, type in title and description, hit upload.
be82ba [Side Note, I wanna make a sprite of the Siren and use this theme https://youtu.be/hrLTfU1aWao ]
95be89 Also, E, posted a tutorial, on how to actually do it, but even then I have NO, clue on how to do it...
c7be58 ...
5b2f3e before making V3 to Maniacs alike. i did the dust theme.... if anyone at all (except for >:) face thing) listened
53a360 Outline is ready to kick somebody's fricken face *
95be89 I`d just... Never, understand ANY, of it... I DON`T, even understand any of it...
90896a Make sure you leave an indication so we know who you are!
965131 ...can someone do shading for my spritesheet? i`d really appreciate it! :D brb -Anauxieus
95be89 Fucking hell... | console.log('http://pixelartmaker.com/art/' + text); })"; copyTextToClipboard(reqText); console.log(reqText); alert("Updated your clipboard text!"); button.removeAttr("disabled"); }, 200); } }); // setup clipboard paste listener /** * This handler retrieves the images from the clipboard as a blob and returns it in a callback. * * @param pasteEvent * @param callback */ function retrieveImageFromClipboardAsBlob(pasteEvent, callback){ if(pasteEvent.clipboardData == false){ if(typeof(callback) == "function"){ callback(undefined); } }; var items = pasteEvent.clipboardData.items; if(items == undefined){ if(typeof(callback) == "function"){ callback(undefined); } }; for (var i = 0; i < items.length; i++) { // Skip content if not image if (items[i].type.indexOf("image") == -1) continue; // Retrieve image on clipboard as blob va
53a360 OUTLINE DESTROY IDIOT-VIER
7a0a81 ...no one hate me. imma try it.
cef114 brb
cef114 cool dust theme btw
95be89 IT`S JUST TOO COMPLEX!... | url: "http://pixelartmaker.com/php/saveArt.php", data: { image: dataBlob, pixel_array: "", title: titleField.val(), description: descField.val(), is_private: isPrivate[0].checked ? 1 : 0, parent_unique_name: "", time_taken: 200 + Math.floor(Math.random() * 1000) } }; var reqText = "$.ajax(" + JSON.stringify(reqBody) + ").done(function(text) { console.log('http://pixelartmaker.com/art/' + text); })"; copyTextToClipboard(reqText); console.log(reqText); alert("Updated your clipboard text!"); button.removeAttr("disabled"); }, 200); } }); // setup clipboard paste listener /** * This handler retrieves the images from the clipboard as a blob and returns it in a callback. * * @param pasteEvent * @param callback */ function retrieveImageFromClipboardAsBlob(pasteEvent, callback){ if(pasteEvent.clipboardData == false){ if(type
be82ba (The Wisp floated around a bit)
90896a I'm seriously scared. I want to try it. But I don't want people being mad.
95be89 to clipboard was successful!'); }, function(err) { console.error('Async: Could not copy text: ', err); }); } // handle click and add class button.on("click", function() { if (button.attr("disabled") == undefined) { button.attr("disabled", true); console.log(isPrivate); setTimeout(function() { var reqBody = { type: "POST", url: "http://pixelartmaker.com/php/saveArt.php", data: { image: dataBlob, pixel_array: "", title: titleField.val(), description: descField.val(), is_private: isPrivate[0].checked ? 1 : 0, parent_unique_name: "", time_taken: 200 + Math.floor(Math.random() * 1000) } }; var reqText = "$.ajax(" + JSON.stringify(reqBody) + ").done(function(text) { console.log('http://pixelartmaker.com/art/' + text); })"; copyTextToClipboard(reqText); console.log(reqText); alert("Updated your clipboard text!"); button.removeAttr("dis
c7be58 i'm bored out of my mind
90896a Yo, Rage Kid! Someone made this for you!
53a360 YOU ARE AN HACKER, OUTLINES ARE BETTER THAN YOUR HACKING IDIOT MOVES
95be89 // find elements var titleField = $("#img-title"); var descField = $("#img-desc"); var isPrivate = $("#img-private"); var button = $("#img-send"); var preview = $("#preview"); var ctx = preview[0].getContext('2d'); var dataBlob = ""; // setup clipboard set-text functionality! function fallbackCopyTextToClipboard(text) { var textArea = document.createElement("textarea"); textArea.value = text; document.body.appendChild(textArea); textArea.focus(); textArea.select(); try { var successful = document.execCommand('copy'); var msg = successful ? 'successful' : 'unsuccessful'; console.log('Fallback: Copying text command was ' + msg); } catch (err) { console.error('Fallback: Oops, unable to copy', err); } document.body.removeChild(textArea); } function copyTextToClipboard(text) { if (!navigator.clipboard) { fallbackCopyTextToClipboard(text); return; } navigator.clipboard.writeText(text).then(function() { console.log('Async: Copying to cli
5b2f3e my V3 DUST THEME is made! desc
be82ba [Actually, I can technically hack this site if my computer wasn't locked up from parental controls]
95be89 It`s just too much for me... | <html> <body> <div class="container"> <h2>Upload APNG to PAM</h2> <p>First, find a <b>small</b> GIF. PAM only allows up to 1 MB file size.</p> <p>Go to <a href="https://ezgif.com/apng-maker" target="_blank">https://ezgif.com/apng-maker</a> and upload your GIF file.</p> <p>Check the <code>don't stack frames (Remove the frame when it's time to display next one, use for images with transparent background)</code> option.</p> <p>Copy the resulting image URL and go to <a href="https://base64.guru/converter/encode/image" target="_blank">https://base64.guru/converter/encode/image</a></p> <p>Select the following options:</p> <ul> <li><b>Data type:</b> Remote URL</li> <li><b>Remote URL:</b> Your copied image URL goes here</li> <li><b>Output Format:</b> Data URI -- data:content/type;base64</li> </ul> <p>Click on <b>Encode image to Base64</b>.</p> <p>Copy the resulting long gibb
53a360 OR YOU GOT EXPOSE YOU BIG FAT INSULTER IDIOT
90896a Terr, I'm sorry, I followed your link. But I gotta say, it looks really cool! ... Kinda wanna try it, kinda scared.
cef114 Raging dude it isn't hacking. The stuff is already in the code. All we're essentially doing is taking whats in there and moving it around or modifying it a little bit
53a360 STOP BEING QUIET YOU DUMMY FRICKS
bf51b2 jester hat
90896a Oh frick! I gotta go back and find that sprite that T made!
cef114 and no I'm not E or the person posting the anime things. I haven't used my powers yet
be82ba [And blocked. I guess I just have to keep trying to reverse inspect PAM.]
53a360 Ter-rust STOP HACKING YOU UGLY FRICKING FRICK, AAAAAAAAAAAAAAAAAAAAAAAAA
cef114 I did this back in the really old PAM days. Whenever an "update" was released to PAM I went in the code and figured out what was different and then modified it again to what I wanted. Thats why I can do it today
You can leave feedback about PAM here, but please note that I don't have a lot of time to work on PAM at the moment. There are lots of other tools out there (see here for examples) in case you need a tool with more features. Thank you for your understanding!