Package gd3: Information

    Source package: gd3
    Version: 2.3.2-alt1
    Build time:  May 19, 2023, 10:15 PM in the task #321079
    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 rpms provided by this srpm:
    gd3-utils (x86_64, i586, aarch64)
    gd3-utils-debuginfo (x86_64, i586, aarch64)
    libgd3 (x86_64, i586, aarch64)
    libgd3-debuginfo (x86_64, i586, aarch64)
    libgd3-devel (x86_64, i586, aarch64)

    Maintainer: Aleksei Nikiforov


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

    Last changed


    March 9, 2021 Aleksei Nikiforov 2.3.2-alt1
    - Updated to upstream version 2.3.2.
    - Enabled HEIF support.
    April 21, 2020 Nikita Ermakov 2.3.0-alt2
    - Fix build on riscv64 (gdimagegrayscale/basic and
      gdimagecopyresampled/bug00201 tests are fails because of the
      rounding after fused multiply-add instructions. One possible
      workarround is to add -ffp-contract=off to the CFLAGS but as the
      difference between images in the tests is small it would be better
      to just ignore these tests).
    April 3, 2020 Aleksei Nikiforov 2.3.0-alt1
    - Updated to upstream version 2.3.0.