Package gd3: Information

    Source package: gd3
    Version: 2.3.3-alt4
    Build time:  Jan 13, 2025, 05:54 PM
    Category: Graphics
    Report package bug
    License: BSD-style
    Summary: A graphics library for drawing image files in various formats
    Description: 
    Gd is a graphics library.  It allows your code to quickly draw images
    complete with lines, arcs, text, multiple colors, cut and paste from
    other images, and flood fills, and write out the result as a PNG or
    JPEG file.  This is particularly useful in World Wide Web applications,
    where PNG and JPEG are two of the formats accepted for inline images
    by most browsers.
    
    Gd is not a paint program.  If you are looking for a paint program, you
    are looking in the wrong place.  If you are not a programmer, you are
    looking in the wrong place, unless you are installing a required
    library in order to run an application.
    
    Gd does not provide for every possible desirable graphics operation.
    It is not necessary or desirable for Gd to become a kitchen-sink
    graphics package, but version 2.0 does include most frequently
    requested features, including both truecolor and palette images,
    resampling (smooth resizing of truecolor images) and so forth.

    List of RPM packages built from this SRPM:
    gd3-utils (riscv64)
    gd3-utils-debuginfo (riscv64)
    libgd3 (riscv64)
    libgd3-debuginfo (riscv64)
    libgd3-devel (riscv64)

    Maintainer: Alexander Danilov


      1. fontconfig-devel
      2. fonts-ttf-dejavu
      3. libXpm-devel
      4. libfreetype-devel
      5. libheif-devel
      6. libjpeg-devel
      7. libpng-devel
      8. libtiff-devel
      9. libwebp-devel
      10. zlib-devel

    Last changed


    Jan. 13, 2025 Alexander Danilov 2.3.3-alt4
    - Enable gd formats.
    Nov. 26, 2024 Kirill Izmestev 2.3.3-alt3
    - Fixed bug in HEIF usage, stride is require by patch from upstream.
    Nov. 29, 2023 Alexey Sheplyakov 2.3.3-alt2
    - spec:
      + run tests on LoongArch.
      + support building without rust stuff (to simplify bootstrap).