SaashaJoshi / piQture

piQture: A quantum machine learning library for image processing.
https://saashajoshi.github.io/piQture/
Apache License 2.0
34 stars 15 forks source link

Add support for colored images #75

Closed SaashaJoshi closed 6 months ago

SaashaJoshi commented 6 months ago

This PR adds support for colored images by making the pixel_vals input a multi-dimensional list, i.e., list[list]. Corresponding changes are also made to the existing classes that support grayscale images only.

Resolves issue in #47