Pixel Art Maker 2020 : Draw, Save, Send Free Application icon

Pixel Art Maker 2020 : Draw, Save, Send Free 0.4

25 MB / 10+ Downloads / Rating 5.0 - 1 reviews


See previous versions

Pixel Art Maker 2020 : Draw, Save, Send Free, developed and published by Devbeebee, has released its latest version, 0.4, on 2024-01-05. This app falls under the Art & Design category on the Google Play Store and has achieved over 1000 installs. It currently holds an overall rating of 5.0, based on 1 reviews.

Pixel Art Maker 2020 : Draw, Save, Send Free APK available on this page is compatible with all Android devices that meet the required specifications (Android 4.1+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.Devbeebee.PixelArtMaker

Updated: 1 year ago

Developer Name: Devbeebee

Category: Art & Design

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Pixel Art Maker 2020 : Draw, Save, Send Free on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

Reviews

5 ★, on 2020-06-09
Awsome game and easy to use

Previous Versions

Pixel Art Maker 2020 : Draw, Save, Send Free 0.4
2024-01-05 / 25 MB / Android 4.1+

About this app

“Pixel Art Maker” is a unique drawing app that anyone can easily pickup and be away drawing pixel art in no time. “Pixel Art Maker” is a pixel art editor sticking to ease of use. Made by a noobie coder so will guarantee its simple to use. Any ideas / features you would like to see My Email is located at the bottom of the playstore listing.

[Recommended for people that are into the following]
* Retro game fan
* Pixel art fan

I created all of my sprites for my one of my Unity games from this app!!!

[Canvas]
Choose between various different sizes. You can change the transparency or opaque of the canvas. Works created with a transparent canvas, when exporting images, the parts that do not paint will become transparent.

[Gallery]
Save Unlimited amount's of art to the gallery.

[Color Palette]
Save up to 100 colors in the "Color Palette” Color's can be selected with Hexadecimal codes or the R,G,B,A sliders witch you select a number between zero and one.

Example hex codes
{
Hexadecimal= #RRGGBBAA
Red = #FF0000FF
Green =#00FF00FF
Blue =#0000FFFF
Black = #000000FF
White =#FFFFFFFF
}


[Share & Export]
Export image size is the image size on the canvas you created by default and then i have added a multiplier you so can increase the size up to 50 times. The saved image is PNG file format.

[The Saving of the Art]
All the art work can be either saved as a Json File or a .PNG file. So you can use this data how ever you like. To Read the Json i use UnityEngine.JsonUtility.FromJson . Some Json readers will not read the json file this maybe due to the way unity handles the information. The C# class i used is below.

public class ColorSaveData
{
public string levelName;
public int width = 0;
public int height = 0;
public List colorData = new List();
public List positionData = new List();
public List positionCounts = new List();
}

[Controls]

Tap & Hold - Paints the Selected Color
Double tap - pans Camera
Pinch - Zoom in and Out

[App permissions]
storage read/write permissions for saving / loading , Palette & Art Work.

Check out my Color by number pixel art game where i used this app to make all the art

New features

A few tweaks to handle input and improve performance.

App Permissions

Allows applications to open network sockets.
Allows an application to write to external storage.
Allows applications to access information about networks.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
Allows an application to read from external storage.