decode-test ( path image-class -- )
Testing image encoders and decoders

Next:encode-test ( path image-class -- )


Vocabulary
images.testing

Inputs
patha pathname string
image-classan object


Outputs
None

Word description
Runs a unit-test on the image at path to test the image decoder. The image is decoded and compared against its corresponding Reference image.

Definition