Git Product home page Git Product logo

pixelate's Introduction

Pixelate

Screenshot

Create amazing pixel art murals with sticky notes. Pixelate is a image editor that shows assembly guides to put art with sticky notes on your wall.

Contributing

Please read CONTRIBUTING, then open an issue with your idea or pick an unassigned issue, and send a pull request with your changes.

Development

  1. Install the LTS version of Node.js.

  2. Clone this repository into a folder of your choice.

    git clone https://github.com/google/pixelate.git .
    
  3. Install all NPM dependencies.

    npm install
    
  4. Build the project and start a development web server.

    npm run start
    
  5. Open http://localhost:4200/. The development web server automatically reloads after code changes. All code is automatically formatted and checked when committing.

About

Tree Frog Logo

Pixelate is a community effort of pixel art lovers, not an officially supported Google product. The project is licensed under Apache 2.0. The tree frog logo was created by Ota Jaider for Pixelate.

Copyright 2021 The Pixelate Authors

pixelate's People

Contributors

dependabot[bot] avatar max-vogler avatar silvianacmp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

pixelate's Issues

Crossed rows & columns should be 1-based

  • Persist crossed rows and columns with 1-based indices to make persisted URLs more intuitive / hackable.
  • Fix bug where first row and column are crossed initially.

Please make android app

I In Iran, I know a deaf person who weaves carpets
I want to make plans to help it
But I would like to introduce an Android software for him to prepare designs for knitting
If possible, make this app Android so that I can explain the app more easily

Design logo

Allow editing the logo as example image on empty start screen.

Improve palette reduction algorithm

To reduce the amount of colors of non-pixelart images, we currently pick the n most common colors and replace all other colors with the closest selected color. There are three big areas for optimization:

  • Proposing a target color set (e.g. with k-means?)
  • Improve the distance function, which currently only calculates the sum of differences of RGB values.
  • Reducing the palette of an image to the target color set

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.