Opened 18 years ago
Closed 15 years ago
#5176 closed patch (Fixed)
Ken Burns Slideshow Effect
| Reported by: | jshoor | Owned by: | beirdo |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | Plugin - MythGallery | Version: | unknown |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
This patch adds a Ken Burns Effect slideshow option to mythgallery. I created the patch against 0.21 fixes branch because I havent yet upgraded my development environment to mythui/QT4; however, I think it should still build/run against the trunk.
Any feedback would be appreciated.
Thanks!
Attachments (7)
Change History (16)
by , 18 years ago
| Attachment: | kenburns.patch added |
|---|
by , 18 years ago
| Attachment: | kenburns3.patch added |
|---|
Updated patch with improved panning/zooming and facial recognition.
by , 18 years ago
| Attachment: | kenburns-configure.patch added |
|---|
Updated mythplugins configure file to allow optional of integration with fdlib for facial recognition
comment:1 by , 18 years ago
I assume that this latest patch will no longer compile with the trunk, but hopefully the only change should be adding #include <QThread> to glsingleview.h. I'd be happy to update the patch once the trunk stablizes a bit.
by , 17 years ago
| Attachment: | kenburns4.patch added |
|---|
Updated kenburns3.patch to compile with the current trunk (19382)
comment:2 by , 17 years ago
kenburns4.patch compiles with the current trunk version. I had to change QPtrList and image.smoothScale because they are deprecated.
comment:3 by , 16 years ago
| Component: | mythgallery → Plugin - MythGallery |
|---|
comment:4 by , 15 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:5 by , 15 years ago
As fdlib does not seem to be easily obtainable, it will not be tested at this time. This support will likely be removed unless we can find a legitimate source for the library. Searching for it finds only a pre-compiled .so, and this is useless unless you have precisely the right architecture, which I do not.
I will attach an up-to-date patch for this in case someone else wishes to mess with it some, but I am inclined to reject this patch at this time. I will let others try it if they wish first.
by , 15 years ago
| Attachment: | 0001-Added-Ken-Burns-Effect-for-mythgallery.patch added |
|---|
against trunk [25659]
comment:6 by , 15 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | assigned → closed |
by , 15 years ago
| Attachment: | kenburns-no-fdlib.patch added |
|---|
Removed the face detection code and tested it with trunk r26628
comment:7 by , 15 years ago
| Resolution: | wontfix |
|---|---|
| Status: | closed → new |
comment:8 by , 15 years ago
| Status: | new → assigned |
|---|

ken burns effect patch