Commit Graph

  • 65a20b43fc Camera RAW images plugin Mirco Miranda 2022-09-19 23:52:43 +00:00
  • 84941b7690 .gitlab-ci.yml: enable static builds Dawid Wróbel 2022-09-18 18:41:54 +00:00
  • 21928300c6 Enables opening of XCF files with Width and/or Height greater than 32K Mirco Miranda 2022-09-13 17:57:57 +00:00
  • 024d199ed0 Replace C cast with reinterpret_cast Daniel Novomeský 2022-09-11 11:01:55 +02:00
  • 9ac923ad09 avif: adjust for libavif breaking change in YUV<->RGB conversion Daniel Novomeský 2022-09-09 17:54:18 +02:00
  • feb6d9b20f Fix image allocation with Qt 6 Mirco Miranda 2022-09-07 14:03:33 +00:00
  • dfbc6e0f8c GIT_SILENT Upgrade ECM and KF version requirements for 5.98.0 release. v5.98.0-rc1 v5.98.0 l10n daemon script 2022-09-05 09:27:11 +00:00
  • 43543f96bc Add FreeBSD Qt6 CI support Laurent Montel 2022-08-25 08:20:16 +02:00
  • 62e477a6f2 Protect against too big resize for a QByteArray Albert Astals Cid 2022-08-03 19:23:19 +02:00
  • e6955e1f03 GIT_SILENT Upgrade ECM and KF version requirements for 5.97.0 release. v5.97.0-rc1 v5.97.0 l10n daemon script 2022-08-07 12:18:50 +00:00
  • 6074c4d6fd Use right type on enums Mirco Miranda 2022-07-29 07:46:10 +02:00
  • 6f44c5c52a PSD: Improve alpha detection Mirco Miranda 2022-07-25 19:34:57 +00:00
  • d030c75925 PSD: LAB support Mirco Miranda 2022-07-06 21:30:23 +00:00
  • 9b3133ac92 GIT_SILENT Upgrade ECM and KF version requirements for 5.96.0 release. v5.96.0-rc1 v5.96.0 l10n daemon script 2022-07-02 14:33:58 +00:00
  • b0a0bb1294 PSD header checks according to specifications Mirco Miranda 2022-06-30 08:14:45 +02:00
  • 3d5090593c Improved detection of alpha channel on CMYK images Mirco Miranda 2022-06-27 10:04:49 +02:00
  • d4966d169b Minor code optimization Mirco Miranda 2022-06-25 15:54:10 +02:00
  • bf52896347 Minor code improvements (tested on all my MCYK PSD/PSB files) Mirco Miranda 2022-06-25 15:34:59 +02:00
  • c52ffa2227 Fix Alpha + testcase images Mirco Miranda 2022-06-25 15:13:49 +02:00
  • e4e386babf Fix regression Mirco Miranda 2022-06-25 13:39:24 +02:00
  • b47a9d7022 Basic support to CMYK 8/16 bits (not fully tested) Mirco Miranda 2022-06-25 13:27:26 +02:00
  • 2cbf815d1f Require passing tests for the CI to pass Volker Krause 2022-06-29 20:09:38 +02:00
  • 6cd0056f3b Use ECMDeprecationSettings, bump hidden deprec. API to KF 5.95 Friedrich W. H. Kossebau 2022-06-28 00:35:18 +02:00
  • 83374f390e Fix missing init of oneValueArgs variable Friedrich W. H. Kossebau 2022-06-28 00:17:56 +02:00
  • 5e59d950bd jxl: support both old 0.6.1 and new 0.7.0 libjxl API Daniel Novomeský 2022-06-21 18:34:21 +02:00
  • de320447f6 Remove extra ';' Laurent Montel 2022-06-22 19:52:13 +02:00
  • cf375a207f avif: read performance improvements Daniel Novomeský 2022-06-20 18:50:03 +02:00
  • 2aec1d3926 GIT_SILENT Upgrade ECM and KF version requirements for 5.95.0 release. v5.95.0-rc1 v5.95.0 l10n daemon script 2022-06-04 08:19:33 +00:00
  • 2a84dd677d psd: Fix segfault on architectures where char is unsigned (like ARM) Adrian Bunk 2022-05-27 12:26:56 +03:00
  • ebcc34519c avif: prepare for breaking change in libavif v5.94.0-rc1 v5.94.0 Daniel Novomeský 2022-05-02 11:46:37 +02:00
  • cff2604cf9 XCF: Support to QImageIOHandler::Size option Mirco Miranda 2022-04-28 09:47:27 +02:00
  • f8a251e268 Support to QImageIOHandler::Size option Mirco Miranda 2022-04-28 08:52:18 +02:00
  • 52134fc2e9 QByteArray resize removal Mirco Miranda 2022-04-14 23:04:58 +00:00
  • 343954ca98 psd: Fix crash on broken files Albert Astals Cid 2022-04-13 23:06:15 +02:00
  • 44fd6b7bc0 psd: duotone read Mirco Miranda 2022-04-11 21:07:23 +00:00
  • c8a0806aab psd: Don't crash with broken images Albert Astals Cid 2022-04-10 12:19:52 +02:00
  • bb475dedd1 psd: Header depth has to be 8 for CM_INDEXED color_mode Albert Astals Cid 2022-04-07 23:49:51 +02:00
  • 9e28aae868 psd: Protect against broken images Albert Astals Cid 2022-04-07 00:31:16 +02:00
  • 5c47a97b79 psd: Don't abort on broken images Albert Astals Cid 2022-04-06 00:35:02 +02:00
  • 84d56d00cf avif: lossless support Daniel Novomeský 2022-04-05 22:47:55 +02:00
  • 384f78a13c psd: Don't assert on broken files Albert Astals Cid 2022-04-06 00:16:07 +02:00
  • 72fc32aefc Add windows CI Nicolas Fella 2022-04-05 15:45:38 +02:00
  • 98f19c60ae PSD: Performance improvements and support to missing common formats Mirco Miranda 2022-04-04 17:22:45 +00:00
  • ae6b724824 GIT_SILENT Upgrade ECM and KF version requirements for 5.93.0 release. v5.93.0-rc1 v5.93.0 l10n daemon script 2022-04-02 10:00:12 +00:00
  • 3e751dd80d Fix XCF parasites metadata in QImage and support to ICC profile Mirco Miranda 2022-03-23 23:34:33 +00:00
  • e69dff73e6 avif: encoder speed 7->6 Daniel Novomeský 2022-03-10 09:44:50 +01:00
  • 64cfe52bee avif: fix jumpToImage Daniel Novomeský 2022-03-10 09:39:53 +01:00
  • 8732fc8487 avif: warn about non-recommended libavif configuration Daniel Novomeský 2022-03-09 15:28:38 +01:00
  • d9729b7190 GIT_SILENT Upgrade ECM and KF version requirements for 5.92.0 release. v5.92.0-rc1 v5.92.0 l10n daemon script 2022-03-05 11:15:00 +00:00
  • 55d3c568b2 Add Qt6 Android CI Volker Krause 2022-03-01 17:04:18 +01:00
  • 4afafee6c1 Add write tests for heif/avif/jxl Albert Astals Cid 2022-02-17 17:36:24 +01:00
  • f04084e175 jxl: encoding improvements Daniel Novomeský 2022-02-15 19:41:42 +01:00
  • 9911c9c2ea avif: adjust dimension and memory limits Daniel Novomeský 2022-02-11 16:01:07 +01:00
  • 4ceef5164d GIT_SILENT Upgrade ECM and KF version requirements for 5.91.0 release. v5.91.0-rc1 v5.91.0 l10n daemon script 2022-02-05 15:14:16 +00:00
  • 3d2d91a08a Fix typo, should be qCWarning Ahmad Samir 2022-02-03 16:34:06 +02:00
  • 0a02458560 Check executables exist in PATH before passing them to QProcess Ahmad Samir 2022-02-03 11:28:41 +02:00
  • 96836e849f Fix handling of null terminated ANI metadata with Qt6 Volker Krause 2022-01-22 19:14:52 +01:00
  • f4edb7296f Add CI qt6 support Laurent Montel 2022-01-08 09:27:14 +01:00
  • b89c2d1b70 Deal with different offsets in kra and ora work/rempt/bug_447906 Halla Rempt 2022-01-05 15:51:16 +01:00
  • 56376ffd66 GIT_SILENT Upgrade ECM and KF version requirements for 5.90.0 release. v5.90.0-rc1 v5.90.0 l10n daemon script 2022-01-01 12:16:00 +00:00
  • f534254063 GIT_SILENT: It compiles fine without deprecated methods Laurent Montel 2021-12-26 11:35:54 +01:00
  • 32347725cb Fix typo Laurent Montel 2021-12-21 20:28:05 +01:00
  • 56e762c563 Make it compile against qt6 Laurent Montel 2021-12-21 20:10:11 +01:00
  • 81603ed908 GIT_SILENT Upgrade ECM and KF version requirements for 5.89.0 release. v5.89.0-rc1 v5.89.0 l10n daemon script 2021-12-04 17:00:59 +00:00
  • 957c199c68 GIT_SILENT: add missing licences Laurent Montel 2021-12-02 07:14:54 +01:00
  • f445e5dd0a avif: limit scope of variables Daniel Novomesky 2021-11-29 17:35:51 +01:00
  • d3da56bba3 Add JXL to the list of supported formats Daniel Novomesky 2021-11-17 20:06:11 +01:00
  • 41c4b5930c Add plugin for JPEG XL (JXL) Daniel Novomesky 2021-11-10 15:08:54 +01:00
  • fb66044714 Add FreeBSD CI v5.88.0-rc1 v5.88.0 Nicolas Fella 2021-10-07 00:28:35 +02:00
  • a43394a759 Add Android CI Nicolas Fella 2021-10-07 00:04:08 +02:00
  • 904c251f50 GIT_SILENT Upgrade ECM and KF version requirements for 5.87.0 release. v5.87.0-rc1 v5.87.0 l10n daemon script 2021-10-02 12:18:49 +00:00
  • 2f9e09f04a Add Gitlab CI configuration Ben Cooksley 2021-09-29 21:55:22 +13:00
  • 6458c9ae52 avif: performance and quality improvements Daniel Novomesky 2021-09-22 11:53:46 +02:00
  • 45cd128f73 GIT_SILENT Add CI configuration file David Faure 2021-09-05 14:03:42 +02:00
  • e89d21f12d GIT_SILENT Upgrade ECM and KF version requirements for 5.86.0 release. v5.86.0-rc1 v5.86.0 l10n daemon script 2021-09-04 15:45:36 +00:00
  • 1d2b51ddf1 Fix build with clang12 + libc++ Albert Astals Cid 2021-08-30 20:29:23 +02:00
  • 1080976abe GIT_SILENT: we can use std::as_const directly Laurent Montel 2021-08-28 18:07:43 +02:00
  • abd550c60c GIT_SILENT: replace MacOSX with macOS Laurent Montel 2021-08-25 14:56:21 +02:00
  • aade392da3 Clean up unneeded JSON parameter in kimageformats_add_plugin Alexander Lohnau 2021-07-28 11:40:24 +02:00
  • 7642633551 SGIImage::writeImage: Properly fail if the image is too big Albert Astals Cid 2021-08-19 17:29:44 +02:00
  • 9f2c5061c8 exr: Port to std::log/pow Albert Astals Cid 2021-08-12 16:21:30 +02:00
  • 28099eed71 GIT_SILENT Upgrade Qt5 version requirement to 5.15.2. l10n daemon script 2021-08-15 08:56:59 +00:00
  • f5d574b3ad clang-tidy: one declaration per line; braces around statements Ahmad Samir 2021-08-13 15:13:07 +02:00
  • a8f92e5525 PCXHandler::write: Properly fail if the image is too big Albert Astals Cid 2021-08-12 16:43:26 +02:00
  • fbeef559b7 exr: Repair compability with openexr2 v5.85.0-rc1 v5.85.0 Albert Astals Cid 2021-07-21 00:03:18 +02:00
  • 7f56d835f0 GIT_SILENT Upgrade ECM and KF version requirements for 5.85.0 release. l10n daemon script 2021-07-14 22:32:29 +00:00
  • 8f87ce4cb2 Fix typos found by codespell Christophe Giboudeaux 2021-07-14 00:08:38 +02:00
  • 5aa03c12ad exr: Override the actual function signature Albert Astals Cid 2021-07-12 20:15:12 +02:00
  • 9b7c24df27 Fix build with older openEXR versions v5.84.0-rc2 v5.84.0 Christophe Giboudeaux 2021-07-08 10:59:20 +02:00
  • 3266a9c466 Fix build with older openEXR versions Christophe Giboudeaux 2021-07-08 10:59:20 +02:00
  • 1b2bf6e931 Remove CMAKE_CXX_STANDARD, now set to 17 in KDEFrameworkCompilerSettings in ECM v5.84.0-rc1 Ahmad Samir 2021-06-19 20:05:36 +02:00
  • 894391b000 GIT_SILENT Upgrade ECM and KF version requirements for 5.84.0 release. l10n daemon script 2021-06-19 15:58:16 +00:00
  • ef6be2c077 avif: Disable all strict decoder checks Daniel Novomesky 2021-06-08 15:20:41 +02:00
  • 96b40da089 GIT_SILENT Upgrade ECM and KF version requirements for 5.83.0 release. v5.83.0-rc1 v5.83.0 l10n daemon script 2021-06-05 08:55:28 +00:00
  • bf3f94da76 avif: Adjust for libavif breaking change Daniel Novomesky 2021-06-04 14:37:10 +02:00
  • 318dacda75 Remove compiler flags already defined in extra-cmake-modules Ahmad Samir 2021-05-23 17:18:51 +02:00
  • e358bb0feb Bump required CMake version to 3.16 Ahmad Samir 2021-05-17 13:21:23 +02:00
  • dca6e87c89 Enable HEIC plugin to save all ICC profiles Daniel Novomesky 2021-05-14 12:30:28 +02:00
  • 62f9af9a35 Color profile loading/saving fixes Daniel Novomesky 2021-05-13 16:56:46 +02:00
  • ff53d3d7e9 xcf: Make sure offsets are not negative Albert Astals Cid 2021-05-05 17:21:29 +02:00