[frameworks-kimageformats] [Bug 498380] Integer overflow in XCF parser

2025-01-16 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=498380 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com --- Comment #6 from Mirco

[frameworks-kimageformats] [Bug 498381] Very slow image parsing in XCF plugin

2025-01-08 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=498381 Mirco Miranda changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[gwenview] [Bug 454206] Slow performance with RAW files on big folders

2025-01-07 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=454206 --- Comment #19 from Mirco Miranda --- (In reply to Martin Kyral from comment #17) > Thanks for working on this problem. Just to clarify: almost all raw formats > contain actually two jpg previews: the 160x120 thumbnail (which is not > usable

[gwenview] [Bug 454206] Slow performance with RAW files on big folders

2025-01-07 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=454206 --- Comment #18 from Mirco Miranda --- (In reply to Martin Kyral from comment #17) > Thanks for working on this problem. Just to clarify: almost all raw formats > contain actually two jpg previews: the 160x120 thumbnail (which is not > usable

[frameworks-kimageformats] [Bug 496350] JXL images losslessly transcoded from jpg fail to load

2025-01-05 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=496350 Mirco Miranda changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[frameworks-kimageformats] [Bug 496350] JXL images losslessly transcoded from jpg fail to load

2025-01-03 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=496350 --- Comment #12 from Mirco Miranda --- Git commit e6a0f8758b5fc62f569635df971e06b8ff9ac365 by Mirco Miranda. Committed on 04/01/2025 at 06:46. Pushed by mircomir into branch 'master'. JXL: Fix missing checks for BOXES when parsing animation

[gwenview] [Bug 454206] Slow performance with RAW files on big folders

2024-12-28 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=454206 --- Comment #15 from Mirco Miranda --- (In reply to Mirco Miranda from comment #13) > This way there would be two subformats: raw (default) and jpg. > I have to check if it's possible for readers. The Qt doc is contradictory: > the list

[gwenview] [Bug 454206] Slow performance with RAW files on big folders

2024-12-28 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=454206 --- Comment #14 from Mirco Miranda --- (In reply to Mirco Miranda from comment #13) > This way there would be two subformats: raw (default) and jpg. Unfortunately it's not possible to set subtype in QImageReader. -- You are receiving t

[gwenview] [Bug 454206] Slow performance with RAW files on big folders

2024-12-28 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=454206 --- Comment #13 from Mirco Miranda --- (In reply to Martin Kyral from comment #12) > Browsing folders with images is now usable again. However, viewing of an > image still uses QtRaw which is a) slow b) generates ugly previews. I was rereadin

[kio-extras] [Bug 475182] XCF files thumbnails have incorrect colors

2024-12-24 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=475182 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com Resolution

[frameworks-kimageformats] [Bug 468288] kimageformats-read-psd autotest started to fail with 5.105.0

2024-12-24 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=468288 Mirco Miranda changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[frameworks-kimageformats] [Bug 380956] Re-add support for .dds textures

2024-12-24 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=380956 Mirco Miranda changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[kio-extras] [Bug 439219] exr thumbnailer crashes on empty file

2024-12-22 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=439219 Mirco Miranda changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[frameworks-kimageformats] [Bug 435402] gwenview fails to show .kra image

2024-12-19 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=435402 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com Resolution

[frameworks-kimageformats] [Bug 380956] Re-add support for .dds textures

2024-12-10 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=380956 --- Comment #11 from Mirco Miranda --- And finally the PR OSS Fuzz: https://github.com/google/oss-fuzz/pull/12832 -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kimageformats] [Bug 380956] Re-add support for .dds textures

2024-12-10 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=380956 --- Comment #10 from Mirco Miranda --- Git commit 87eff569a4ba0c8ef81be2501bbad0f0e0c21de2 by Mirco Miranda. Committed on 11/12/2024 at 06:45. Pushed by mircomir into branch 'master'. Re-added DDS plugin support Fork of [Qt 5.6 DDS plu

[frameworks-kimageformats] [Bug 380956] Re-add support for .dds textures

2024-11-28 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=380956 --- Comment #8 from Mirco Miranda --- (In reply to Albert Astals Cid from comment #7) > Note we need LGPL2 not GPL2, but yes, that file is LGPL2 so we could fork > from that one if we want. Yes of course, I searched for LGPL but I wrote GPL...

[frameworks-kimageformats] [Bug 380956] Re-add support for .dds textures

2024-11-27 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=380956 --- Comment #6 from Mirco Miranda --- (In reply to Albert Astals Cid from comment #5) > If you really like to try this tell me we can ask The Qt Company if they > would be willing to relicense that bit of code to LGPL2 for us (not sure if >

[frameworks-kimageformats] [Bug 380956] Re-add support for .dds textures

2024-11-25 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=380956 --- Comment #4 from Mirco Miranda --- (In reply to Albert Astals Cid from comment #3) > Have you seen Giuseppe's comment? I'm not super happy with the "full of > security issues" and with the "DDS isn't reall

[frameworks-kimageformats] [Bug 380956] Re-add support for .dds textures

2024-11-24 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=380956 Mirco Miranda changed: What|Removed |Added CC||aa...@kde.org

[gwenview] [Bug 480401] Quickly switching through images in Gwenview can cause it to crash.

2024-11-24 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=480401 Mirco Miranda changed: What|Removed |Added Version|5.114.0 |23.08.4 Product|frameworks

[frameworks-kimageformats] [Bug 472398] Request: Affinity Photo file format

2024-11-21 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=472398 Mirco Miranda changed: What|Removed |Added Status|REPORTED|NEEDSINFO Resolution

[kdenlive] [Bug 456735] OpenEXR Alpha channel ignored

2024-11-21 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=456735 --- Comment #7 from Mirco Miranda --- Created attachment 176004 --> https://bugs.kde.org/attachment.cgi?id=176004&action=edit Testcase converted to PNG Image read by EXR plugin and converted to PNG (sRGB). I confirm that now the problem is n

[frameworks-kimageformats] [Bug 496350] JXL images losslessly transcoded from jpg fail to load

2024-11-20 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=496350 Mirco Miranda changed: What|Removed |Added CC||xpe...@gmail.com --- Comment #8 from Mirco

[gwenview] [Bug 496360] Gwenview 24.08.3 fails to load some jpegxl (.jxl) images

2024-11-20 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=496360 Mirco Miranda changed: What|Removed |Added Resolution|--- |DUPLICATE CC

[frameworks-kimageformats] [Bug 496350] JXL images losslessly transcoded from jpg fail to load

2024-11-20 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=496350 Mirco Miranda changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution

[frameworks-kimageformats] [Bug 496443] JPEG XL image stretched issue.

2024-11-19 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=496443 --- Comment #7 from Mirco Miranda --- (In reply to Rean from comment #5) > Alright here's the image. Thanks for reporting. -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kimageformats] [Bug 496443] JPEG XL image stretched issue.

2024-11-19 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=496443 Mirco Miranda changed: What|Removed |Added Resolution|WAITINGFORINFO |FIXED Status|NEEDSINFO

[frameworks-kimageformats] [Bug 496443] JPEG XL image stretched issue.

2024-11-19 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=496443 --- Comment #4 from Mirco Miranda --- (In reply to Rean from comment #3) > As you can see here, Gwenview, Nomacs, Okular, and an application called > Manga Reader all show the image distorted. Also, this only seems to happen > on very

[frameworks-kimageformats] [Bug 496443] JPEG XL image stretched issue.

2024-11-19 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=496443 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com Status|REPORTED

[frameworks-kimageformats] [Bug 362999] KRA and ORA plugins are not recognised by QImageReader

2024-11-06 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=362999 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com Resolution

[frameworks-kimageformats] [Bug 215009] Improve .xcf files thumbnail time loading

2024-11-06 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=215009 Mirco Miranda changed: What|Removed |Added Status|CONFIRMED |NEEDSINFO CC

[frameworks-kimageformats] [Bug 437706] Cannot open GIMP XCF files especially when color depth is higher than 8 bits

2024-10-02 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=437706 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com Status

[frameworks-kimageformats] [Bug 472398] Request: Affinity Photo file format

2024-10-02 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=472398 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com --- Comment #2 from Mirco

[kdenlive] [Bug 456735] OpenEXR Alpha channel ignored

2024-10-02 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=456735 --- Comment #5 from Mirco Miranda --- (In reply to emohr from comment #4) > Hello Mirco. Is the issue fixed with the latest Kdenlive version? It is fixed in frameworks-kimageformats (KF5) and frameworks-kimageformats (KF6). Jean told to us t

[frameworks-kimageformats] [Bug 468288] kimageformats-read-psd autotest started to fail with 5.105.0

2024-10-01 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=468288 --- Comment #14 from Mirco Miranda --- (In reply to kloczek from comment #13) > I'm going to reopen this ticked because if source tree is configured with > BUILD_TESTING=ON it should be added checking dependency for Qt5::QTiffPlugin. Thi

[frameworks-kimageformats] [Bug 464406] JPEG-XL reader does not read rotation information

2024-09-30 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=464406 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com Resolution

[frameworks-kimageformats] [Bug 466821] Digikam git can't manage 16 bit float .xcf

2024-09-29 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=466821 Mirco Miranda changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[frameworks-kimageformats] [Bug 426222] No thumbnails for XCF (GIMP) Images with more than 8 Bit precision per channel

2024-09-29 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=426222 Mirco Miranda changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[frameworks-kimageformats] [Bug 493466] Endianness bug in PCX reader’s peekHeader() method on big endian architectures

2024-09-29 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=493466 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com Resolution

[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

[frameworks-kimageformats] [Bug 491795] KImageformats git doesn't display xcf files from Gimp 3

2024-08-23 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=491795 --- Comment #3 from Mirco Miranda --- The plugin supports up to version 12 of the XCF format. We are now at 20 or 21 in GIMP 2.99 and they will continue to add features until the official release. Looking at it now doesn't make much sense. I

[gwenview] [Bug 481863] HDR images are not shown as HDR

2024-07-08 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=481863 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com --- Comment #2 from Mirco

[frameworks-kimageformats] [Bug 476755] Digikam git doesn't display layers in XCF files

2024-06-08 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=476755 --- Comment #11 from Mirco Miranda --- Created attachment 170272 --> https://bugs.kde.org/attachment.cgi?id=170272&action=edit Added copyright info to XCF I added the copyright info you wrote to the XCF and I will include in the KImageForm

[frameworks-kimageformats] [Bug 476755] Digikam git doesn't display layers in XCF files

2024-06-08 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=476755 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com --- Comment #9 from Mirco

[frameworks-kimageformats] [Bug 426222] No thumbnails for XCF (GIMP) Images with more than 8 Bit precision per channel

2024-05-29 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=426222 --- Comment #11 from Mirco Miranda --- > Same issue with KF6 6.2 and 16 bit XCF files created with Gimp 3.0 RC1 Please attach the image. -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kimageformats] [Bug 472372] Can't preview DNG files, even with RAW support installed.

2024-05-13 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=472372 --- Comment #7 from Mirco Miranda --- (In reply to Méven Car from comment #6) > (In reply to Mirco Miranda from comment #5) > > Even though I'm using a slightly older version of kimage-plugins I don't > > think it's

[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

[frameworks-kimageformats] [Bug 472372] Can't preview DNG files, even with RAW support installed.

2024-04-21 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=472372 --- Comment #5 from Mirco Miranda --- Even though I'm using a slightly older version of kimage-plugins I don't think it's a raw plugin issue. -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kimageformats] [Bug 472372] Can't preview DNG files, even with RAW support installed.

2024-04-21 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=472372 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com --- Comment #4 from Mirco

[gwenview] [Bug 484872] Grayscale darks are clipped !

2024-04-14 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=484872 --- Comment #9 from Mirco Miranda --- (In reply to Adolfo Rodrigues from comment #7) > I have my monitor calibrated via internal lut, no ICC, qwenview is > definately crushing blacks. In latest image I added an sRGB profile to your PNG. N

[gwenview] [Bug 484872] Grayscale darks are clipped !

2024-04-13 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=484872 --- Comment #8 from Mirco Miranda --- Created attachment 168500 --> https://bugs.kde.org/attachment.cgi?id=168500&action=edit Grayscale-Photography with sRGB profile embedded -- You are receiving this mail because: You are watching all bug changes.

[gwenview] [Bug 484872] Grayscale darks are clipped !

2024-04-13 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=484872 --- Comment #3 from Mirco Miranda --- Created attachment 168446 --> https://bugs.kde.org/attachment.cgi?id=168446&action=edit Info about Grayscale-Photography.png Inspection of sections contained within the PNG. -- You are receiving th

[gwenview] [Bug 484872] Grayscale darks are clipped !

2024-04-13 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=484872 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com --- Comment #2 from Mirco

[kio-extras] [Bug 413801] There is no protection against huge memory usage

2024-03-15 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=413801 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com --- Comment #4 from Mirco

[frameworks-kimageformats] [Bug 479612] Massive memory leak when looking at a file

2024-03-15 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=479612 --- Comment #12 from Mirco Miranda --- (In reply to Mirco Miranda from comment #11) > I checked the plugin and it doesn't support options. On QT 5 therefore > mitigating RAM usage is not possible. As soon as I have a moment I'll add &

[frameworks-kimageformats] [Bug 479612] Massive memory leak when looking at a file

2024-03-03 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=479612 --- Comment #11 from Mirco Miranda --- (In reply to Mirco Miranda from comment #10) > To avoid excessive RAM usage, last year I modified the thumnailer with > memory checks to prevent the system from threshing. I don't know if it still >

[frameworks-kimageformats] [Bug 479612] Massive memory leak when looking at a file

2024-02-29 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=479612 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com --- Comment #10 from Mirco

[gwenview] [Bug 454206] Slow performance with RAW files on big folders

2023-11-15 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=454206 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com --- Comment #5 from Mirco

[kolourpaint] [Bug 211208] RAS support, configurable grid, simple gradients

2023-08-30 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=211208 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com --- Comment #2 from Mirco

[kio-extras] [Bug 439219] exr thumbnailer crashes on empty file

2023-08-28 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=439219 --- Comment #9 from Mirco Miranda --- (In reply to Tony from comment #8) > Cannot reproduce anymore with plasma 5.27 You are probably benefiting from a newer OpenEXR library. The MR in question is to fix crashes with corrupted test case files provi

[kdenlive] [Bug 456735] OpenEXR Alpha channel ignored

2023-08-28 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=456735 --- Comment #3 from Mirco Miranda --- (In reply to Jean-Baptiste Mardelle from comment #2) > Thanks Mirco. Yes, Kdenlive/MLT uses the kimageformats plugins to render EXR > images, so this will effectively fix this problem. Hope it will be merged

[kio-extras] [Bug 439219] exr thumbnailer crashes on empty file

2023-08-24 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=439219 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com --- Comment #7 from Mirco

[frameworks-kimageformats] [Bug 426222] No thumbnails for XCF (GIMP) Images with more than 8 Bit precision per channel

2023-08-22 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=426222 --- Comment #8 from Mirco Miranda --- (In reply to caulier.gilles from comment #7) > So it's targeted for the next KF5 release ? The version for "KF6" should be merged next week. About KF5 The patch is complex and I wouldn

[frameworks-kimageformats] [Bug 426222] No thumbnails for XCF (GIMP) Images with more than 8 Bit precision per channel

2023-08-22 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=426222 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com --- Comment #6 from Mirco

[kdenlive] [Bug 456735] OpenEXR Alpha channel ignored

2023-08-20 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=456735 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com --- Comment #1 from Mirco

[frameworks-kimageformats] [Bug 466821] Digikam git can't manage 16 bit float .xcf

2023-08-14 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=466821 --- Comment #10 from Mirco Miranda --- (In reply to maderios from comment #9) > A hope that seems dead :( > https://invent.kde.org/frameworks/kimageformats/-/merge_requests/ > 108#note_693028 I made some changes to Martin's code t

[kio-extras] [Bug 466658] EXIF metadata is used when available for JPEG thumbnails, resulting to low resolution thumbnails

2023-07-31 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=466658 --- Comment #8 from Mirco Miranda --- (In reply to Mirco Miranda from comment #7) > Since framework 5.99 the raw plugin has been included in the > kimageformats-plugin. The plugin always renders thumbnails from the image > and should fix th

[kio-extras] [Bug 466658] EXIF metadata is used when available for JPEG thumbnails, resulting to low resolution thumbnails

2023-07-31 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=466658 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com --- Comment #7 from Mirco

[frameworks-kimageformats] [Bug 471829] kimageformats 5.107.0 build failure: src/imageformats/psd.cpp:828:23: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-

2023-07-10 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=471829 --- Comment #7 from Mirco Miranda --- (In reply to Mirco Miranda from comment #6) > If also on my debian adding -Werror=strict-aliasing I get the same error I > try to rewrite that piece of code. I was be able to reproduce it using GCC 13.0 (r

[frameworks-kimageformats] [Bug 471829] kimageformats 5.107.0 build failure: src/imageformats/psd.cpp:828:23: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-

2023-07-09 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=471829 --- Comment #6 from Mirco Miranda --- (In reply to Albert Astals Cid from comment #4) > Mirco can you please have a look to see if there's any value in these claims? The code was intentionally written like this. I think btw it could be rew

[frameworks-kimageformats] [Bug 471958] Gwenview crash at startup/didn't start and crahs with "free(): invalid pointer"

2023-07-05 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=471958 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com --- Comment #14 from Mirco

[frameworks-kimageformats] [Bug 468884] Can't open some self-made libaom avif photos anymore; sxiv opens them with no problem

2023-04-26 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=468884 --- Comment #6 from Mirco Miranda --- (In reply to Joshua Goins from comment #5) > Interesting that your version of sxiv doesn't open it, sxiv on Arch (version > 26-1) can open it It probably depends on the version of libimlib2 used.

[frameworks-kimageformats] [Bug 468884] Can't open some self-made libaom avif photos anymore; sxiv opens them with no problem

2023-04-24 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=468884 --- Comment #4 from Mirco Miranda --- I tried the attached image on some programs: - [Linux] - kde avif plugin won't open it (v5.103) - [Linux] - gimp doesn't open it (v2.10.34) - [Linux and Windows] - chrome opens it (gray image 7380x492

[frameworks-kimageformats] [Bug 468288] kimageformats-read-psd autotest started to fail with 5.105.0

2023-04-09 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=468288 --- Comment #7 from Mirco Miranda --- OK, I played dirty. I modified the test to accept tif images as well as pngs. The tiffs can be saved in premultiplied format, so the test must convert both the image to be tested and the comparison images. Now it

[frameworks-kimageformats] [Bug 468288] kimageformats-read-psd autotest started to fail with 5.105.0

2023-04-09 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=468288 --- Comment #6 from Mirco Miranda --- Even on my Debian, the image generated by birthday.ppd is slightly different from the one generated on all CI machines. The difference is on 15 pixels with values like RGB(55,47,54) vs RGB(55,48,54). I have no idea

[frameworks-kimageformats] [Bug 468288] kimageformats-read-psd autotest started to fail with 5.105.0

2023-04-09 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=468288 --- Comment #5 from Mirco Miranda --- Created attachment 157975 --> https://bugs.kde.org/attachment.cgi?id=157975&action=edit Birthday image generated on CI's VM -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kimageformats] [Bug 468288] kimageformats-read-psd autotest started to fail with 5.105.0

2023-04-09 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=468288 --- Comment #4 from Mirco Miranda --- Created attachment 157974 --> https://bugs.kde.org/attachment.cgi?id=157974&action=edit Birthday image generated on my desktop -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kimageformats] [Bug 468288] kimageformats-read-psd autotest started to fail with 5.105.0

2023-04-08 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=468288 --- Comment #3 from Mirco Miranda --- (In reply to Albert Astals Cid from comment #2) > Mirco, I can also reproduce this locally (CI seems happy though). > > What can we do to help debug this? It's the problem I had about a month ago

[kio-extras] [Bug 420173] thumbnail.so eats tons of memory with large GeoTiff

2023-04-01 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=420173 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com --- Comment #2 from Mirco

[frameworks-kimageformats] [Bug 466821] Digikam git can't manage 16 bit float .xcf

2023-03-31 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=466821 --- Comment #8 from Mirco Miranda --- (In reply to maderios from comment #7) > I see KImageFormats works fine with .psd proprietary Adobe format. Nobody has it with GIMP. The PSD plugin works well because I work in large format digital printing

[frameworks-kimageformats] [Bug 466821] Digikam git can't manage 16 bit float .xcf

2023-03-06 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=466821 --- Comment #5 from Mirco Miranda --- (In reply to Maik Qualmann from comment #3) > Since we got the same bug report about supporting float16 (half float) for > our TIFF loader, here maybe the function to read and convert float16 as a > help.

[frameworks-kimageformats] [Bug 466821] Digikam git can't manage 16 bit float .xcf

2023-03-06 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=466821 --- Comment #4 from Mirco Miranda --- (In reply to Albert Astals Cid from comment #2) > Mirco you did some work on the xcf code. > > Would you have some time to look at this? The Qt plugin supports xcf specs up to version 11 and the files in

[neon] [Bug 463948] cr3 thumbnail in dolphin and gwenview support

2023-01-19 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=463948 --- Comment #9 from Mirco Miranda --- (In reply to Mirco Miranda from comment #8) > I tried now on my unstable debian. I put 2 CR3 files (EOS R6 Mark 2 and EOR > R5) in a folder and opened it with Dolphin. He created the previews for me. My

[neon] [Bug 463948] cr3 thumbnail in dolphin and gwenview support

2023-01-19 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=463948 --- Comment #8 from Mirco Miranda --- Created attachment 155430 --> https://bugs.kde.org/attachment.cgi?id=155430&action=edit CR3 preview from Dolphin I tried now on my unstable debian. I put 2 CR3 files (EOS R6 Mark 2 and EOR R5) in a fol

[neon] [Bug 463948] cr3 thumbnail in dolphin and gwenview support

2023-01-18 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=463948 --- Comment #6 from Mirco Miranda --- (In reply to Gustavo Castro from comment #4) > I just tested and even though Dolphin isn't generating the thumbnails for > CR3 files, I opened the folder containing my files with Gwenview and that >

[gwenview] [Bug 461613] Regression: Gwenview no longer displays CR2 thumbnails or images (while Dolphin and Okular do)

2023-01-12 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=461613 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com --- Comment #2 from Mirco

[neon] [Bug 463948] cr3 thumbnail in dolphin and gwenview support

2023-01-12 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=463948 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com --- Comment #1 from Mirco

[frameworks-kimageformats] [Bug 463951] PCX image issues

2023-01-09 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=463951 --- Comment #5 from Mirco Miranda --- (In reply to fenugrec from comment #0) > Created attachment 155083 [details] > test PCX image that fails with kimageformats, but is correctly opened by gimp We have a fix for your bug report. Can we use this

[frameworks-kimageformats] [Bug 463951] PCX image issues

2023-01-08 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=463951 --- Comment #4 from Mirco Miranda --- (In reply to Albert Astals Cid from comment #3) > Mirco would you have interest in looking into what may be wrong here? Yes, I'll take a look at it. -- You are receiving this mail because: You are watc

[gwenview] [Bug 463132] Gwenview Removed Support for All RAW Files (Regression)

2023-01-01 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=463132 --- Comment #4 from Mirco Miranda --- This is a possible fix: https://invent.kde.org/graphics/gwenview/-/merge_requests/174 -- You are receiving this mail because: You are watching all bug changes.

[gwenview] [Bug 463132] Gwenview Removed Support for All RAW Files (Regression)

2022-12-17 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=463132 --- Comment #2 from Mirco Miranda --- (In reply to Nicolas Fella from comment #1) > Mirco, you worked a lot on RAW stuff, any idea what's going on here? If I disable libkdcraw support and recompile Gwenview, the raw files are displayed c

[krita] [Bug 456907] Krita doesn't close until the recent files thumbnails generator is finished

2022-08-06 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=456907 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com --- Comment #6 from Mirco

[kdelibs] [Bug 182496] Kdelibs image format plugin kimg_psd.so is unable to open adobe cs3 psd

2022-07-09 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=182496 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com --- Comment #2 from Mirco

[kdelibs] [Bug 261088] PSD 16 Bit images not displayed

2022-07-06 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=261088 --- Comment #11 from Mirco Miranda --- > PS: I also added a screenshot of DigiKam 7.7.0 installed on my debian. I also installed latest Digikam on my Mac Studio M1 Max. You can find the screenshot in the same GDrive folder. Here works. -- You

[kdelibs] [Bug 261088] PSD 16 Bit images not displayed

2022-07-06 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=261088 --- Comment #10 from Mirco Miranda --- Hi Gilles, > I shared files to you on my GDrive account. You will receive an email with > the link on your gmail. I tested your images on Windows with latest version of PSD plugin and on my Debian unstabl

[kdelibs] [Bug 261088] PSD 16 Bit images not displayed

2022-07-06 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=261088 --- Comment #8 from Mirco Miranda --- Hi Gilles, > Interesting... because Photoshop does not allow to save a 16-bit float PSD. > Anyway, it opens the one saved by GIMP. I did some test under Windows. I saved a grayscale 16-bit float using GI

[kdelibs] [Bug 261088] PSD 16 Bit images not displayed

2022-07-05 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=261088 --- Comment #7 from Mirco Miranda --- Hi Gilles, (In reply to caulier.gilles from comment #6) > I generated a 16 bits PSD using integer encoding with GIMP. Thumbnail is ok. > I generated a 16 bits PSD using float encoding with GIMP. Thumbn

[kdelibs] [Bug 204418] PSD color not supported

2022-07-04 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=204418 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com --- Comment #8 from Mirco

[kdelibs] [Bug 261088] PSD 16 Bit images not displayed

2022-07-04 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=261088 Mirco Miranda changed: What|Removed |Added CC||mirco...@gmail.com --- Comment #5 from Mirco

  1   2   >