Skip to main content

Roboflex util png Library

Project description

roboflex.util.png

Roboflex support for png compression to file and memory, and png decompression from memory.

Useful for compressing images over slow transports (wifi, etc).

System Dependencies

None! We build lodepng from source...

pip install

pip install roboflex.util.png

Import

import roboflex.util.png as rup

Nodes

There are two complementary nodes: PNGCompressor, which can turn rgb tensors into pngs in memory, and PNGDecompressor, which does the opposite. Useful either for writing rgb tensors to files, or compressing them.

# all parameters are optional
c = rup.PNGCompressor(

    # in the incoming message, where to find the rgb tensor
    image_key = "rgb",

    # in the outgoing message, where to place the jpeg data
    output_key = "png", 

    # If this is provided, will ALSO write jpeg files with this 
    # prefix, with a variation of the date and time as the suffix.
    filename_prefix = "",

    # name of the node
    name = "PNGCompressor",

    # prints internal info
    debug = False,
)

... and ...

c = rup.PNGDecompressor(

    # in the incoming message, where to find the png data as a blob
    input_key = "png",

    # in the outgoing message, where to place the rgb data as a tensor
    output_key = "rgb", 

    # name of the node
    name = "PNGDecompressor",

    # prints internal info
    debug = False,
)

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

roboflex.util.png-0.1.3.tar.gz (8.0 kB view details)

Uploaded Source

File details

Details for the file roboflex.util.png-0.1.3.tar.gz.

File metadata

  • Download URL: roboflex.util.png-0.1.3.tar.gz
  • Upload date:
  • Size: 8.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for roboflex.util.png-0.1.3.tar.gz
Algorithm Hash digest
SHA256 78f946ddf012e53eda208c3511ae06cbbf27c5154db4e201ef2b12299dc53fb9
MD5 bdf5a1298e6e06ea9e52a1ee97316a45
BLAKE2b-256 cad972e455ae3da49b3eaa3839fe093df613f71674ff2f078902a7f8ca503d9c

See more details on using hashes here.

Supported by

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