Pixel Art Maker Download Mac

Pixen is a professional pixel art editor designed for working with low-resolution raster art, such as those 8-bit sprites found in old-school video games. With features like a unique color palette system, patterns, layers, and high-zoom support, Pixen packs all the tools pixel artists need in an intuitive, Mac-native interface. Download Pixel Studio for pixel art for macOS 10.12.0 or later and enjoy it on your Mac. I don't usually use reviews but after considering multiple options for a prite maker this was it. I went free for awhile and it was still amazing but was impressed enough the app to buy the multiplatform version.

  1. Pix2d Download
  2. Pixel Art Maker Download Mac Free
  3. Pixel Studio Windows
  4. Pix 2d App

Download this app from Microsoft Store for Windows 10, Windows 10 Mobile, Windows 10 Team (Surface Hub). See screenshots, read the latest customer reviews, and compare ratings for Pix2d - Pixel Art Studio.

Documentation

Download

Quick usage

To use the quick default configuration you need an element from where to draw the image and canvas element with the id pixelitcanvas. Then load the pixelit.js script and apply it on an image.

Options

Pix2d Download

You can pass some options when creating the instance (you can alter them later using the api methods).

PixelDownload

API

Retro

You can chain all methods together, beware that the order they are applied can change the final result.

Pixel Art Maker Download Mac Free

Applying first the color palette and then the greyscale can give a slightlity different image.

.draw() draw to canvas from image source and resizes if max height or max width is reached

.hideFromImg() hides the from image element, is applied on object creation

.setDrawFrom(elem) elem to get the image to pixelate

.setDrawTo(elem) canvas elem to draw the image

Pixel Studio Windows

Pixel Art Maker Download Mac

.setFromImgSource(src) change the src from the image element

.setpalette(arr) sets the color palette to use, takes an array of rgb colors: [[int,int,int]], int from 0 to 255

.setMaxWidth(int) set canvas image maximum width, it can resize the output image, only used when .resizeImage() is applied

.setMaxHeight(int) set canvas image maximum height, it can resize the output image, max height overrides max width, only used when .resizeImage() is applied

.setScale(int) set pixelate scale [0...50]

.getpalette() returns array of current palette, can't be chained

Pix 2d App

.convertGrayscale() converts image to greyscale, apply only after .draw is called

.convertpalette() converts image with the defined color palette, apply only after .draw is called

.resizeImage() resizes the output image if bigger than the defined max Height or max Width

.pixelate() draws a pixelated version of the from image to the to canvas, , apply only after .draw is called

.saveImage() saves/downloads current image