[frameworks-kimageformats] [Bug 451584] Add support for the JPEG XR format

2024-09-29 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=451584

Mirco Miranda  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Mirco Miranda  ---
The JXR format is now part of KF6 even if its compilation is disable by
default.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kimageformats] [Bug 451584] Add support for the JPEG XR format

2024-06-07 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=451584

--- Comment #7 from Albert Astals Cid  ---
Git commit b8a9c75c8088bdf9096df6c20f790dabaf60dd24 by Albert Astals Cid, on
behalf of Mirco Miranda.
Committed on 07/06/2024 at 10:35.
Pushed by aacid into branch 'master'.

JXR support

An implementation of the JXR format.

M  +6-1CMakeLists.txt
M  +1-0README.md
M  +9-0autotests/CMakeLists.txt
A  +---autotests/read/jxr/abydos_bgra32.jxr
A  +---autotests/read/jxr/abydos_bgra32.png
A  +---autotests/read/jxr/testcard_bgra8.jxr
A  +---autotests/read/jxr/testcard_bgra8.png
A  +---autotests/read/jxr/testcard_gray16.jxr
A  +---autotests/read/jxr/testcard_gray16.png
A  +---autotests/read/jxr/testcard_gray8.jxr
A  +---autotests/read/jxr/testcard_gray8.png
A  +---autotests/read/jxr/testcard_mono.jxr
A  +---autotests/read/jxr/testcard_mono.png
A  +---autotests/read/jxr/testcard_rgb16.jxr
A  +---autotests/read/jxr/testcard_rgb16.png
A  +---autotests/read/jxr/testcard_rgb8.jxr
A  +---autotests/read/jxr/testcard_rgb8.png
A  +---autotests/read/jxr/testcard_rgba16.jxr
A  +---autotests/read/jxr/testcard_rgba16.png
A  +---autotests/read/jxr/testcard_rgba8.jxr
A  +---autotests/read/jxr/testcard_rgba8.png
A  +24   -0cmake/find-modules/FindLibJXR.cmake
M  +14   -0src/imageformats/CMakeLists.txt
A  +1141 -0src/imageformats/jxr.cpp [License: LGPL(v2.0+)]
A  +4-0src/imageformats/jxr.json
A  +47   -0src/imageformats/jxr_p.h [License: LGPL(v2.0+)]
M  +13   -0src/imageformats/util_p.h

https://invent.kde.org/frameworks/kimageformats/-/commit/b8a9c75c8088bdf9096df6c20f790dabaf60dd24

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kimageformats] [Bug 451584] Add support for the JPEG XR format

2024-05-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=451584

--- Comment #6 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/kimageformats/-/merge_requests/219

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kimageformats] [Bug 451584] Add support for the JPEG XR format

2024-05-03 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=451584

--- Comment #5 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/kimageformats/-/merge_requests/216

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kimageformats] [Bug 451584] Add support for the JPEG XR format

2024-05-01 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=451584

Mirco Miranda  changed:

   What|Removed |Added

 CC||mirco...@gmail.com

--- Comment #4 from Mirco Miranda  ---
I wrote a read-only implementation quickly, but I'm missing sample images to
try.
Without a good set of images there is no point in going further. If you have
any, attach them to this task.

The current state of the code for now is on my fork:
https://invent.kde.org/mircomir/kimageformats/-/merge_requests/10/diffs

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kimageformats] [Bug 451584] Add support for the JPEG XR format

2022-07-06 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=451584

caulier.gil...@gmail.com changed:

   What|Removed |Added

 CC||caulier.gil...@gmail.com

--- Comment #3 from caulier.gil...@gmail.com ---
Hi,

I vote also to have this file format supported in KDE Qt image IO plugins
collection.

Best

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kimageformats] [Bug 451584] Add support for the JPEG XR format

2022-03-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=451584

--- Comment #2 from 2wxsy5823...@opayq.com ---
There is also https://github.com/informationsea/Qt-JPEGXR but it has many
limitations and is no longer actively developed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kimageformats] [Bug 451584] Add support for the JPEG XR format

2022-03-16 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=451584

Albert Astals Cid  changed:

   What|Removed |Added

 CC||dnovome...@gmail.com

--- Comment #1 from Albert Astals Cid  ---
Adding Daniel since he's been implementing support for "new formats" recently,
in case he's interested

-- 
You are receiving this mail because:
You are watching all bug changes.