All Projects → bokuweb → Nes Sprites2png

bokuweb / Nes Sprites2png

👾 convert nes sprites to png

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Nes Sprites2png

Svn2git.php
Subversion to Git migration tool
Stars: ✭ 6 (-60%)
Mutual labels:  tools
Learning
Learn by building
Stars: ✭ 19 (+26.67%)
Mutual labels:  tools
Golang Tls
Simple Golang HTTPS/TLS Examples
Stars: ✭ 857 (+5613.33%)
Mutual labels:  tools
Gtools
gevent tools
Stars: ✭ 7 (-53.33%)
Mutual labels:  tools
Trakt Tools
Command-line tools for Trakt.tv.
Stars: ✭ 16 (+6.67%)
Mutual labels:  tools
Doramon
常见工具汇总:一键式生成整个前后端工具,单机高性能幂等工具,zookeeper客户端工具,分布式全局id生成器,一致性哈希工具,Bitmap工具,布隆过滤器参数生成器,Yaml和properties互转工具等等
Stars: ✭ 24 (+60%)
Mutual labels:  tools
Atscan
Advanced dork Search & Mass Exploit Scanner
Stars: ✭ 817 (+5346.67%)
Mutual labels:  tools
Babysploit
👶 BabySploit Beginner Pentesting Toolkit/Framework Written in Python 🐍
Stars: ✭ 883 (+5786.67%)
Mutual labels:  tools
6502 Npp Syntax
Notepad++ Syntax Highlighting for 6502 Assembly (and NESASM)
Stars: ✭ 17 (+13.33%)
Mutual labels:  nes
Proj Codes
Deprecated
Stars: ✭ 9 (-40%)
Mutual labels:  tools
Useful Softwares Tools List
List of useful Softwares, Tools, Plugins, Utilities (Online/Offline)
Stars: ✭ 7 (-53.33%)
Mutual labels:  tools
Gram Tools
Stars: ✭ 16 (+6.67%)
Mutual labels:  tools
Distro.tools
Mirror
Stars: ✭ 25 (+66.67%)
Mutual labels:  tools
Nexer
Content based network multiplexer or redirector made with love and Go
Stars: ✭ 7 (-53.33%)
Mutual labels:  tools
Monarch
Rule over hierarchical data!
Stars: ✭ 12 (-20%)
Mutual labels:  tools
Echo
Echo是一款桌面端调试工具,旨在提高客户端的研发调试效率
Stars: ✭ 818 (+5353.33%)
Mutual labels:  tools
Namecheck
Check your name idea availability with CLI
Stars: ✭ 19 (+26.67%)
Mutual labels:  tools
Evolutionary Algorithm
Evolutionary Algorithm using Python, 莫烦Python 中文AI教学
Stars: ✭ 881 (+5773.33%)
Mutual labels:  nes
Swiftinfo
📊 Extract and analyze the evolution of an iOS app's code.
Stars: ✭ 880 (+5766.67%)
Mutual labels:  tools
Embeddednes
A portable NES simulator for embedded processors
Stars: ✭ 26 (+73.33%)
Mutual labels:  nes

nes-sprites2png

👾 convert nes file sprites to png 👾

Build Status Version

Installation

nes-sprites2png depends on node-canvas.
You can quickly install the dependencies by using the command for your OS:

OS Command
OS X xcode-select --install && brew install pkg-config cairo pango libpng jpeg giflib
Ubuntu sudo apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++
Fedora sudo yum install cairo cairo-devel cairomm-devel libjpeg-turbo-devel pango pango-devel pangomm pangomm-devel giflib-devel
Solaris pkgin install cairo pango pkg-config xproto renderproto kbproto xextproto
Windows Instructions on our wiki
$ npm install nes-sprites2png

Screenshot

Screenshot

Example

nes-sprites2png "path/to/nesfile.nes" "path/to/dist.png" 2

** 2 is pixel size (default equals 1)

Testing

Install the node modules:

$ npm i
$ npm t

License

The MIT License (MIT)

Copyright (c) 2016 @Bokuweb

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].