Save image orientation after rotate ?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
parslej Offline
Member
Posts: 92
Joined: Aug 2011
Reputation: 4
Question  Save image orientation after rotate ? Post: #1
Is there any way XBMC can keep rotated image?

I'm rotating images by pressing R key but when browsing to it back it remais unrotated...
find quote
vdrfan Offline
Team-XBMC Developer
Posts: 2,787
Joined: Jan 2008
Reputation: 7
Location: Germany
Post: #2
As there's no picture database, there's no way to store the rotation information. Sorry.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules
For troubleshooting and bug reporting please make sure you read this first.
find quote
parslej Offline
Member
Posts: 92
Joined: Aug 2011
Reputation: 4
Post: #3
vdrfan Wrote:As there's no picture database, there's no way to store the rotation information. Sorry.

That's bad Sad Means I still another program for rotation / saving

Any plans to implement picure DB, or at least option in cfg to save picture after rotation (this shall be easy) ?
find quote
vdrfan Offline
Team-XBMC Developer
Posts: 2,787
Joined: Jan 2008
Reputation: 7
Location: Germany
Post: #4
Nope, no plans. Patches welcome Wink . Not sure i like the idea of manipulating the users images from withing XBMC. You could try to feature request it (trac.xbmc.org) in case there's no such ticket yet.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules
For troubleshooting and bug reporting please make sure you read this first.
find quote
parslej Offline
Member
Posts: 92
Joined: Aug 2011
Reputation: 4
Post: #5
vdrfan Wrote:Nope, no plans. Patches welcome Wink . Not sure i like the idea of manipulating the users images from withing XBMC. You could try to feature request it (trac.xbmc.org) in case there's no such ticket yet.

Will try to request then. I can not see anything against img rotation saving if this can be added in config as an option - so end user can decide...

Happy to add some patch but I'm c# developer and this is not big value for XBMC Project... Sad
find quote
Robotica Offline
Posting Freak
Posts: 928
Joined: Aug 2010
Reputation: 3
Post: #6
I wrote a little topic about the picture database: http://forum.xbmc.org/showthread.php?tid=113290
find quote
Robotica Offline
Posting Freak
Posts: 928
Joined: Aug 2010
Reputation: 3
Post: #7
(2011-11-30 09:48)vdrfan Wrote:  As there's no picture database, there's no way to store the rotation information. Sorry.

there is...
If the EXIF parser writes the orientation to the EXIF fields, no need for a picture database. I don't know if the used EXIF-parser can write.
find quote