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

2023-08-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=468884

dnovome...@gmail.com changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|CONFIRMED   |RESOLVED

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

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

2023-08-30 Thread John
https://bugs.kde.org/show_bug.cgi?id=468884

--- Comment #9 from John  ---
Its now fixed with "-2" of kimageformats (new compilation).

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

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

2023-05-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=468884

--- Comment #8 from dnovome...@gmail.com ---
My recommendation in order to reach better compatibility is to use
--tilecolslog2 2 parameter for the image.

avifenc -j 4 -s 0 -d 8 --tilecolslog2 2  -o lake_new.avif myphoto.png

The result (lake_new.avif) should work everywhere. The --tilecolslog2 2 splits
the image into 4 tiles and it works with other decoders.
The libavif and libaom developers knows about the problem.

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

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

2023-04-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=468884

dnovome...@gmail.com changed:

   What|Removed |Added

 CC||dnovome...@gmail.com

--- Comment #7 from dnovome...@gmail.com ---
Temporary workaround to open image is to rebuild libavif with dav1d decoder
disabled and libaom support enabled.

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

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

In any case, even with Photoshop I can't open the attached file.

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

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

2023-04-25 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=468884

--- Comment #5 from Joshua Goins  ---
Interesting that your version of sxiv doesn't open it, sxiv on Arch (version
26-1) can open it

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

[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 7380x4928px, don't know if
that's right: the name of image is "lake")
- [Linux] - Sxiv doesn't open it (v26 on Debian unstable -> sxiv: lake [biased
sharpness].avif: Error opening image)
- [Windows] - Microsoft Photo with AV1 codec installed tells me that the image
is wrong

On the 26th, when I get back to work, I'll also try Photoshop (both Mac and
Windows). 

I can't tell if it's a valid avif or not, it's definitely not a common avif.

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

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

2023-04-24 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=468884

--- Comment #3 from Joshua Goins  ---
It seems avifdec doesn't like your image either, so I would guess your file is
the problem. I tested your same command on local images and those decode fine
in Gwenview. Maybe you didn't upload the whole file to Bugzilla?

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

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

2023-04-24 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=468884

Joshua Goins  changed:

   What|Removed |Added

 CC||j...@redstrate.com

--- Comment #2 from Joshua Goins  ---
Are you sure sxiv is not allowing invalid AVIF files? At least on my machine,
neither Firefox or Chromium can load your attached AVIF (Firefox just refuses,
Chromium just loads a gray image)

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

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

2023-04-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=468884

Nate Graham  changed:

   What|Removed |Added

   Assignee|gwenview-bugs-n...@kde.org  |alex.me...@kde.org
 Status|REPORTED|CONFIRMED
Summary|New Regression (?): |Can't open some self-made
   |Gwenview Incompatibility|libaom avif photos anymore;
   |With Some  Self Made libaom |sxiv opens them with no
   |avif Photos [sxiv opens |problem
   |them with no problem]   |
 CC||aa...@kde.org,
   ||kdelibs-b...@kde.org,
   ||mirco...@gmail.com,
   ||n...@kde.org,
   ||novom...@mail.t-com.sk
Version|22.12.2 |5.105.0
Product|gwenview|frameworks-kimageformats
  Component|general |general
 Ever confirmed|0   |1

--- Comment #1 from Nate Graham  ---
Can confirm that image doesn't open. I see a number of recent changes to AVIF
support recently in
https://invent.kde.org/frameworks/kimageformats/-/commits/master, so it could
very well be a regression. I'm moving the bug to the kimageformats framework
and CCing some of the people who touched AVIF support recently.

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