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:
f41a2f Toriel
95be89 Well, they said how they do it, but not what they use, to do it...
f41a2f Toriel
90896a So they did tell people how they did it! It's just... kinda complicated.
95be89 Welp, looks like NO ONE, is gonna have a chance to use the power E, even has...
058953 Asteroids
95be89 Step 3 function rgbToHex(r, g, b) { return ((1 << 24) + (r << 16) + (g << 8) + b).toString(16).slice(1); } var _data = _ctx.getImageData(0, 0, _image.width, _image.height); editor.pixelArray = []; for (var x = 0; x < _data.width; x++) { editor.pixelArray[x] = []; for (var y = 0; y < _data.height; y++) { var _pixel_r = _data.data[(x + y * _data.width) * 4]; var _pixel_g = _data.data[(x + y * _data.width) * 4 + 1]; var _pixel_b = _data.data[(x + y * _data.width) * 4 + 2]; var hex = rgbToHex(_pixel_r, _pixel_g, _pixel_b); editor.pixelArray[x][y] = hex; } } // Step 4 $.ajax({ type: "POST", url: "/php/saveArt.php", data: {image:"data:text/png;base64," + _imgdata,pixel_array:LZString.compressToBase64(JSON.stringify(editor.pixelArray)),title:"Hi insanity & fox! See desc <;",description:"Here's my command. Cheers, E!",is_private:false,parent_unique_name:"",time_taken:editor.time_elapsed} });"
95be89 "So, I have the following code snippets that I use to get the image data that I want, modify PAM's editor, and send the proper website request to make the image. You need some programming knowledge to follow through, though. **To get the image data externally (temp1 is the image element)** function base64img(i){ var canvas = document.createElement('canvas'); canvas.width = i.width; canvas.height = i.height; var context = canvas.getContext("2d"); context.drawImage(i, 0, 0); var blob = canvas.toDataURL("image/png"); return blob.replace(/^data:image\/(png|jpg);base64,/, ""); } console.log(base64img(temp1)); **To send the image (uses some code & stuff on PAM)** var _imgdata = "your image data here, as given from the earlier code!"; // Step 1 var _canvas = document.createElement("canvas"); var _ctx = _canvas.getContext("2d"); // Step 2 var _image = new Image(); _image.onload = function() { _ctx.drawImage(_image, 0, 0); }; _image.src = "data:image/png;base64," + _imgdata; // Step 3 function
c7be58 looks nice warrior
95be89 Ok, in my OWN, DESC, is what THEY, put in that DESC... Jesus, it`s just too much...
95be89 Oh fuck, I just remembered another post, and that damn desc...
f41a2f temmie
842b2e hello........ crab person
e1b945 danganronpa pixel sprite base
1714d2 FR MapView 1.0
9b408c E has posted a video before... it wasn't porn it was a song but it broke PAM
341436 Comtamination!Sans
c7be58 ...
40fbb6 Friends
95be89 Well, fuck it... I~m gonna fucking attempt to find that damn site, or something...
95be89 Then, again if they DID, tell us those, people who CAN~T, be trusted will fuckign abuse, that to just post full videos ripped from pornhub, and whatnot so it`s understandable...
90896a That would be really cool to use! But I suppose if we all started using that, it would defeat the purpose of "Pixel Art Maker," wouldn't it? And it might make people who use this site normally even more annoyed with us.
5b2f3e gtg
9b408c finished -Warrior
5b2f3e not the cut. i'm talking about what you can see.... it appears blurry. even when posted by porn spammers! and E'S images don't go blurry
95be89 But NNNNOOOOOooOOOoOoOOo... No one is willing to tell us, or no one even knows but E!...
95be89 If I knew, that site, well I`d stop using Terrie, entirely... Really, I`d just post wholesome, stuff or cute, furry art...
842b2e its not blurred its cut out
1379dd OC SPRITE 1
058953 Asteroids
90896a That's... actually super cool! It looks so easy! Too bad they use it for spreading chaos.
be82ba [Personally, when I crack this site, Ill use it to post cool images. Not lame and childish Porn]
5b2f3e can i give yall a sec? this is NOT E! i know E actually posts the full image somehow. and if you notice the censored version Mia did, it's blurred. meaning it's being reposted
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!