Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinpt/lecroy-colorizer
LeCroy 93xx oscilloscope colorizer
https://github.com/kevinpt/lecroy-colorizer
Last synced: 7 days ago
JSON representation
LeCroy 93xx oscilloscope colorizer
- Host: GitHub
- URL: https://github.com/kevinpt/lecroy-colorizer
- Owner: kevinpt
- License: other
- Created: 2015-03-12T18:13:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-15T12:58:55.000Z (over 9 years ago)
- Last Synced: 2023-08-06T05:10:54.195Z (over 1 year ago)
- Language: Python
- Homepage: http://kevinpt.github.io/lecroy-colorizer/
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: ChangeLog.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
.. image:: http://kevinpt.github.io/lecroy-colorizer/_static/lecroy_colorizer_logo.png
=====================
LeCroy 93xx colorizer
=====================LeCroy Colorizer is a command line utility to add color to the black and white
images produced by the screen capture on the LeCroy 93xx series oscilloscopes.
It should run without issue on all platforms that support Python and PIL.Features
--------
* Colorize all portions of a 93xx series screen capture
* Automatically detects grid layout
* Provides user customizable colors
* Supports a wide variety of input and output image formats================================================================================ ==============================================================================
Original Colorized
================================================================================ ==============================================================================
.. image:: http://kevinpt.github.io/lecroy-colorizer/_images/example_single.png .. image:: http://kevinpt.github.io/lecroy-colorizer/_images/color_single.png
================================================================================ ==============================================================================Requirements
------------
* Python 2.6 or newer. Not tested under Python 3 due to lack of PIL support
* `Python Imaging Library (PIL) `_The installation script depends on setuptools which will be installed if it isn't currently present in your Python distribution.
Download
--------
You can access the lecroy-colorizer Git repository from `Github
`_. `Packaged source code
`_
is also available for download.Documentation
-------------The full documentation is available online at the `main LeCroy colorizer site
`_.