>>>>> "R" == R Lahaye <[EMAIL PROTECTED]> writes:

R> Hi,

R> After a useful communication with Herbert on my problem displaying
R> xpm-files on the LyX canvas, we came to the following conclusion:

R> I'm using a fairly recent version of ImageMagick (5.4.7). This
R> version's convert produces a color output line

R>   " c opaque"

R> which causes a horrible quality in the LyX-View.

R> Manually I have to do

R>     convert -opaque black ....

Hmm, I just see that the code in GraphicsImageXPM does:

        // some image magick versions use this
        xpm_col[1].name = 0;
        xpm_col[1].value = "opaque";
        xpm_col[1].pixel = lyxColorHandler->colorPixel(LColor::white);

Shouldn't that be LColor::black? John, why did you choose white
instead of black?

JMarc

Reply via email to