[Bug 160646] GIF don't animate in edit mode; are rendered as still images (Windows 8.1)

2024-07-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160646

--- Comment #7 from Commit Notification 
 ---
Noel Grandin committed a patch related to this issue.
It has been pushed to "libreoffice-24-8":

https://git.libreoffice.org/core/commit/e0dec49500194390c37e8513de37dd305c26e9c4

fix skia crash (tdf#160646 related)

It will be available in 24.8.0.2.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160646] GIF don't animate in edit mode; are rendered as still images (Windows 8.1)

2024-07-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160646

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:25.2.0   |target:25.2.0
   ||target:24.8.0.2

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160646] GIF don't animate in edit mode; are rendered as still images (Windows 8.1)

2024-07-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160646

--- Comment #6 from Commit Notification 
 ---
Noel Grandin committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/b7b1013fa7ce85090763565426d10cb6435e4a53

fix skia crash (tdf#160646 related)

It will be available in 25.2.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160646] GIF don't animate in edit mode; are rendered as still images (Windows 8.1)

2024-07-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160646

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:25.2.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160646] GIF don't animate in edit mode; are rendered as still images (Windows 8.1)

2024-06-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160646

--- Comment #5 from Telesto  ---
Everything fine, until GIF disappeared from canvas with
author  Noel Grandin 2021-04-16 20:33:10 +0200
committer   Noel Grandin  2023-07-25
08:38:12 +0200
commit  81994cb2b8b32453a92bcb011830fcb884f22ff3 (patch)
treeae1750e92421ad2e0ec3f50351c3be6581841598
parent  dabedcaf27b0af1e38a611b8d8e48444f848e01d (diff)
Convert internal vcl bitmap formats transparency->alpha (II)
(Second attempt at landing this)

Image formats and graphics APIs use alpha, not transparency,
so change our internal formats and data structures to work directly
with alpha, so we don't need to modify data before we push it to
graphics APIs.

Add a couple of new Color constants to make the intention
of the vcl code clearer.

Notes
(*) On macOS, tweaking the logic in CreateWithSalBitmapAndMask
to more accurately reflect the requirements of the
CGImageCreateWithMask function seems to fix some
tests.

(*) The vcl code does not properly support gradients
with transparency. So the previous code was wrong, and this
change is going to result in slightly different wrongness.



A single frame of the gif became visible with
author  Patrick Luby 2023-11-03 10:37:00 -0400
committer   Patrick Luby 2023-11-03 18:32:26
+0100
commit  2a5dac6d75b346a77652dec05cafa6562177d40f (patch)
tree0d6f525df92a046d42664d5e951c4d483c82b5b1
parent  af9b546cf5eef3df417e225c8ad87283ab51e1bb (diff)
tdf#158047 allow the tdf#157635 fix for palettes with 64 entries

---
With Master: Insert -> Image actually inserts only a frame of the gif . So even
older version won't show a animating gif

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160646] GIF don't animate in edit mode; are rendered as still images (Windows 8.1)

2024-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160646

Buovjaga  changed:

   What|Removed |Added

Summary|GIF don't animate in edit   |GIF don't animate in edit
   |mode; are rendered as still |mode; are rendered as still
   |images  |images (Windows 8.1)
 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #4 from Buovjaga  ---
(In reply to Telesto from comment #0)
> Found in
> Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
> Build ID: 748561425774fa40ab685fed80d113f7e8301158
> CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: default; VCL: win
> Locale: nl-NL (nl_NL); UI: en-US
> Calc: CL threaded

They animate fine for me even in this exact same commit (with or without Skia):
Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 748561425774fa40ab685fed80d113f7e8301158
CPU threads: 2; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

The difference is you are using Windows 8.1.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160646] GIF don't animate in edit mode; are rendered as still images

2024-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160646

raal  changed:

   What|Removed |Added

   Keywords||regression

--- Comment #3 from raal  ---
(In reply to Telesto from comment #0)
> 
> Fine in
> Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community

adding tag Regression

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160646] GIF don't animate in edit mode; are rendered as still images

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160646

Telesto  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=73
   ||991

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160646] GIF don't animate in edit mode; are rendered as still images

2024-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160646

--- Comment #2 from Telesto  ---
Still the same with 
Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 9b41d33a00763bebd5fc7078705d35a98a52
CPU threads: 4; OS: Windows 8.1 (6.3 build 9600); UI render: Skia/Raster; VCL:
win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160646] GIF don't animate in edit mode; are rendered as still images

2024-04-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160646

Telesto  changed:

   What|Removed |Added

 OS|All |Windows (All)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160646] GIF don't animate in edit mode; are rendered as still images

2024-04-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160646

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160646] GIF don't animate in edit mode; are rendered as still images

2024-04-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160646

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #1 from raal  ---
No repro with Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 5740d3fa83e9725a2771e5f00ba4aaf9965f0be2
CPU threads: 4; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded Jumbo

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160646] GIF don't animate in edit mode; are rendered as still images

2024-04-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160646

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160646] GIF don't animate in edit mode; are rendered as still images

2024-04-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160646

Telesto  changed:

   What|Removed |Added

 Blocks||108438


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108438
[Bug 108438] [META] Animated image bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160646] GIF don't animate in edit mode; are rendered as still images

2024-04-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160646

Telesto  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||3262,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||6911

-- 
You are receiving this mail because:
You are the assignee for the bug.