From: Laurent PERON
Subject: [CLIM] Loading images from files
Date: 
Message-ID: <3D2B07D7.8000203@free.fr>
Hello,

I am a very beginner with CLIM, and was wondering
if there exists a [reasonably] portable, classical
and fast way of creating a CLIM `pixmap' from a file, or,
simpler problem, from three arrays of fixnums? (r, g, b data)

It seems that using clim:draw-point would be the correct and
portable way of doing it, but (not tested yet) I think
it would be extremely slow to load pixmaps one pixel
by one pixel.

Any clue ?

Laurent PERON.