Ignore:
Timestamp:
02/19/2021 03:20:16 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
eff7423
Parents:
4a80a67
Message:

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24236 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/imagemagick.xml

    r4a80a67 r4c24eb0a  
    113113        work just fine, but this has not been tested by the BLFS team. If the
    114114        package version shown above is not available from the locations shown
    115         above, or from the <filename class='directory'>legacy/</filename>
     115        above, or from the <filename class="directory">legacy/</filename>
    116116        directory at <literal>ftp.ImageMagick.org/pub/ImageMagick</literal> you
    117117        can download it from the BLFS package server at Oregon State University:
     
    387387      <listitem>
    388388        <para>
    389           animates a sequence of images.
     389          animates a sequence of images
    390390        </para>
    391391        <indexterm zone="imagemagick animate">
     
    399399      <listitem>
    400400        <para>
    401           compares an image to a reconstructed image.
     401          compares an image to a reconstructed image
    402402        </para>
    403403        <indexterm zone="imagemagick compare">
     
    411411      <listitem>
    412412        <para>
    413           composites various images into the given base image.
     413          composites various images into the given base image
    414414        </para>
    415415        <indexterm zone="imagemagick composite">
     
    423423      <listitem>
    424424        <para>
    425           processes a MSL script to create an image.
     425          processes a MSL script to create an image
    426426        </para>
    427427        <indexterm zone="imagemagick conjure">
     
    435435      <listitem>
    436436        <para>
    437           converts image(s) from one format to another.
     437          converts image(s) from one format to another
    438438        </para>
    439439        <indexterm zone="imagemagick convert">
     
    447447      <listitem>
    448448        <para>
    449           displays an image.
     449          displays an image
    450450        </para>
    451451        <indexterm zone="imagemagick display">
     
    459459      <listitem>
    460460        <para>
    461           describes the format and characteristics of an image file.
     461          describes the format and characteristics of an image file
    462462        </para>
    463463        <indexterm zone="imagemagick identify">
     
    471471      <listitem>
    472472        <para>
    473           captures an X window.
     473          captures an X window
    474474        </para>
    475475        <indexterm zone="imagemagick import">
     
    485485          convert between image formats as well as resize an image,
    486486          blur, crop, despeckle, dither, draw on, flip, join, re-sample
    487           and much more.
     487          and much more
    488488        </para>
    489489        <indexterm zone="imagemagick magick">
     
    498498        <para>
    499499          show information about the installed versions of the
    500           <application>ImageMagick</application> libraries.
     500          <application>ImageMagick</application> libraries
    501501        </para>
    502502        <indexterm zone="imagemagick magick-config">
     
    510510      <listitem>
    511511        <para>
    512           transforms an image.
     512          transforms an image
    513513        </para>
    514514        <indexterm zone="imagemagick mogrify">
     
    522522      <listitem>
    523523        <para>
    524           composites various images into a new image.
     524          composites various images into a new image
    525525        </para>
    526526        <indexterm zone="imagemagick montage">
     
    535535        <para>
    536536          streams one or more pixel components of an image or
    537           portion of the image to your choice of storage formats.
     537          portion of the image to your choice of storage formats
    538538        </para>
    539539        <indexterm zone="imagemagick stream">
     
    544544
    545545    <varlistentry id="perlmagick">
    546       <term><filename class='libraryfile'>Image::Magick</filename></term>
     546      <term><filename class="libraryfile">Image::Magick</filename></term>
    547547      <listitem>
    548548        <para>
     
    550550          image file formats using the <application>ImageMagick</application>
    551551          library. Run <command>make</command> in the
    552           <filename class='directory'>PerlMagick/demo</filename> directory of
     552          <filename class="directory">PerlMagick/demo</filename> directory of
    553553          the package source tree after the package is installed to see a nice
    554           demo of the module's capabilities.
     554          demo of the module's capabilities
    555555        </para>
    556556        <indexterm zone="imagemagick perlmagick">
     
    564564      <listitem>
    565565        <para>
    566           provides the C API for ImageMagick.
     566          provides the C API for ImageMagick
    567567        </para>
    568568        <indexterm zone="imagemagick libMagickCore-7.Q16HDRI">
     
    577577        <para>
    578578          is the recommended C API for ImageMagick. Unlike the MagickCore API it
    579           uses  only a few opaque types.
     579          uses  only a few opaque types
    580580        </para>
    581581        <indexterm zone="imagemagick libMagickWand-7.Q16HDRI">
     
    589589      <listitem>
    590590        <para>
    591           provides the C++ API for ImageMagick.
     591          provides the C++ API for ImageMagick
    592592        </para>
    593593        <indexterm zone="imagemagick libMagickpp-7.Q16HDRI">
Note: See TracChangeset for help on using the changeset viewer.