https://bugs.documentfoundation.org/show_bug.cgi?id=155444

--- Comment #1 from Caolán McNamara <[email protected]> ---
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.

Reply via email to