[Libreoffice-bugs] [Bug 155444] Support opening TIFF image containing multiple images in Draw showing one image per page

2023-05-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155444

Padia Rashesh  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |rasheshpadia...@gmail.com
   |desktop.org |

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

[Libreoffice-bugs] [Bug 155444] Support opening TIFF image containing multiple images in Draw showing one image per page

2023-05-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155444

--- Comment #1 from Caolán McNamara  ---
I think right now that a multi image tiff is imported as a Graphic with
IsAnimated() set to true and each image as an animation frame.

https://cgit.freedesktop.org/libreoffice/core/tree/vcl/source/filter/itiff/itiff.cxx#n333

So could use Graphic::GetAnimation().Count() for count of images with
Graphic::GetAnimation().Get(index).maBitmapEx to get each of the individual
images out of it

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

[Libreoffice-bugs] [Bug 155444] Support opening TIFF image containing multiple images in Draw showing one image per page

2023-05-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155444

Tomaz Vajngerl  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
   Keywords||difficultyInteresting,
   ||easyHack

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