./graphics/kimageformats, Image format plugins for Qt5

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.114.0nb1, Package name: kimageformats-5.114.0nb1, Maintainer: markd

This framework provides additional image format plugins for QtGui. As
such it is not required for the compilation of any other software, but
may be a runtime requirement for Qt-based software to support certain
image formats.

The following image formats have read-only support:

- Gimp (xcf)
- OpenEXR (exr)
- Photoshop documents (psd)
- Sun Raster (ras)

The following image formats have read and write support:

- Encapsulated PostScript (eps)
- Personal Computer Exchange (pcx)
- SGI images (rgb, rgba, sgi, bw)
- Softimage PIC (pic)
- Targa (tga): supports more formats than Qt's version
- XView (xv)


Required to run:
[graphics/openexr] [x11/qt5-qtbase] [archivers/karchive]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [devel/extra-cmake-modules] [lang/gcc6] [x11/xorgproto]

Master sites: (Expand)

Filesize: 15388.715 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-06 10:07:18 by Thomas Klausner | Files touched by this commit (1490)
Log message:
* recursive bump for libxkbcommon 1.7.0

Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0
   2024-02-06 11:46:35 by Mark Davies | Files touched by this commit (173) | Package updated
Log message:
*: update KDE Frameworks to 5.114.0

6 months of development
   2023-11-15 21:00:42 by Thomas Klausner | Files touched by this commit (68)
Log message:
*: bump for openexr 3.2.1
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-07-29 04:13:28 by Mark Davies | Files touched by this commit (3) | Package updated
Log message:
kimageformats: update to 5.108.0

5.99
  pcx: Do not support sequential devices
  Fix maximum number of channels (testcase added)
  LibRaw_QIODevice::seek() avoid seek on a sequential device
  LibRaw_QIODevice::seek() bounding checks
  Camera RAW images plugin
  Enables opening of XCF files with Width and/or Height greater than 32K
  Replace C cast with reinterpret_cast
  avif: adjust for libavif breaking change in YUV<->RGB conversion
  Fix image allocation with Qt 6
5.100
  Don't install desktop files for image formats when building against Qt6
  raw: Don't seek back if we were asked to read too much
  jxl: indicate when all frames have been read
  avif: indicate when all frames have been read
  avif: always indicate endless loop (bug 460085)
  avif: return `false` in `canRead()` when `imageIndex >= imageCount`
  Auto-rotate input images in readtest
  jxl: remove C-style casts
  avif: Use reinterpret_cast instead C cast
  heif: replace C cast with static_cast
  heif: use heif_init/heif_deinit with libheif 1.13.0+
  FindLibRaw: fix include dir, should not contain prefix libraw/
  Fix duplicated tests
  ANI partial test and PIC test added
  PSD: impreved support to sequential access device
  Fix messages
  CMakeLists: enable EXR test
  Added EXR test image
  Fixes for sequential devices
5.101
  Fix missing DCI-P3 color space set
  raw: LibRaw_QIODevice::read: fixed possible partial reading of an item
  PSD multichannel testcases
  Support to MCH with 4+ channels (treat as CMYK)
  avif: Check if encoder/decoder is available in capabilities()
  Fix condition for installing desktop files
5.102
  raw: tweak seek implementation
  heif: fix error handling
  heif: rewrite plugin to use only libheif C API
5.103
  psd: conversion speed improvements (kf5)
  Fix writing TGA alpha depth flag
  HDR support removed from RAW plugin
  heif: reject invalid files with zero size
5.105
  psd: Fix alpha blending (KF5)
5.106
  Fix wrong alpha conversion
5.107
  pcx: multiple fixes (2)
  Avoid unnecessary conversions
  RGB/SGI writer: fix alpha detection and image limit size
  TGA writer: fix alpha detection and performance improvements
  pcx: multiple fixes
  PCX: Fix reading of the extended palette
5.108
  jxl: add support for libjxl v0.9, drop support for old 0.6.1
   2023-06-06 10:02:15 by Thomas Klausner | Files touched by this commit (67)
Log message:
*: recursive bump for math/imath shlib version change