[mythtv-commits] Ticket #7745: Support for raw photos in MythGallery
MythTV
mythtv at cvs.mythtv.org
Sun Dec 13 09:16:53 UTC 2009
#7745: Support for raw photos in MythGallery
----------------------------------------------+-----------------------------
Reporter: Chad Parry <spam@…> | Owner: ijr
Type: patch | Status: new
Priority: minor | Milestone: unknown
Component: Plugin - MythGallery | Version: 0.22-fixes
Severity: medium | Mlocked: 0
----------------------------------------------+-----------------------------
Several users, including myself, would like to see MythGallery support raw
photos. (See http://www.mythtv.org/pipermail/mythtv-
users/2007-February/167851.html and http://www.gossamer-
threads.com/lists/mythtv/dev/407038). That way I won't have to convert all
my photos just for the sake of Myth.
I've created a patch to provide this support. The raw decoding is handled
by dcraw, naturally. The configure script detects the presence of dcraw,
and the behavior degrades gracefully if it is not present. Here are some
sample configurations:
{{{
./configure # By default, if dcraw is present then it is enabled.
./configure --disable-dcraw # The dcraw feature can be explicitly
disabled.
./configure --icc-profile=6131_PS.ICC # A custom color profile can be
specified to improve raw decoding.
./configure --disable-all --enable-mythgallery --enable-dcraw --icc-
profile=/usr/share/color/icc/6131_PS.ICC # This uses the same color
profile as before, and all other plugins are omitted.
}}}
I just need someone to apply this patch so that this feature is available
to everyone. Thanks!
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7745>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list