Angus Leeming wrote:
> 
> Bingo! xforms 0.88 has noimage  support. You're using the image loader I
> wrote based on the libXpm library. The relevant code is to be found in
> src/graphics/GraphicsImageXPM.C.
 
$Bingo^2$ !! Thanks for your hints and help.

Instead of
 
   dimension const * start_row = old_data;

we need

    dimension const * start_row = old_data
                                + image_.width() * (image_.height() - params.bb.yt);

Please apply attached patch!

Regards,
Rob.

Attachment: graphics.diff.gz
Description: GNU Zip compressed data

Reply via email to