Bug 634235
Summary: | Ufraw wants to crop newly loaded image into aspect ratio of previous image | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Steevithak <steevithak> |
Component: | ufraw | Assignee: | Nils Philippsen <nphilipp> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 14 | CC: | nphilipp |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | ufraw-0.18-3.fc14 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-23 04:31:55 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Steevithak
2010-09-15 15:33:28 UTC
This message is a reminder that Fedora 13 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 13. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '13'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 13's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 13 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping I still see this issue with ufraw-0.18 on F-15. Changing version to keep this open. This is the first commit in which I see problems with crop markings: commit 0748998828b2f8a15e28e6e19d53c66d97608355 Author: udifuchs <udifuchs> Date: Sun Feb 21 10:03:55 2010 +0000 Initial implimentation if lensfun with UFObjects. Lensfun model parameters are being saved to ID files, but not to .ufrawrc. These parameters will be also read from ID files, unless the ID file is used for --conf. UFRaw now applies lensfun automatically. Use --lensfun=none to disable. Makefile.am | 4 +- uf_gtk.cc | 69 ++++++--- uf_gtk.h | 1 + ufobject.cc | 288 ++++++++++++++++++++++++++++++++++---- ufobject.h | 82 +++++++++-- ufraw-batch.c | 15 +-- ufraw.c | 15 +-- ufraw.h | 15 ++- ufraw_conf.c | 114 ++++++++++++--- ufraw_lens_ui.c | 400 +++++++++++++++-------------------------------------- ufraw_lensfun.cc | 335 ++++++++++++++++++++++++++++++++++++++++++++ ufraw_preview.c | 32 +++-- ufraw_settings.cc | 46 +++++-- ufraw_ufraw.c | 90 +++--------- ufraw_ui.h | 9 +- 15 files changed, 1005 insertions(+), 510 deletions(-) Note that here the aspect ratio of the crop markings is correct, they are just too small for the image. This is the first commit in which I see crop markings with the wrong aspect ratio (portrait instead of landscape in my tests): commit e132d5a799351dd0429cdddabfa2a19d3f2b0173 Author: udifuchs <udifuchs> Date: Fri Feb 26 07:01:04 2010 +0000 Add ufFocalLength, ufAperture, ufDistance UFObjects. Doxyfile | 4 +- uf_gtk.cc | 49 ++++++++-- uf_gtk.h | 1 + ufobject.cc | 37 +++++--- ufobject.h | 7 ++ ufraw.h | 6 + ufraw_lens_ui.c | 198 ++++++--------------------------------- ufraw_lensfun.cc | 270 ++++++++++++++++++++++++++++++++++++++++++----------- ufraw_preview.c | 6 +- ufraw_settings.cc | 9 +-- ufraw_ufraw.c | 1 - ufraw_ui.h | 10 -- 12 files changed, 329 insertions(+), 269 deletions(-) Submitted upstream at https://sourceforge.net/tracker/?func=detail&aid=3310116&group_id=127649&atid=709086 This is fixed in CVS upstream and I'm building patched packages right now. ufraw-0.18-3.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/ufraw-0.18-3.fc14 ufraw-0.18-3.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/ufraw-0.18-3.fc16 ufraw-0.18-3.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/ufraw-0.18-3.fc15 Package ufraw-0.18-3.fc14: * should fix your issue, * was pushed to the Fedora 14 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing ufraw-0.18-3.fc14' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/ufraw-0.18-3.fc14 then log in and leave karma (feedback). ufraw-0.18-3.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. ufraw-0.18-3.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. ufraw-0.18-3.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. |