<div>Hello:</div>
<div>I have a problem with images on my cbr viewer. Supose I load a image on a photo-image instance called photo:</div>
<div> </div>
<div>(image-load photo "photo.ppm")</div>
<div> </div>
<div>If now I load a second image which is smaller than photo.ppm, with</div>
<div> </div>
<div>(image-load photo "photo2.ppm")</div>
<div> </div>
<div>It loads photo2.ppm at first plane, but I seed photo.ppm at the zone that's not filled with photo2.ppm. At the moment, I'm loading a image "black.ppm" that is a just a black image to reset the background, but I don't want to do It. There's some function to reset the photo-image instance's background before loading another image?
</div>
<div> </div>
<div>Thanks you.<br clear="all"><br>-- <br>Felip Alàez Nadal </div>