load-image ( image-file -- image )
Loader for Factor images


Vocabulary
tools.image-analyzer

Inputs
image-filea string


Outputs
imagean image


Word description
Loads and decodes Factor image.

Definition