[frameworks-kimageformats] [Bug 501213] heif version requirement needs to be updated in CMakeLists.txt

2025-03-09 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=501213 Mirco Miranda changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution

[frameworks-kimageformats] [Bug 500941] Fails to build after e77986c7

2025-03-02 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=500941 Mirco Miranda changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[frameworks-kimageformats] [Bug 500941] Fails to build after e77986c7

2025-03-02 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=500941 --- Comment #3 from Mirco Miranda --- (In reply to Albert Astals Cid from comment #1) > Mirco please fix Should be fixed -- You are receiving this mail because: You are watching all bug changes.

[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

[systemsettings] [Bug 489366] Night Light with the "Custom times" option doesn't properly use custom times

2024-07-03 Thread Miranda
https://bugs.kde.org/show_bug.cgi?id=489366 Miranda changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

[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.

[Akonadi] [Bug 485759] CalDav Calendars empty (only in KOrganizer) after server was down

2024-05-19 Thread Miranda
https://bugs.kde.org/show_bug.cgi?id=485759 Miranda changed: What|Removed |Added Status|REPORTED|CONFIRMED CC

[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

[kwin] [Bug 485713] "Switch desktop on edge" doesn't work on edges that also have another monitor touching

2024-04-21 Thread Miranda
https://bugs.kde.org/show_bug.cgi?id=485713 --- Comment #3 from Miranda --- Created attachment 168767 --> https://bugs.kde.org/attachment.cgi?id=168767&action=edit Example of my display arrangement This is my screen arrangement. It took me a while to figure out why turning on switch

[kwin] [Bug 485713] "Switch desktop on edge" doesn't work on edges that also have another monitor touching

2024-04-21 Thread Miranda
https://bugs.kde.org/show_bug.cgi?id=485713 Miranda changed: What|Removed |Added CC||mira...@xyla.net --- Comment #2 from Miranda

[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

[systemsettings] [Bug 484165] KWin Window Rules for Virtual Desktop show as "All Desktops" despite it actually being the correct (last-set) desktop choice.

2024-04-19 Thread Miranda
https://bugs.kde.org/show_bug.cgi?id=484165 Miranda changed: What|Removed |Added Ever confirmed|0 |1 CC

[kwin] [Bug 485713] New: "Switch desktop on edge" doesn't work on edges that also have another monitor touching

2024-04-17 Thread Miranda
https://bugs.kde.org/show_bug.cgi?id=485713 Bug ID: 485713 Summary: "Switch desktop on edge" doesn't work on edges that also have another monitor touching Classification: Plasma Product: kwin Version: 6.0.4 Platform: Ar

[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.

[plasmashell] [Bug 484477] Default Icons-only task manager: dragging pinned apps back and forth sometimes moves random other icons

2024-04-13 Thread Miranda
https://bugs.kde.org/show_bug.cgi?id=484477 Miranda changed: What|Removed |Added CC||mira...@xyla.net --- Comment #3 from Miranda --- If

[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

[plasmashell] [Bug 483594] Plasma panel won't dodge windows if placed between dual monitors

2024-04-07 Thread Miranda
https://bugs.kde.org/show_bug.cgi?id=483594 Miranda changed: What|Removed |Added CC||mira...@xyla.net -- You are receiving this mail

[kactivitymanagerd] [Bug 484583] Activities shortcut location

2024-04-07 Thread Miranda
https://bugs.kde.org/show_bug.cgi?id=484583 Miranda changed: What|Removed |Added CC||mira...@xyla.net --- Comment #1 from Miranda

[plasmashell] [Bug 484508] Manual Text Display Font Size not being applied when applet is in panel

2024-04-07 Thread Miranda
https://bugs.kde.org/show_bug.cgi?id=484508 --- Comment #5 from Miranda --- Sorry I got that backwards, it gets tiny in X11. But it's still true that the font size does change in Wayland, it doesn't completely ignore it. In order to make the manual font reasonably sized on Wayland yo

[plasmashell] [Bug 484508] Manual Text Display Font Size not being applied when applet is in panel

2024-04-07 Thread Miranda
https://bugs.kde.org/show_bug.cgi?id=484508 Miranda changed: What|Removed |Added CC||mira...@xyla.net --- Comment #4 from Miranda --- I

[plasmashell] [Bug 483075] Global menu items disappear when a pop-up window opens, but don't show up again after it closes

2024-03-24 Thread Miranda
https://bugs.kde.org/show_bug.cgi?id=483075 --- Comment #7 from Miranda --- (In reply to Miranda from comment #6) > 2. Focus follows mouse and its variations are not affected by the bug > because the global menu is seemingly automatically restored by the mouse's > focus. So pe

[plasmashell] [Bug 483075] Global menu items disappear when a pop-up window opens, but don't show up again after it closes

2024-03-24 Thread Miranda
https://bugs.kde.org/show_bug.cgi?id=483075 Miranda changed: What|Removed |Added Flags|X11-| -- You are receiving this mail because: You are

[plasmashell] [Bug 483075] Global menu items disappear when a pop-up window opens, but don't show up again after it closes

2024-03-24 Thread Miranda
https://bugs.kde.org/show_bug.cgi?id=483075 Miranda changed: What|Removed |Added Flags||Wayland+, X11- -- You are receiving this mail

[plasmashell] [Bug 483075] Global menu items disappear when a pop-up window opens, but don't show up again after it closes

2024-03-24 Thread Miranda
https://bugs.kde.org/show_bug.cgi?id=483075 Miranda changed: What|Removed |Added CC||mira...@xyla.net --- Comment #6 from Miranda --- I

[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.

  1   2   >