Code Monkey home page Code Monkey logo

pngblank's Introduction

pngblank

The pngblank utility generates fully transparent PNG images.

Contents

  1. Install
  2. Instructions
  3. License

Install

Requires

  • C compiler ;
  • libz ;
  • libdeflate.

Build

To install globally:

$ ./configure
$ make
# make install

To install in your $HOME/bin:

$ ./configure PREFIX=~
$ make
$ make install

Instructions

To see a description of its options see the man page.

pngblank can generates images using various colour modes, bit depths and compression level.

For a 2,5 kilobytes monstrosity one can type:

$ pngblank -l 1 -s huffmanonly 80 > big.png
$ ls -ngh big.png
-rw-r--r--  1 0   2.5K Apr 24 12:43 big.png

But if you prefer your files small and lean pngblank got you covered too:

$ pngblank -g -b 1 80 > small.png
$ ls -ngh small.png
-rw-r--r--  1 0    88B Apr 24 12:43 small.png

License

All the code is licensed under the ISC License. It's free, not GPLed !

pngblank's People

Contributors

tleguern avatar

Watchers

 avatar

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.