Пакет gd3: Информация

  • Default inline alert: Версия в репозитории: 2.3.3-alt2

Исходный пакет: gd3
Версия: 2.3.3-alt1
Последняя версия по данным Repology
Собран:  4 октября 2021 г. 18:05 в задании #286379
Категория: Графика
Сообщить об ошибке в пакете
Домашняя страница: https://libgd.github.io/

Лицензия: BSD-style
О пакете: A graphics library for drawing image files in various formats
Описание: 
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.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
gd3-utils (x86_64, ppc64le, i586, armh, aarch64)
gd3-utils-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
libgd3 (x86_64, ppc64le, i586, armh, aarch64)
libgd3-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
libgd3-devel (x86_64, ppc64le, i586, armh, aarch64)

Сопровождающий: Aleksei Nikiforov


Права:
Anton Farygin
@everybody

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

Последнее изменение


4 октября 2021 г. Aleksei Nikiforov 2.3.3-alt1
- Updated to upstream version 2.3.3.
9 марта 2021 г. Aleksei Nikiforov 2.3.2-alt1
- Updated to upstream version 2.3.2.
- Enabled HEIF support.
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).