Re: Colors/Desaturate/Desaturate documentation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 03/26/2017 10:58 AM, Elle Stone wrote:

FWIW, I succeeded in compiling gimp-help with the modified desaturate
XML file. I'll send some questions in another email.

Here is a link to what the modified html file looks like after compiling gimp-help to use the modified desaturate xml file, along with some new images:

http://ninedegreesbelow.com/files/desaturate/8-18-desaturate.html

Here are three specific questions:


1. How does one validate a specific xml file? Running "make validate-en" produces this rather unhelpful output:

*** Validating XML (en) ...
-:57673: element figure: validity error : Element figure content does not follow the DTD, expecting (blockinfo? , (title , titleabbrev?) , (literallayout | programlisting | programlistingco | screen | screenco | screenshot | synopsis | cmdsynopsis | funcsynopsis | classsynopsis | fieldsynopsis | constructorsynopsis | destructorsynopsis | methodsynopsis | address | blockquote | graphic | graphicco | mediaobject | mediaobjectco | informalequation | informalexample | informalfigure | informaltable | indexterm | beginpage | link | olink | ulink)+), got (title para mediaobject mediaobject para mediaobject mediaobject para mediaobject mediaobject para mediaobject mediaobject para mediaobject mediaobject para mediaobject mediaobject para itemizedlist para itemizedlist )
    </figure>
             ^
(You will find log and xml files in log/.)

I say "unhelpful" because there's no mention of what file is causing the error. Opening the files in "log/" also doesn't seem to indicate which file is causing the problems.


2. I checked with https://validator.w3.org/check, which said the errors were exactly where I thought they would be, which is that I used <para></para> to cause the pairs of image files to be split by line breaks.

So what is the right way to cause a bunch of image files to break to a new line at specific places in the list of image files?

Also the w3 validator didn't like that I put an itemized list inside the Figure.

How do I fix these issues with the Figure?


3. I used this to try to make some text italicized:

<para><emphasis>Comparing the resulting shades of gray for the red globe and yellow sunflower:</emphasis></para>

but the text isn't italicized in the html file. So how does one make text be italicised?

Best,
Elle


Here's the relevant excerpts from desaturate.xml:

    <figure>
      <title>Comparing the five options</title>
      <para>
        The images below shows the result of using the five different ways
to convert to black and white, for two very different starting images:
      </para>

      <mediaobject>
        <imageobject>
          <imagedata format="PNG"

fileref="images/menus/colors/desaturate/colors-desaturate-original-sunflower.png"/>
        </imageobject>
        <caption>
          <para>Original image</para>
        </caption>
      </mediaobject>
      <mediaobject>
        <imageobject>
          <imagedata format="PNG"

fileref="images/menus/colors/desaturate/colors-desaturate-original-red-globe.png"/>
        </imageobject>
        <caption>
          <para>Original image</para>
        </caption>
      </mediaobject>

<para></para>

      <mediaobject>
        <imageobject>
          <imagedata format="PNG"

fileref="images/menus/colors/desaturate/colors-desaturate-luminance-sunflower.png"/>
        </imageobject>
        <caption>
          <para><quote>Luminance</quote> applied</para>
        </caption>
      </mediaobject>
      <mediaobject>
        <imageobject>
          <imagedata format="PNG"

fileref="images/menus/colors/desaturate/colors-desaturate-luminance-red-globe.png"/>
        </imageobject>
        <caption>
          <para><quote>Luminance</quote> applied</para>
        </caption>
      </mediaobject>

<para></para>

. . .

<para><emphasis>Comparing the resulting shades of gray for the red globe and
yellow sunflower:</emphasis></para>

<itemizedlist>
<listitem><para>For the red globe Lightness (HSL) produces a result very similar to Luminance, and Luma produces a conversion that is much darker.
    </para></listitem>
<listitem><para>For the sunflower, Luma produces a result very similar to Luminance, and Lightness (HSL) produces a conversion that is much darker.
    </para></listitem>
    <listitem><para>Notice that the less saturated parts of each image look
more or less the same, regardless of which methoc is chosen for converting
    from color to black and white.
    </para></listitem>
</itemizedlist>

. . .

    </figure>

_______________________________________________
gimp-docs-list mailing list
gimp-docs-list@xxxxxxxxx
https://mail.gnome.org/mailman/listinfo/gimp-docs-list



[Index of Archives]     [Video For Linux]     [Yosemite News]     [gtk]     [GIMP for Windows]     [KDE]     [Scanners]     [GEGL]     [Gimp's Home]     [Gimp on Windows]     [Steve's Art]     [Webcams]

  Powered by Linux