Loader for Factor images


The tools.image-analyzer loads and decodes Factor images.

Main word:
load-image ( image-file -- image )


Notes
A limitation of the vocab is that cpu architecture of the image must match the Factor process. So 32 bit Factor can only load 32 bit images and 64 bit Factor 64 bit images.