0.1.9 • Published 10 years ago

texture-info v0.1.9

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

texture-info

An image infomation reader tool for a set of custom image formats

Install

sudo npm install coffee-script -g
# 这个项目已经被切换成私有项目,因此请从目录本地安装
sudo npm install . -g

Usage

Use in command line

Usage: texture-info.coffee [options]

Options:

  -h, --help                   output usage information
  -V, --version                output the version number
  -o, --output [VALUE]         output directory
  -i, --input [VALUE]          input file
  -c, --forceRegPointToCenter  only work with -i switcher, when this switcher is turned on, the output image will use forced register point at the middle of the canvas

Use in JavaScript/CoffeeScript

texture_info.check pathToFile, (err, info)->
  if err?
    logger.error "[texture-info::check] #{err}"
  else
    console.dir info

License

Copyright (c) 2013 yi Licensed under the MIT license.

0.1.9

10 years ago

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago