معرفی شرکت ها


eachpng-0.0.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Executes command line for each PNG from standard input and forwards their output to stdout.
ویژگی مقدار
سیستم عامل -
نام فایل eachpng-0.0.2
نام eachpng
نسخه کتابخانه 0.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Pebble Technology
ایمیل نویسنده UNKNOWN
آدرس صفحه اصلی https://github.com/pebble/eachpng
آدرس اینترنتی https://pypi.org/project/eachpng/
مجوز MIT
.. image:: https://travis-ci.org/pebble/eachpng.svg?branch=master :target: https://travis-ci.org/pebble/eachpng eachpng ======= Executes command line for each PNG from standard input and forwards their output to stdout. This can be useful if you are want to generate an animated GIF (e.g. which gifsicle) but coming from a stream of of PNGs (which cannot be converted via ImageMagick as such). Installing ---------- .. code-block:: bash $ pip install . Running tests ------------- .. code-block:: bash $ nosetests tests Usage ----- Here's an example how to convert a stream of PNGs to an animated GIF. This example uses: - `seq` to create a sequence of numbers (stream: many lines with a number each line), uses - `xargs` to call a fictitious program `./tool` that produces a PNG for each call (stream: sequence of PNGs) - `eachpng` calling ImageMagick `convert` for each PNG to convert it to GIF (stream: sequence if GIFs) - `gifsicle` operating taking the sequence of GIFs to produce an animated GIF .. code-block:: bash $ seq 0 33 12000 | \ xargs -L 1 -I TC ./tool -t TC -o - | \ eachpng convert - GIF:- | \ gifsicle --multifile --delay 3 -O3 >out.gif


نحوه نصب


نصب پکیج whl eachpng-0.0.2:

    pip install eachpng-0.0.2.whl


نصب پکیج tar.gz eachpng-0.0.2:

    pip install eachpng-0.0.2.tar.gz