Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The text output should be as expected.

image_encoding

Encode and decode images from numpy array to jpeg (raw bytes). See Profile Encode Repository and Formats for more details on why jpeg was chosen.

Testing:

Code Block
cd image_encoding
python -m test_image_encode_decode 

There will be a result.jpg in the image_encode directory after the test to ensure that the images look similar.

network

TCP and UDP socket tools to send data across a network (private networks).

Testing:

Unit test:

Code Block
cd network
pytest

Integration test with image_encoding:

TODO