Skip to main content

Python package to convert images from grayscale to false color and back

Project description

Python package colorscale

This package was written to facilitate working with ‘false color’. Many scientific fields work with image files to visualize two-dimensional scalar data. The raw data can then be represented as a grayscale image. For different reasons, representing these data in false color can be useful. This package helps to convert grayscale images to ‘false color’. On the other hand, quite often it is desirable to have access to the original values of a false color plot. If the color scale (or ‘color map’) is known and it is bijective (a reversible one to one mapping), the original gray scale image can be recovered from the false color image using this tool, too.

Installation

pip install colorscale

Usage

After installing, two command line tools will be available:

  • to_color_scale and

  • to_gray_scale.

Start them with the --help flag to learn how to use them:

$ to_color_scale --help
usage: to_color_scale [-h] -s {tillscale} [-b {pil,cv2}] IMAGEFILE

Convert an image saved as false color to grayscale

positional arguments:
  IMAGEFILE             The image to convert

optional arguments:
  -h, --help            show this help message and exit
  -s {tillscale}, --colorscale {tillscale}
                        Desired color scale
  -b {pil,cv2}, --backend {pil,cv2}

and

$ to_gray_scale --help
usage: to_gray_scale [-h] -s COLORSCALE IMAGEFILE

Convert an image saved as false color to grayscale

positional arguments:
  IMAGEFILE             The image to convert

optional arguments:
  -h, --help            show this help message and exit
  -s COLORSCALE, --colorscale COLORSCALE {tillscale}
                        Desired color scale

Author

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

colorscale-0.8.2.tar.gz (5.0 kB view details)

Uploaded Source

File details

Details for the file colorscale-0.8.2.tar.gz.

File metadata

  • Download URL: colorscale-0.8.2.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for colorscale-0.8.2.tar.gz
Algorithm Hash digest
SHA256 1851ac6f2a4b82b8f6fa957f8337c222d1eebb31694e0ec77b5562b7c577163f
MD5 18875f663e680919468b8d92186ad509
BLAKE2b-256 bd271f0d1e6289e5fd934a3365b66158bdbd5b108f4141b489f335b7a1004eae

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page