Issue 70772 - Animated GIF is not visible
Summary: Animated GIF is not visible
Status: CLOSED FIXED
Alias: None
Product: Impress
Classification: Application
Component: programming (show other issues)
Version: OOo 2.0.4
Hardware: All Windows XP
: P3 Trivial (vote)
Target Milestone: OOo 2.2
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords:
: 73617 (view as issue list)
Depends on:
Blocks:
 
Reported: 2006-10-24 09:22 UTC by natrix
Modified: 2007-01-26 14:35 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description natrix 2006-10-24 09:22:14 UTC
An animated image is not visible with OO Impress, if it is build from raster
images (jpg, png etc.) (presentation mode and editing mode). There is only a
frame visible, but a correct export to an animated GIF is possible. Building an
animated image with OO based on drawing elements (boxes, circles...) are working
and visible. Some animations build with older versions of OO (older means older
than OO 2.0.3) are visible (and running), most of them do not (can't find out
the reason for this strange behaviour). 

I tested the german 2.0.4 and also the developer version 2.1.x. It had been no
problem to present these animated images with version 2.0.3.
Comment 1 wolframgarten 2006-10-24 09:29:02 UTC
Reassigned.
Comment 2 christian.guenther 2006-10-24 12:41:29 UTC
Set to new and change the target.
Comment 3 christian.guenther 2006-10-24 12:43:20 UTC
I can reproduce the bug.
There are 2 other issues which sounds similar in my mind.
 - issue 67213
 - issue 65712
Maybe this issue is douplicate to one of this issues.
Please have a look.
Comment 4 natrix 2006-10-24 14:41:32 UTC
Issues 67213 and 65712 seems to be similar, but in opposite to 67213 I had no
problems to present the animated images with OO 2.0.3. And differently from
65712 the animated image is invisible without any resizing.
Comment 5 clippka 2007-01-05 13:10:26 UTC
cl->aw: Is this drawing layer or more thb?
Comment 6 Armin Le Grand 2007-01-05 15:38:19 UTC
AW: Looks more as if the Animator (insert/animated image...) is broken and does
not create valid animated gifs. Interestingly, when You clear the animator
again, select the bitmap object created from bitmaps and use the 'apply objects
individually' button, all three part-pics are re-imported to the animator.
AW: AFAIK the animator uses VCL to create an animated image. I will take a look
at the animator first...
Comment 7 Armin Le Grand 2007-01-08 16:52:39 UTC
AW: Found in SD, class is AnimationWindow, ResID is FLT_WIN_ANIMATION, file is
sd\source\ui\dlg\animobjs.cxx. Looks like the animation is created in
AnimationWindow::CreateAnimObj(). A vcl Animation is filled and added as
SdrGrafObj at last. Dispose mode for all frames is DISPOSE_BACK.
AW: In svx, i get a correct Animation with 3 steps and the correct timings. An
AnimationInfo is created, too.
AW: Letting it run, it works. Tested in a SRC680 m196. I tested before
investigating, so i don't know why it is working now, maybe i testedon a nother
version or it has to do with pro/nonpro/debug build. Hmmm...
Comment 8 Armin Le Grand 2007-01-08 17:02:42 UTC
AW: Oops, i have to look at the bitmap case. There, i get a correct AnimInfo,
too, but the single BitmapEx steps from the Animation do not have masks. This
may need to reflected in handling the DISPOSE_BACK case in playback preparation...
Comment 9 Armin Le Grand 2007-01-08 17:24:06 UTC
AW: Indeed, the mask is empty. It is necessary not only to erase the mask, but
then draw a black rectangle of bitmap size to the mask.
Comment 10 Armin Le Grand 2007-01-12 11:19:38 UTC
AW: Fixed in ainfographic.cxx, checked in.
Comment 11 Armin Le Grand 2007-01-19 10:15:54 UTC
AW: Adapting target
AW->WG: Please verify. Simple way:
-Impress, draw 2 different ellipses, convert each to bitmap
-insert/animated image, select 1st, Appy object, select 2nd, apply object
-change to bitmap object, create
Before fix, an object was added and selected, but nothing was visible.
Comment 12 christian.guenther 2007-01-19 10:51:35 UTC
*** Issue 73617 has been marked as a duplicate of this issue. ***
Comment 13 wolframgarten 2007-01-19 11:08:20 UTC
Verified in CWS.
Comment 14 wolframgarten 2007-01-26 14:35:43 UTC
Tested in m201. Closed.